28 #ifndef ROSLIB_BUILTIN_MESSAGE_TRAITS_H 29 #define ROSLIB_BUILTIN_MESSAGE_TRAITS_H 36 namespace message_traits
39 #define ROSLIB_CREATE_SIMPLE_TRAITS(Type) \ 40 template<> struct IsSimple<Type> : public TrueType {}; \ 41 template<> struct IsFixedSize<Type> : public TrueType {}; 62 #endif // ROSLIB_BUILTIN_MESSAGE_TRAITS_H
Base type for compile-type true/false tests. Compatible with Boost.MPL. classes inheriting from this ...
#define ROSLIB_CREATE_SIMPLE_TRAITS(Type)
A fixed-size datatype is one whose size is constant, i.e. it has no variable-length arrays or strings...
::std_msgs::Duration_< std::allocator< void > > Duration
unsigned __int64 uint64_t
::std_msgs::Time_< std::allocator< void > > Time