// Generated by gencpp from file rosgraph_msgs/Clock.msg // DO NOT EDIT! #ifndef ROSGRAPH_MSGS_MESSAGE_CLOCK_H #define ROSGRAPH_MSGS_MESSAGE_CLOCK_H #include #include #include #include #include #include #include namespace rosgraph_msgs { template struct Clock_ { typedef Clock_ Type; Clock_() : clock() { } Clock_(const ContainerAllocator& _alloc) : clock() { (void)_alloc; } typedef rs2rosinternal::Time _clock_type; _clock_type clock; typedef std::shared_ptr< ::rosgraph_msgs::Clock_ > Ptr; typedef std::shared_ptr< ::rosgraph_msgs::Clock_ const> ConstPtr; }; // struct Clock_ typedef ::rosgraph_msgs::Clock_ > Clock; typedef std::shared_ptr< ::rosgraph_msgs::Clock > ClockPtr; typedef std::shared_ptr< ::rosgraph_msgs::Clock const> ClockConstPtr; // constants requiring out of line definition template std::ostream& operator<<(std::ostream& s, const ::rosgraph_msgs::Clock_ & v) { rs2rosinternal::message_operations::Printer< ::rosgraph_msgs::Clock_ >::stream(s, "", v); return s; } } // namespace rosgraph_msgs namespace rs2rosinternal { namespace message_traits { // BOOLTRAITS {'IsFixedSize': True, 'IsMessage': True, 'HasHeader': False} // {'rosgraph_msgs': ['/tmp/binarydeb/ros-kinetic-rosgraph-msgs-1.11.2/msg'], 'std_msgs': ['/opt/ros/kinetic/share/std_msgs/cmake/../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< ::rosgraph_msgs::Clock_ > : std::true_type { }; template struct IsFixedSize< ::rosgraph_msgs::Clock_ const> : std::true_type { }; template struct IsMessage< ::rosgraph_msgs::Clock_ > : std::true_type { }; template struct IsMessage< ::rosgraph_msgs::Clock_ const> : std::true_type { }; template struct HasHeader< ::rosgraph_msgs::Clock_ > : std::false_type { }; template struct HasHeader< ::rosgraph_msgs::Clock_ const> : std::false_type { }; template struct MD5Sum< ::rosgraph_msgs::Clock_ > { static const char* value() { return "a9c97c1d230cfc112e270351a944ee47"; } static const char* value(const ::rosgraph_msgs::Clock_&) { return value(); } static const uint64_t static_value1 = 0xa9c97c1d230cfc11ULL; static const uint64_t static_value2 = 0x2e270351a944ee47ULL; }; template struct DataType< ::rosgraph_msgs::Clock_ > { static const char* value() { return "rosgraph_msgs/Clock"; } static const char* value(const ::rosgraph_msgs::Clock_&) { return value(); } }; template struct Definition< ::rosgraph_msgs::Clock_ > { static const char* value() { return "# roslib/Clock is used for publishing simulated time in ROS. \n\ # This message simply communicates the current time.\n\ # For more information, see http://www.ros.org/wiki/Clock\n\ time clock\n\ "; } static const char* value(const ::rosgraph_msgs::Clock_&) { return value(); } }; } // namespace message_traits } // namespace rs2rosinternal namespace rs2rosinternal { namespace serialization { template struct Serializer< ::rosgraph_msgs::Clock_ > { template inline static void allInOne(Stream& stream, T m) { stream.next(m.clock); } ROS_DECLARE_ALLINONE_SERIALIZER }; // struct Clock_ } // namespace serialization } // namespace rs2rosinternal namespace rs2rosinternal { namespace message_operations { template struct Printer< ::rosgraph_msgs::Clock_ > { template static void stream(Stream& s, const std::string& indent, const ::rosgraph_msgs::Clock_& v) { s << indent << "clock: "; Printer::stream(s, indent + " ", v.clock); } }; } // namespace message_operations } // namespace rs2rosinternal #endif // ROSGRAPH_MSGS_MESSAGE_CLOCK_H