Main Page
+
Namespaces
Namespace List
+
Namespace Members
All
Functions
Enumerations
Enumerator
+
Classes
Class List
Class Hierarchy
+
Class Members
+
All
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
~
+
Functions
a
b
c
d
e
f
g
h
i
k
l
m
o
p
r
s
t
u
w
~
+
Variables
a
b
c
d
e
f
h
i
l
m
n
p
q
r
s
t
u
v
w
Typedefs
Enumerations
Enumerator
+
Files
File List
+
File Members
All
Functions
Typedefs
Enumerations
Enumerator
Macros
include
pf_driver
pf
pf_packet
pf_r2000_packet.h
Go to the documentation of this file.
1
#pragma once
2
3
#include "
pf_driver/pf/pf_packet/pf_packet.h
"
4
#include "pf_driver/PFR2000Header.h"
5
6
class
PFR2000Packet
:
public
PFPacket
7
{
8
public
:
9
virtual
size_t
get_size
();
10
11
virtual
std::tuple<uint16_t, uint32_t, uint16_t>
read_header
(
ros::serialization::IStream
& stream);
12
13
pf_driver::PFR2000Header
header
;
14
};
PFR2000Packet::get_size
virtual size_t get_size()
Definition:
pf_r2000_packet.cpp:3
PFR2000Packet::read_header
virtual std::tuple< uint16_t, uint32_t, uint16_t > read_header(ros::serialization::IStream &stream)
Definition:
pf_r2000_packet.cpp:8
PFR2000Packet
Definition:
pf_r2000_packet.h:6
ros::serialization::IStream
PFPacket
Definition:
pf_packet.h:8
PFR2000Packet::header
pf_driver::PFR2000Header header
Definition:
pf_r2000_packet.h:13
pf_packet.h
pf_driver
Author(s): Harsh Deshpande
autogenerated on Fri Feb 24 2023 03:59:35