Defines a struct NMEASentence, into which NMEA sentences - both standardized and proprietary ones - should be mapped. More...
#include <string>
#include <vector>
Go to the source code of this file.
Classes | |
class | NMEASentence |
Struct to split an NMEA sentence into its ID and its body, the latter tokenized into a vector of strings. More... | |
Defines a struct NMEASentence, into which NMEA sentences - both standardized and proprietary ones - should be mapped.
Definition in file nmea_sentence.hpp.