RaftLib
0.3a
C++ Stream Processing Template Library
|
Protected Member Functions | |
virtual void | send_system_signal (const raft::signal &&signal)=0 |
virtual raft::signal | get_system_signal ()=0 |
|
protectedpure virtual |
get_system_signal - returns the current signal, pops it from the FIFO afterwards. If no signal exists then raft::none is returned.
|
protectedpure virtual |
send_system_signal - send a signal that isn't aligned with the data. - const raft::signal