|
enum | strategy { IGNORE,
VALIDATE,
REQUIRE
} |
|
|
| NMEASentence (std::string s, strategy cs_strat=VALIDATE) |
|
std::string | message_no_cs () const |
|
std::string | message () const |
|
std::string | message_cr_nl () const |
|
std::string | talker_id () const |
|
std::string | sentence_id () const |
|
template<typename T > |
T | as (int i) const |
|
template<typename T > |
void | push_back (T t) |
|
void | push_back (const std::string &str) |
|
|
static unsigned char | checksum (const std::string &s) |
|
|
static bool | enforce_talker_length = true |
|
Definition at line 47 of file nmea_sentence.h.
The documentation for this class was generated from the following files: