Classes | |
class | ProtocolHandler |
The protocol handler for a different NMEA data types. More... | |
Variables | |
const unsigned char | AFTER_PREAMBLE_EM1000 = 0x90 |
const char | CR = '\r' |
const char | LF = '\n' |
const char | PREAMBLE = '$' |
const char | PREAMBLE_EM1000 = '\0' |
const char | PREAMBLE_TSS2 = ':' |
const unsigned char nmea::AFTER_PREAMBLE_EM1000 = 0x90 |
Definition at line 74 of file nmea_protocolhandler.cpp.
const char nmea::CR = '\r' |
Definition at line 75 of file nmea_protocolhandler.cpp.
const char nmea::LF = '\n' |
Definition at line 76 of file nmea_protocolhandler.cpp.
const char nmea::PREAMBLE = '$' |
Definition at line 71 of file nmea_protocolhandler.cpp.
const char nmea::PREAMBLE_EM1000 = '\0' |
Definition at line 73 of file nmea_protocolhandler.cpp.
const char nmea::PREAMBLE_TSS2 = ':' |
Definition at line 72 of file nmea_protocolhandler.cpp.