// Generated by gencpp from file std_msgs/Int32.msg // DO NOT EDIT! #ifndef STD_MSGS_MESSAGE_INT32_H #define STD_MSGS_MESSAGE_INT32_H #include #include #include #include #include #include #include namespace std_msgs { template struct Int32_ { typedef Int32_ Type; Int32_() : data(0) { } Int32_(const ContainerAllocator& _alloc) : data(0) { (void)_alloc; } typedef int32_t _data_type; _data_type data; typedef boost::shared_ptr< ::std_msgs::Int32_ > Ptr; typedef boost::shared_ptr< ::std_msgs::Int32_ const> ConstPtr; }; // struct Int32_ typedef ::std_msgs::Int32_ > Int32; typedef boost::shared_ptr< ::std_msgs::Int32 > Int32Ptr; typedef boost::shared_ptr< ::std_msgs::Int32 const> Int32ConstPtr; // constants requiring out of line definition template std::ostream& operator<<(std::ostream& s, const ::std_msgs::Int32_ & v) { ros::message_operations::Printer< ::std_msgs::Int32_ >::stream(s, "", v); return s; } } // namespace std_msgs namespace ros { namespace message_traits { // BOOLTRAITS {'IsFixedSize': True, 'IsMessage': True, 'HasHeader': False} // {'std_msgs': ['/tmp/binarydeb/ros-kinetic-std-msgs-0.5.11/msg']} // !!!!!!!!!!! ['__class__', '__delattr__', '__dict__', '__doc__', '__eq__', '__format__', '__getattribute__', '__hash__', '__init__', '__module__', '__ne__', '__new__', '__reduce__', '__reduce_ex__', '__repr__', '__setattr__', '__sizeof__', '__str__', '__subclasshook__', '__weakref__', '_parsed_fields', 'constants', 'fields', 'full_name', 'has_header', 'header_present', 'names', 'package', 'parsed_fields', 'short_name', 'text', 'types'] template struct IsFixedSize< ::std_msgs::Int32_ > : TrueType { }; template struct IsFixedSize< ::std_msgs::Int32_ const> : TrueType { }; template struct IsMessage< ::std_msgs::Int32_ > : TrueType { }; template struct IsMessage< ::std_msgs::Int32_ const> : TrueType { }; template struct HasHeader< ::std_msgs::Int32_ > : FalseType { }; template struct HasHeader< ::std_msgs::Int32_ const> : FalseType { }; template struct MD5Sum< ::std_msgs::Int32_ > { static const char* value() { return "da5909fbe378aeaf85e547e830cc1bb7"; } static const char* value(const ::std_msgs::Int32_&) { return value(); } static const uint64_t static_value1 = 0xda5909fbe378aeafULL; static const uint64_t static_value2 = 0x85e547e830cc1bb7ULL; }; template struct DataType< ::std_msgs::Int32_ > { static const char* value() { return "std_msgs/Int32"; } static const char* value(const ::std_msgs::Int32_&) { return value(); } }; template struct Definition< ::std_msgs::Int32_ > { static const char* value() { return "int32 data\n\ "; } static const char* value(const ::std_msgs::Int32_&) { return value(); } }; } // namespace message_traits } // namespace ros namespace ros { namespace serialization { template struct Serializer< ::std_msgs::Int32_ > { template inline static void allInOne(Stream& stream, T m) { stream.next(m.data); } ROS_DECLARE_ALLINONE_SERIALIZER }; // struct Int32_ } // namespace serialization } // namespace ros namespace ros { namespace message_operations { template struct Printer< ::std_msgs::Int32_ > { template static void stream(Stream& s, const std::string& indent, const ::std_msgs::Int32_& v) { s << indent << "data: "; Printer::stream(s, indent + " ", v.data); } }; } // namespace message_operations } // namespace ros #endif // STD_MSGS_MESSAGE_INT32_H