Static Public Member Functions | List of all members
ros::serialization::Serializer< bool > Struct Template 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

template<>
struct ros::serialization::Serializer< bool >

Serializer specialized for bool (serialized as uint8)

Definition at line 208 of file serialization.h.

Member Function Documentation

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

Definition at line 216 of file serialization.h.

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

Definition at line 223 of file serialization.h.

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

Definition at line 210 of file serialization.h.


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


roscpp_serialization
Author(s): Josh Faust
autogenerated on Sat Apr 6 2019 02:52:24