66 #include <rosaic/Gpgsv.h> 67 #include <boost/make_shared.hpp> static const std::string MESSAGE_ID
Declares the string MESSAGE_ID.
Declares a base class for parsing NMEA messages and SBF blocks.
Base class for parsing NMEA messages and SBF blocks.
std::string g_frame_id
The frame ID used in the header of every published ROS message.
Declares lower-level string utility functions used when parsing messages.
const std::string getMessageID() const override
Returns the ASCII message ID, here "$GPGSV".
rosaic::GpgsvPtr parseASCII(const NMEASentence &sentence) noexcept(false) override
Parses one GSV message.
Struct to split an NMEA sentence into its ID and its body, the latter tokenized into a vector of stri...
Derived class for parsing GSV messages.
GpgsvParser()
Constructor of the class GpgsvParser.