Static Public Member Functions | List of all members
ros::serialization::Serializer< bool > Struct Reference

Serializer specialized for bool (serialized as uint8) More...

#include <serialization.h>

Static Public Member Functions

template<typename Stream >
static void read (Stream &stream, bool &v)
 
static uint32_t serializedLength (bool)
 
template<typename Stream >
static void write (Stream &stream, const bool v)
 

Detailed Description

Serializer specialized for bool (serialized as uint8)

Definition at line 216 of file serialization.h.

Member Function Documentation

◆ read()

template<typename Stream >
static void ros::serialization::Serializer< bool >::read ( Stream stream,
bool &  v 
)
inlinestatic

Definition at line 224 of file serialization.h.

◆ serializedLength()

static uint32_t ros::serialization::Serializer< bool >::serializedLength ( bool  )
inlinestatic

Definition at line 231 of file serialization.h.

◆ write()

template<typename Stream >
static void ros::serialization::Serializer< bool >::write ( Stream stream,
const bool  v 
)
inlinestatic

Definition at line 218 of file serialization.h.


The documentation for this struct was generated from the following file:


roscpp_serialization
Author(s): Josh Faust, Dirk Thomas
autogenerated on Sat Jun 17 2023 02:32:40