|
OpenCPN Partial API docs
|
Identifier for NMEA 0183 sentence types. More...
#include <ocpn_plugin.h>
Public Member Functions | |
| NMEA0183Id (const std::string &s) | |
| Creates identifier from sentence type. | |
Public Attributes | |
| const std::string | id |
| Sentence identifier. | |
Identifier for NMEA 0183 sentence types.
Wraps a sentence identifier (e.g. "RMC", "GLL") to identify NMEA 0183 messages when subscribing.
Definition at line 6224 of file ocpn_plugin.h.
|
inline |
Creates identifier from sentence type.
| s | Sentence identifier (e.g. "RMC") |
Definition at line 6230 of file ocpn_plugin.h.
| const std::string NMEA0183Id::id |
Sentence identifier.
Definition at line 6225 of file ocpn_plugin.h.