Static Public Member Functions
ros::serialization::Serializer< bool > Struct Template Reference

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

#include <serialization.h>

List of all members.

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 240 of file serialization.h.


Member Function Documentation

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

Definition at line 252 of file serialization.h.

static uint32_t ros::serialization::Serializer< bool >::serializedLength ( bool  ) [inline, static]

Definition at line 263 of file serialization.h.

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

Definition at line 242 of file serialization.h.


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


roscpp_serialization
Author(s): Josh Faust
autogenerated on Fri Aug 28 2015 12:39:12