OpenCPN Partial API docs
Loading...
Searching...
No Matches
NMEA2000Id Struct Reference

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.
 

Detailed Description

Identifier for NMEA 2000 message types.

Wraps a PGN (Parameter Group Number) value to identify NMEA 2000 message types when subscribing to messages.

Examples
/home/runner/work/main/main/opencpn/include/ocpn_plugin.h.

Definition at line 5401 of file ocpn_plugin.h.

Constructor & Destructor Documentation

◆ NMEA2000Id()

NMEA2000Id::NMEA2000Id ( int  value)
inline

Creates identifier from PGN value.

Parameters
valuePGN number (e.g. 127245 for Rudder)

Definition at line 5407 of file ocpn_plugin.h.

Member Data Documentation

◆ id

const uint64_t NMEA2000Id::id

The PGN value.

Examples
/home/runner/work/main/main/opencpn/include/ocpn_plugin.h.

Definition at line 5402 of file ocpn_plugin.h.


The documentation for this struct was generated from the following file: