Go to the source code of this file.
Classes | |
struct | ros::message_traits::IsFixedSize< bool > |
Namespaces | |
namespace | ros |
namespace | ros::message_traits |
Defines | |
#define | ROSLIB_CREATE_SIMPLE_TRAITS(Type) |
Functions | |
ros::message_traits::ROSLIB_CREATE_SIMPLE_TRAITS (uint8_t) | |
ros::message_traits::ROSLIB_CREATE_SIMPLE_TRAITS (int8_t) | |
ros::message_traits::ROSLIB_CREATE_SIMPLE_TRAITS (uint16_t) | |
ros::message_traits::ROSLIB_CREATE_SIMPLE_TRAITS (int16_t) | |
ros::message_traits::ROSLIB_CREATE_SIMPLE_TRAITS (uint32_t) | |
ros::message_traits::ROSLIB_CREATE_SIMPLE_TRAITS (int32_t) | |
ros::message_traits::ROSLIB_CREATE_SIMPLE_TRAITS (uint64_t) | |
ros::message_traits::ROSLIB_CREATE_SIMPLE_TRAITS (int64_t) | |
ros::message_traits::ROSLIB_CREATE_SIMPLE_TRAITS (float) | |
ros::message_traits::ROSLIB_CREATE_SIMPLE_TRAITS (double) | |
ros::message_traits::ROSLIB_CREATE_SIMPLE_TRAITS (Time) | |
ros::message_traits::ROSLIB_CREATE_SIMPLE_TRAITS (Duration) |
#define ROSLIB_CREATE_SIMPLE_TRAITS | ( | Type | ) |
template<> struct IsSimple<Type> : public TrueType {}; \ template<> struct IsFixedSize<Type> : public TrueType {};
Definition at line 39 of file builtin_message_traits.h.