A regular Nmea0183 message.
More...
#include <comm_navmsg.h>
|
static std::string | MessageKey (const char *type="ALL") |
| Return key which should be used to listen to given message type. More...
|
|
|
| NavMsg (const NavAddr::Bus &_bus, std::shared_ptr< const NavAddr > src) |
|
A regular Nmea0183 message.
Definition at line 241 of file comm_navmsg.h.
◆ Nmea0183Msg() [1/4]
Nmea0183Msg::Nmea0183Msg |
( |
const std::string & |
id, |
|
|
const std::string & |
_payload, |
|
|
std::shared_ptr< const NavAddr > |
src |
|
) |
| |
|
inline |
◆ Nmea0183Msg() [2/4]
Nmea0183Msg::Nmea0183Msg |
( |
| ) |
|
|
inline |
◆ Nmea0183Msg() [3/4]
Nmea0183Msg::Nmea0183Msg |
( |
const std::string & |
id | ) |
|
|
inline |
◆ Nmea0183Msg() [4/4]
Nmea0183Msg::Nmea0183Msg |
( |
const Nmea0183Msg & |
other, |
|
|
const std::string & |
t |
|
) |
| |
|
inline |
◆ key()
std::string Nmea0183Msg::key |
( |
| ) |
const |
|
inlinevirtual |
◆ MessageKey()
static std::string Nmea0183Msg::MessageKey |
( |
const char * |
type = "ALL" | ) |
|
|
inlinestatic |
Return key which should be used to listen to given message type.
Definition at line 272 of file comm_navmsg.h.
◆ to_string()
std::string Nmea0183Msg::to_string |
( |
| ) |
const |
|
inlinevirtual |
◆ payload
const std::string Nmea0183Msg::payload |
Complete NMEA0183 sentence, also prefix.
Definition at line 279 of file comm_navmsg.h.
◆ talker
const std::string Nmea0183Msg::talker |
◆ type
const std::string Nmea0183Msg::type |
The documentation for this class was generated from the following file: