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