31 #ifndef NMEA_SENTENCE_HPP 32 #define NMEA_SENTENCE_HPP 70 #endif // NMEA_SENTENCE_HPP Struct to split an NMEA sentence into its ID and its body, the latter tokenized into a vector of stri...
std::vector< std::string > body_
NMEASentence(std::string id, std::vector< std::string > body)
std::vector< std::string > get_body() const