$search
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) |
Serializer specialized for bool (serialized as uint8).
Definition at line 206 of file serialization.h.
| static void ros::serialization::Serializer< bool >::read | ( | Stream & | stream, | |
| bool & | v | |||
| ) | [inline, static] |
Definition at line 214 of file serialization.h.
| static uint32_t ros::serialization::Serializer< bool >::serializedLength | ( | bool | ) | [inline, static] |
Definition at line 220 of file serialization.h.
| static void ros::serialization::Serializer< bool >::write | ( | Stream & | stream, | |
| const bool | v | |||
| ) | [inline, static] |
Definition at line 208 of file serialization.h.