#include <clocksteering.h>
Public Member Functions | |
uint32_t | GetMessageId () const override |
const std::string | GetMessageName () const override |
novatel_gps_msgs::ClockSteeringPtr | ParseAscii (const NovatelSentence &sentence) noexcept(false) override |
Converts sentence into a ROS message pointer and returns it. More... | |
Static Public Attributes | |
static const std::string | MESSAGE_NAME = "CLOCKSTEERING" |
Additional Inherited Members | |
![]() | |
virtual uint32_t | GetMessageId () const=0 |
virtual const std::string | GetMessageName () const=0 |
virtual novatel_gps_msgs::ClockSteeringPtr | ParseAscii (const NmeaSentence &sentence) noexcept(false) |
Converts sentence into a ROS message pointer and returns it. More... | |
virtual novatel_gps_msgs::ClockSteeringPtr | ParseBinary (const BinaryMessage &bin_msg) noexcept(false) |
Converts bin_msg into a ROS message pointer and returns it. More... | |
virtual | ~MessageParser ()=default |
Definition at line 38 of file clocksteering.h.
|
override |
Definition at line 35 of file clocksteering.cpp.
|
override |
Definition at line 40 of file clocksteering.cpp.
|
overridevirtualnoexcept |
Converts sentence into a ROS message pointer and returns it.
The returned value must not be NULL. ParseException should be thrown if there are any issues parsing the message.
[in] | bin_msg | The message to convert. |
Reimplemented from novatel_gps_driver::MessageParser< novatel_gps_msgs::ClockSteeringPtr >.
Definition at line 45 of file clocksteering.cpp.
|
static |
Definition at line 47 of file clocksteering.h.