// Generated by gencpp from file arduino_servo_connect/GetAllServoEnableResponse.msg // DO NOT EDIT! #ifndef ARDUINO_SERVO_CONNECT_MESSAGE_GETALLSERVOENABLERESPONSE_H #define ARDUINO_SERVO_CONNECT_MESSAGE_GETALLSERVOENABLERESPONSE_H #include #include #include #include #include #include #include namespace arduino_servo_connect { template struct GetAllServoEnableResponse_ { typedef GetAllServoEnableResponse_ Type; GetAllServoEnableResponse_() : enables() { } GetAllServoEnableResponse_(const ContainerAllocator& _alloc) : enables(_alloc) { (void)_alloc; } typedef std::vector::other > _enables_type; _enables_type enables; typedef boost::shared_ptr< ::arduino_servo_connect::GetAllServoEnableResponse_ > Ptr; typedef boost::shared_ptr< ::arduino_servo_connect::GetAllServoEnableResponse_ const> ConstPtr; }; // struct GetAllServoEnableResponse_ typedef ::arduino_servo_connect::GetAllServoEnableResponse_ > GetAllServoEnableResponse; typedef boost::shared_ptr< ::arduino_servo_connect::GetAllServoEnableResponse > GetAllServoEnableResponsePtr; typedef boost::shared_ptr< ::arduino_servo_connect::GetAllServoEnableResponse const> GetAllServoEnableResponseConstPtr; // constants requiring out of line definition template std::ostream& operator<<(std::ostream& s, const ::arduino_servo_connect::GetAllServoEnableResponse_ & v) { ros::message_operations::Printer< ::arduino_servo_connect::GetAllServoEnableResponse_ >::stream(s, "", v); return s; } } // namespace arduino_servo_connect namespace ros { namespace message_traits { // BOOLTRAITS {'IsFixedSize': False, '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::GetAllServoEnableResponse_ > : FalseType { }; template struct IsFixedSize< ::arduino_servo_connect::GetAllServoEnableResponse_ const> : FalseType { }; template struct IsMessage< ::arduino_servo_connect::GetAllServoEnableResponse_ > : TrueType { }; template struct IsMessage< ::arduino_servo_connect::GetAllServoEnableResponse_ const> : TrueType { }; template struct HasHeader< ::arduino_servo_connect::GetAllServoEnableResponse_ > : FalseType { }; template struct HasHeader< ::arduino_servo_connect::GetAllServoEnableResponse_ const> : FalseType { }; template struct MD5Sum< ::arduino_servo_connect::GetAllServoEnableResponse_ > { static const char* value() { return "fb3e3dbce60e36b185d663dfe470ce14"; } static const char* value(const ::arduino_servo_connect::GetAllServoEnableResponse_&) { return value(); } static const uint64_t static_value1 = 0xfb3e3dbce60e36b1ULL; static const uint64_t static_value2 = 0x85d663dfe470ce14ULL; }; template struct DataType< ::arduino_servo_connect::GetAllServoEnableResponse_ > { static const char* value() { return "arduino_servo_connect/GetAllServoEnableResponse"; } static const char* value(const ::arduino_servo_connect::GetAllServoEnableResponse_&) { return value(); } }; template struct Definition< ::arduino_servo_connect::GetAllServoEnableResponse_ > { static const char* value() { return "int32[] enables\n\ \n\ "; } static const char* value(const ::arduino_servo_connect::GetAllServoEnableResponse_&) { return value(); } }; } // namespace message_traits } // namespace ros namespace ros { namespace serialization { template struct Serializer< ::arduino_servo_connect::GetAllServoEnableResponse_ > { template inline static void allInOne(Stream& stream, T m) { stream.next(m.enables); } ROS_DECLARE_ALLINONE_SERIALIZER }; // struct GetAllServoEnableResponse_ } // namespace serialization } // namespace ros namespace ros { namespace message_operations { template struct Printer< ::arduino_servo_connect::GetAllServoEnableResponse_ > { template static void stream(Stream& s, const std::string& indent, const ::arduino_servo_connect::GetAllServoEnableResponse_& v) { s << indent << "enables[]" << std::endl; for (size_t i = 0; i < v.enables.size(); ++i) { s << indent << " enables[" << i << "]: "; Printer::stream(s, indent + " ", v.enables[i]); } } }; } // namespace message_operations } // namespace ros #endif // ARDUINO_SERVO_CONNECT_MESSAGE_GETALLSERVOENABLERESPONSE_H