#include "message_traits.h"#include <ros/time.h>#include <string>#include <boost/utility/enable_if.hpp>#include <boost/type_traits/remove_const.hpp>#include <boost/type_traits/remove_reference.hpp>

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 (Duration) | |
| ros::message_traits::ROSLIB_CREATE_SIMPLE_TRAITS (Time) | |
| ros::message_traits::ROSLIB_CREATE_SIMPLE_TRAITS (double) | |
| ros::message_traits::ROSLIB_CREATE_SIMPLE_TRAITS (float) | |
| ros::message_traits::ROSLIB_CREATE_SIMPLE_TRAITS (int64_t) | |
| ros::message_traits::ROSLIB_CREATE_SIMPLE_TRAITS (uint64_t) | |
| ros::message_traits::ROSLIB_CREATE_SIMPLE_TRAITS (int32_t) | |
| ros::message_traits::ROSLIB_CREATE_SIMPLE_TRAITS (uint32_t) | |
| ros::message_traits::ROSLIB_CREATE_SIMPLE_TRAITS (int16_t) | |
| ros::message_traits::ROSLIB_CREATE_SIMPLE_TRAITS (uint16_t) | |
| ros::message_traits::ROSLIB_CREATE_SIMPLE_TRAITS (int8_t) | |
| ros::message_traits::ROSLIB_CREATE_SIMPLE_TRAITS (uint8_t) | |
| #define ROSLIB_CREATE_SIMPLE_TRAITS | ( | Type | ) |
template<> struct IsSimple<Type> : public TrueType {}; \ template<> struct IsFixedSize<Type> : public TrueType {};
Definition at line 34 of file builtin_message_traits.h.