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