|
OpenCPN Partial API docs
|
Raw, undecoded messages definitions. More...
#include <chrono>#include <memory>#include <sstream>#include <vector>#include <string>#include <netinet/in.h>#include "observable.h"Go to the source code of this file.
Classes | |
| struct | N2kPGN |
| struct | N2kName |
| N2k uses CAN which defines the basic properties of messages. More... | |
| union | N2kName::tUnionDeviceInformation |
| class | NavAddr |
| Where messages are sent to or received from. More... | |
| class | NavAddr0183 |
| class | NavAddr2000 |
| class | NavAddrPlugin |
| class | NavAddrSignalK |
| class | NavAddrTest |
| class | NavMsg |
| Actual data sent between application and transport layer. More... | |
| class | Nmea2000Msg |
| See: https://github.com/OpenCPN/OpenCPN/issues/2729#issuecomment-1179506343. More... | |
| class | Nmea0183Msg |
| A regular Nmea0183 message. More... | |
| class | PluginMsg |
| A plugin to plugin json message over the REST interface. More... | |
| class | SignalkMsg |
| A parsed SignalK message over ipv4. More... | |
| class | NullNavMsg |
| An invalid message, error return value. More... | |
Typedefs | |
| using | NavmsgClock = std::chrono::system_clock |
| using | NavmsgTimePoint = std::chrono::time_point< NavmsgClock > |
Raw, undecoded messages definitions.
Definition in file comm_navmsg.h.
| using NavmsgClock = std::chrono::system_clock |
Definition at line 42 of file comm_navmsg.h.
| using NavmsgTimePoint = std::chrono::time_point<NavmsgClock> |
Definition at line 43 of file comm_navmsg.h.