OpenCPN Partial API docs
|
Create a stream of input messages. More...
#include <data_monitor_src.h>
Public Member Functions | |
DataMonitorSrc (const SinkFunc &sink_func) | |
Create instance which listens and forwards messages using the sink_func callback function. | |
Create a stream of input messages.
The messages are intercepted before the multiplexer and have thus no state as defined by the mux. All messages received, whether they are know to the mux or not, are added to the stream
Definition at line 51 of file data_monitor_src.h.
DataMonitorSrc::DataMonitorSrc | ( | const SinkFunc & | sink_func | ) |
Create instance which listens and forwards messages using the sink_func callback function.
Definition at line 47 of file data_monitor_src.cpp.