// Generated by gencpp from file arduino_servo_connect/ServoReadResponse.msg // DO NOT EDIT! #ifndef ARDUINO_SERVO_CONNECT_MESSAGE_SERVOREADRESPONSE_H #define ARDUINO_SERVO_CONNECT_MESSAGE_SERVOREADRESPONSE_H #include #include #include #include #include #include #include namespace arduino_servo_connect { template struct ServoReadResponse_ { typedef ServoReadResponse_ Type; ServoReadResponse_() : value(0) { } ServoReadResponse_(const ContainerAllocator& _alloc) : value(0) { (void)_alloc; } typedef int32_t _value_type; _value_type value; typedef boost::shared_ptr< ::arduino_servo_connect::ServoReadResponse_ > Ptr; typedef boost::shared_ptr< ::arduino_servo_connect::ServoReadResponse_ const> ConstPtr; }; // struct ServoReadResponse_ typedef ::arduino_servo_connect::ServoReadResponse_ > ServoReadResponse; typedef boost::shared_ptr< ::arduino_servo_connect::ServoReadResponse > ServoReadResponsePtr; typedef boost::shared_ptr< ::arduino_servo_connect::ServoReadResponse const> ServoReadResponseConstPtr; // constants requiring out of line definition template std::ostream& operator<<(std::ostream& s, const ::arduino_servo_connect::ServoReadResponse_ & v) { ros::message_operations::Printer< ::arduino_servo_connect::ServoReadResponse_ >::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::ServoReadResponse_ > : TrueType { }; template struct IsFixedSize< ::arduino_servo_connect::ServoReadResponse_ const> : TrueType { }; template struct IsMessage< ::arduino_servo_connect::ServoReadResponse_ > : TrueType { }; template struct IsMessage< ::arduino_servo_connect::ServoReadResponse_ const> : TrueType { }; template struct HasHeader< ::arduino_servo_connect::ServoReadResponse_ > : FalseType { }; template struct HasHeader< ::arduino_servo_connect::ServoReadResponse_ const> : FalseType { }; template struct MD5Sum< ::arduino_servo_connect::ServoReadResponse_ > { static const char* value() { return "b3087778e93fcd34cc8d65bc54e850d1"; } static const char* value(const ::arduino_servo_connect::ServoReadResponse_&) { return value(); } static const uint64_t static_value1 = 0xb3087778e93fcd34ULL; static const uint64_t static_value2 = 0xcc8d65bc54e850d1ULL; }; template struct DataType< ::arduino_servo_connect::ServoReadResponse_ > { static const char* value() { return "arduino_servo_connect/ServoReadResponse"; } static const char* value(const ::arduino_servo_connect::ServoReadResponse_&) { return value(); } }; template struct Definition< ::arduino_servo_connect::ServoReadResponse_ > { static const char* value() { return "int32 value\n\ \n\ "; } static const char* value(const ::arduino_servo_connect::ServoReadResponse_&) { return value(); } }; } // namespace message_traits } // namespace ros namespace ros { namespace serialization { template struct Serializer< ::arduino_servo_connect::ServoReadResponse_ > { template inline static void allInOne(Stream& stream, T m) { stream.next(m.value); } ROS_DECLARE_ALLINONE_SERIALIZER }; // struct ServoReadResponse_ } // namespace serialization } // namespace ros namespace ros { namespace message_operations { template struct Printer< ::arduino_servo_connect::ServoReadResponse_ > { template static void stream(Stream& s, const std::string& indent, const ::arduino_servo_connect::ServoReadResponse_& v) { s << indent << "value: "; Printer::stream(s, indent + " ", v.value); } }; } // namespace message_operations } // namespace ros #endif // ARDUINO_SERVO_CONNECT_MESSAGE_SERVOREADRESPONSE_H