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

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.
 

Detailed Description

Identifier for NMEA 0183 sentence types.

Wraps a sentence identifier (e.g. "RMC", "GLL") to identify NMEA 0183 messages when subscribing.

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

Definition at line 5429 of file ocpn_plugin.h.

Constructor & Destructor Documentation

◆ NMEA0183Id()

NMEA0183Id::NMEA0183Id ( const std::string &  s)
inline

Creates identifier from sentence type.

Parameters
sSentence identifier (e.g. "RMC")

Definition at line 5435 of file ocpn_plugin.h.

Member Data Documentation

◆ id

const std::string NMEA0183Id::id

Sentence identifier.

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

Definition at line 5430 of file ocpn_plugin.h.


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