OpenCPN Partial API docs
|
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. | |
Identifier for Signal K paths.
Wraps a Signal K path (e.g. "navigation.position") to identify data to subscribe to.
Definition at line 5457 of file ocpn_plugin.h.
|
inline |
Creates identifier from Signal K path.
s | Signal K path (e.g. "navigation.position") |
Definition at line 5463 of file ocpn_plugin.h.
const std::string SignalkId::id |
Signal K path.
Definition at line 5458 of file ocpn_plugin.h.