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

Identifier for Signal K paths. More...

#include <ocpn_plugin.h>

Public Member Functions

 SignalkId (const std::string &s)
 Creates identifier from Signal K path.
 

Public Attributes

const std::string id
 Signal K path.
 

Detailed Description

Identifier for Signal K paths.

Wraps a Signal K path (e.g. "navigation.position") to identify data to subscribe to.

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

Definition at line 5457 of file ocpn_plugin.h.

Constructor & Destructor Documentation

◆ SignalkId()

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

Creates identifier from Signal K path.

Parameters
sSignal K path (e.g. "navigation.position")

Definition at line 5463 of file ocpn_plugin.h.

Member Data Documentation

◆ id

const std::string SignalkId::id

Signal K path.

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

Definition at line 5458 of file ocpn_plugin.h.


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