pf_r2000_packet.cpp
Go to the documentation of this file.
2 
4 {
6 }
7 
8 std::tuple<uint16_t, uint32_t, uint16_t> PFR2000Packet::read_header(ros::serialization::IStream& stream)
9 {
11  return std::tuple<uint16_t, uint32_t, uint16_t>(header.header.header_size, header.header.packet_size,
12  header.num_points_packet);
13 }
PFR2000Packet::get_size
virtual size_t get_size()
Definition: pf_r2000_packet.cpp:3
pf_r2000_packet.h
PFR2000Packet::read_header
virtual std::tuple< uint16_t, uint32_t, uint16_t > read_header(ros::serialization::IStream &stream)
Definition: pf_r2000_packet.cpp:8
ros::serialization::serializationLength
uint32_t serializationLength(const boost::array< T, N > &t)
ros::serialization::IStream
ros::serialization::Serializer::read
static void read(Stream &stream, typename boost::call_traits< T >::reference t)
PFR2000Packet::header
pf_driver::PFR2000Header header
Definition: pf_r2000_packet.h:13


pf_driver
Author(s): Harsh Deshpande
autogenerated on Sun Feb 4 2024 03:32:56