OpenCPN Partial API docs
Loading...
Searching...
No Matches
data_monitor_src.h File Reference

Provide a data stream of input messages for the Data Monitor. More...

#include <functional>
#include <memory>
#include <string>
#include <unordered_map>
#include <wx/event.h>
#include "model/comm_navmsg.h"
#include "model/comm_navmsg_bus.h"
#include "model/ocpn_utils.h"
#include "observable.h"
#include "tty_scroll.h"

Go to the source code of this file.

Classes

class  DataMonitorSrc
 Create a stream of input messages. More...
 

Detailed Description

Provide a data stream of input messages for the Data Monitor.

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 in file data_monitor_src.h.