OpenCPN Partial API docs
|
Identifier for NMEA 2000 message types. More...
#include <ocpn_plugin.h>
Public Member Functions | |
NMEA2000Id (int value) | |
Creates identifier from PGN value. | |
Public Attributes | |
const uint64_t | id |
The PGN value. | |
Identifier for NMEA 2000 message types.
Wraps a PGN (Parameter Group Number) value to identify NMEA 2000 message types when subscribing to messages.
Definition at line 5401 of file ocpn_plugin.h.
|
inline |
Creates identifier from PGN value.
value | PGN number (e.g. 127245 for Rudder) |
Definition at line 5407 of file ocpn_plugin.h.
const uint64_t NMEA2000Id::id |
The PGN value.
Definition at line 5402 of file ocpn_plugin.h.