RaftLib  0.3a
C++ Stream Processing Template Library
Protected Member Functions | List of all members
SystemSignalFIFO Class Referenceabstract

Protected Member Functions

virtual void send_system_signal (const raft::signal &&signal)=0
 
virtual raft::signal get_system_signal ()=0
 

Member Function Documentation

virtual raft::signal SystemSignalFIFO::get_system_signal ( )
protectedpure virtual

get_system_signal - returns the current signal, pops it from the FIFO afterwards. If no signal exists then raft::none is returned.

Returns
raft::signal
virtual void SystemSignalFIFO::send_system_signal ( const raft::signal &&  signal)
protectedpure virtual

send_system_signal - send a signal that isn't aligned with the data. - const raft::signal


The documentation for this class was generated from the following file: