OpenCPN Partial API docs
Loading...
Searching...
No Matches
DataMonitorSrc Class Reference

Create a stream of input messages. More...

#include <data_monitor_src.h>

Inheritance diagram for DataMonitorSrc:

Public Member Functions

 DataMonitorSrc (const SinkFunc &sink_func)
 Create instance which listens and forwards messages using the sink_func callback function.
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ DataMonitorSrc()

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.


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