// Generated by gencpp from file std_msgs/Bool.msg // DO NOT EDIT! #ifndef STD_MSGS_MESSAGE_BOOL_H #define STD_MSGS_MESSAGE_BOOL_H #include #include #include #include #include #include namespace std_msgs { template struct Bool_ { typedef Bool_ Type; Bool_() : data(false) { } Bool_(const ContainerAllocator& _alloc) : data(false) { (void)_alloc; } typedef uint8_t _data_type; _data_type data; typedef boost::shared_ptr< ::std_msgs::Bool_ > Ptr; typedef boost::shared_ptr< ::std_msgs::Bool_ const> ConstPtr; }; // struct Bool_ typedef ::std_msgs::Bool_ > Bool; typedef boost::shared_ptr< ::std_msgs::Bool > BoolPtr; typedef boost::shared_ptr< ::std_msgs::Bool const> BoolConstPtr; // constants requiring out of line definition template std::ostream& operator<<(std::ostream& s, const ::std_msgs::Bool_ & v) { ros::message_operations::Printer< ::std_msgs::Bool_ >::stream(s, "", v); return s; } template bool operator==(const ::std_msgs::Bool_ & lhs, const ::std_msgs::Bool_ & rhs) { return lhs.data == rhs.data; } template bool operator!=(const ::std_msgs::Bool_ & lhs, const ::std_msgs::Bool_ & rhs) { return !(lhs == rhs); } } // namespace std_msgs namespace ros { namespace message_traits { template struct IsMessage< ::std_msgs::Bool_ > : TrueType { }; template struct IsMessage< ::std_msgs::Bool_ const> : TrueType { }; template struct IsFixedSize< ::std_msgs::Bool_ > : TrueType { }; template struct IsFixedSize< ::std_msgs::Bool_ const> : TrueType { }; template struct HasHeader< ::std_msgs::Bool_ > : FalseType { }; template struct HasHeader< ::std_msgs::Bool_ const> : FalseType { }; template struct MD5Sum< ::std_msgs::Bool_ > { static const char* value() { return "8b94c1b53db61fb6aed406028ad6332a"; } static const char* value(const ::std_msgs::Bool_&) { return value(); } static const uint64_t static_value1 = 0x8b94c1b53db61fb6ULL; static const uint64_t static_value2 = 0xaed406028ad6332aULL; }; template struct DataType< ::std_msgs::Bool_ > { static const char* value() { return "std_msgs/Bool"; } static const char* value(const ::std_msgs::Bool_&) { return value(); } }; template struct Definition< ::std_msgs::Bool_ > { static const char* value() { return "bool data\n" ; } static const char* value(const ::std_msgs::Bool_&) { return value(); } }; } // namespace message_traits } // namespace ros namespace ros { namespace serialization { template struct Serializer< ::std_msgs::Bool_ > { template inline static void allInOne(Stream& stream, T m) { stream.next(m.data); } ROS_DECLARE_ALLINONE_SERIALIZER }; // struct Bool_ } // namespace serialization } // namespace ros namespace ros { namespace message_operations { template struct Printer< ::std_msgs::Bool_ > { template static void stream(Stream& s, const std::string& indent, const ::std_msgs::Bool_& v) { s << indent << "data: "; Printer::stream(s, indent + " ", v.data); } }; } // namespace message_operations } // namespace ros #endif // STD_MSGS_MESSAGE_BOOL_H