#include <bestutm.h>
|
| uint32_t | GetMessageId () const override |
| |
| const std::string | GetMessageName () const override |
| |
| novatel_gps_msgs::NovatelUtmPositionPtr | ParseAscii (const NovatelSentence &sentence) override throw (ParseException) |
| | Converts sentence into a ROS message pointer and returns it. More...
|
| |
| novatel_gps_msgs::NovatelUtmPositionPtr | ParseBinary (const BinaryMessage &bin_msg) override throw (ParseException) |
| | Converts bin_msg into a ROS message pointer and returns it. More...
|
| |
| virtual novatel_gps_msgs::NovatelUtmPositionPtr | ParseAscii (const NmeaSentence &sentence) throw (ParseException) |
| | Converts sentence into a ROS message pointer and returns it. More...
|
| |
| virtual | ~MessageParser () |
| |
Definition at line 40 of file bestutm.h.
| uint32_t novatel_gps_driver::BestutmParser::GetMessageId |
( |
| ) |
const |
|
overridevirtual |
| const std::string novatel_gps_driver::BestutmParser::GetMessageName |
( |
| ) |
const |
|
overridevirtual |
| novatel_gps_msgs::NovatelUtmPositionPtr novatel_gps_driver::BestutmParser::ParseAscii |
( |
const NovatelSentence & |
sentence | ) |
|
| throw | ( | ParseException |
| ) | | |
|
overridevirtual |
| novatel_gps_msgs::NovatelUtmPositionPtr novatel_gps_driver::BestutmParser::ParseBinary |
( |
const BinaryMessage & |
bin_msg | ) |
|
| throw | ( | ParseException |
| ) | | |
|
overridevirtual |
| constexpr size_t novatel_gps_driver::BestutmParser::ASCII_LENGTH = 23 |
|
static |
| constexpr size_t novatel_gps_driver::BestutmParser::BINARY_LENGTH = 80 |
|
static |
| constexpr uint16_t novatel_gps_driver::BestutmParser::MESSAGE_ID = 726 |
|
static |
| const std::string novatel_gps_driver::BestutmParser::MESSAGE_NAME = "BESTUTM" |
|
static |
The documentation for this class was generated from the following files: