gphdt.h
Go to the documentation of this file.
1 #ifndef NOVATEL_GPS_DRIVER_GPHDT_H
2 #define NOVATEL_GPS_DRIVER_GPHDT_H
3 
5 #include <novatel_gps_msgs/Gphdt.h>
6 
7 namespace novatel_gps_driver
8 {
9  class GphdtParser : MessageParser<novatel_gps_msgs::GphdtPtr>
10  {
11  public:
12  uint32_t GetMessageId() const override;
13 
14  const std::string GetMessageName() const override;
15 
16  novatel_gps_msgs::GphdtPtr ParseAscii(const NmeaSentence& sentence) noexcept(false) override;
17 
18  static const std::string MESSAGE_NAME;
19  };
20 }
21 
22 #endif //NOVATEL_GPS_DRIVER_GPHDT_H
const std::string GetMessageName() const override
Definition: gphdt.cpp:12
static const std::string MESSAGE_NAME
Definition: gphdt.h:18
novatel_gps_msgs::GphdtPtr ParseAscii(const NmeaSentence &sentence) noexcept(false) override
Converts sentence into a ROS message pointer and returns it.
Definition: gphdt.cpp:17
uint32_t GetMessageId() const override
Definition: gphdt.cpp:7


novatel_gps_driver
Author(s):
autogenerated on Thu Jul 16 2020 03:17:30