Main Page
Namespaces
Namespace List
Namespace Members
All
Functions
Variables
Typedefs
Classes
Class List
Class Hierarchy
Class Members
All
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
~
Functions
a
b
c
d
e
f
g
i
n
o
p
r
s
v
w
~
Variables
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
w
Enumerations
Enumerator
Files
File List
File Members
All
Functions
include
novatel_gps_driver
parsers
gphdt.h
Go to the documentation of this file.
1
#ifndef NOVATEL_GPS_DRIVER_GPHDT_H
2
#define NOVATEL_GPS_DRIVER_GPHDT_H
3
4
#include <
novatel_gps_driver/parsers/message_parser.h
>
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
novatel_gps_driver::MessageParser
Definition:
message_parser.h:59
novatel_gps_driver::GphdtParser
Definition:
gphdt.h:9
novatel_gps_driver::GphdtParser::MESSAGE_NAME
static const std::string MESSAGE_NAME
Definition:
gphdt.h:18
novatel_gps_driver::GphdtParser::GetMessageId
uint32_t GetMessageId() const override
Definition:
gphdt.cpp:7
novatel_gps_driver
Definition:
binary_header.h:37
novatel_gps_driver::GphdtParser::GetMessageName
const std::string GetMessageName() const override
Definition:
gphdt.cpp:12
novatel_gps_driver::NmeaSentence
Definition:
nmea_sentence.h:41
novatel_gps_driver::GphdtParser::ParseAscii
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
message_parser.h
novatel_gps_driver
Author(s):
autogenerated on Sun Oct 1 2023 02:58:57