// Generated by gencpp from file arduino_servo_connect/ServoEnableResponse.msg // DO NOT EDIT! #ifndef ARDUINO_SERVO_CONNECT_MESSAGE_SERVOENABLERESPONSE_H #define ARDUINO_SERVO_CONNECT_MESSAGE_SERVOENABLERESPONSE_H #include #include #include #include #include #include #include namespace arduino_servo_connect { template struct ServoEnableResponse_ { typedef ServoEnableResponse_ Type; ServoEnableResponse_() { } ServoEnableResponse_(const ContainerAllocator& _alloc) { (void)_alloc; } typedef boost::shared_ptr< ::arduino_servo_connect::ServoEnableResponse_ > Ptr; typedef boost::shared_ptr< ::arduino_servo_connect::ServoEnableResponse_ const> ConstPtr; }; // struct ServoEnableResponse_ typedef ::arduino_servo_connect::ServoEnableResponse_ > ServoEnableResponse; typedef boost::shared_ptr< ::arduino_servo_connect::ServoEnableResponse > ServoEnableResponsePtr; typedef boost::shared_ptr< ::arduino_servo_connect::ServoEnableResponse const> ServoEnableResponseConstPtr; // constants requiring out of line definition template std::ostream& operator<<(std::ostream& s, const ::arduino_servo_connect::ServoEnableResponse_ & v) { ros::message_operations::Printer< ::arduino_servo_connect::ServoEnableResponse_ >::stream(s, "", v); return s; } } // namespace arduino_servo_connect namespace ros { namespace message_traits { // BOOLTRAITS {'IsFixedSize': True, 'IsMessage': True, 'HasHeader': False} // {'std_msgs': ['/opt/ros/kinetic/share/std_msgs/cmake/../msg'], 'arduino_servo_connect': ['/home/corvin/project/face_tracker/ros_code/src/arduino_servo_connect/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< ::arduino_servo_connect::ServoEnableResponse_ > : TrueType { }; template struct IsFixedSize< ::arduino_servo_connect::ServoEnableResponse_ const> : TrueType { }; template struct IsMessage< ::arduino_servo_connect::ServoEnableResponse_ > : TrueType { }; template struct IsMessage< ::arduino_servo_connect::ServoEnableResponse_ const> : TrueType { }; template struct HasHeader< ::arduino_servo_connect::ServoEnableResponse_ > : FalseType { }; template struct HasHeader< ::arduino_servo_connect::ServoEnableResponse_ const> : FalseType { }; template struct MD5Sum< ::arduino_servo_connect::ServoEnableResponse_ > { static const char* value() { return "d41d8cd98f00b204e9800998ecf8427e"; } static const char* value(const ::arduino_servo_connect::ServoEnableResponse_&) { return value(); } static const uint64_t static_value1 = 0xd41d8cd98f00b204ULL; static const uint64_t static_value2 = 0xe9800998ecf8427eULL; }; template struct DataType< ::arduino_servo_connect::ServoEnableResponse_ > { static const char* value() { return "arduino_servo_connect/ServoEnableResponse"; } static const char* value(const ::arduino_servo_connect::ServoEnableResponse_&) { return value(); } }; template struct Definition< ::arduino_servo_connect::ServoEnableResponse_ > { static const char* value() { return "\n\ "; } static const char* value(const ::arduino_servo_connect::ServoEnableResponse_&) { return value(); } }; } // namespace message_traits } // namespace ros namespace ros { namespace serialization { template struct Serializer< ::arduino_servo_connect::ServoEnableResponse_ > { template inline static void allInOne(Stream&, T) {} ROS_DECLARE_ALLINONE_SERIALIZER }; // struct ServoEnableResponse_ } // namespace serialization } // namespace ros namespace ros { namespace message_operations { template struct Printer< ::arduino_servo_connect::ServoEnableResponse_ > { template static void stream(Stream&, const std::string&, const ::arduino_servo_connect::ServoEnableResponse_&) {} }; } // namespace message_operations } // namespace ros #endif // ARDUINO_SERVO_CONNECT_MESSAGE_SERVOENABLERESPONSE_H