OpenCPN Partial API docs
|
Navigation data message identifier. More...
#include <ocpn_plugin.h>
Public Member Functions | |
NavDataId () | |
Default constructor. | |
Public Attributes | |
const int | type |
Message type identifier (currently only 0 supported) | |
Navigation data message identifier.
This struct acts as a facade for identifying basic navigation data message types when subscribing to navigation updates.
Definition at line 5614 of file ocpn_plugin.h.
|
inline |
Default constructor.
Creates identifier for basic navigation data subscription.
Definition at line 5620 of file ocpn_plugin.h.
const int NavDataId::type |
Message type identifier (currently only 0 supported)
Definition at line 5615 of file ocpn_plugin.h.