// Generated by gencpp from file astra_camera/GetStringRequest.msg // DO NOT EDIT! #ifndef ASTRA_CAMERA_MESSAGE_GETSTRINGREQUEST_H #define ASTRA_CAMERA_MESSAGE_GETSTRINGREQUEST_H #include #include #include #include #include #include #include namespace astra_camera { template struct GetStringRequest_ { typedef GetStringRequest_ Type; GetStringRequest_() { } GetStringRequest_(const ContainerAllocator& _alloc) { (void)_alloc; } typedef boost::shared_ptr< ::astra_camera::GetStringRequest_ > Ptr; typedef boost::shared_ptr< ::astra_camera::GetStringRequest_ const> ConstPtr; }; // struct GetStringRequest_ typedef ::astra_camera::GetStringRequest_ > GetStringRequest; typedef boost::shared_ptr< ::astra_camera::GetStringRequest > GetStringRequestPtr; typedef boost::shared_ptr< ::astra_camera::GetStringRequest const> GetStringRequestConstPtr; // constants requiring out of line definition template std::ostream& operator<<(std::ostream& s, const ::astra_camera::GetStringRequest_ & v) { ros::message_operations::Printer< ::astra_camera::GetStringRequest_ >::stream(s, "", v); return s; } } // namespace astra_camera namespace ros { namespace message_traits { template struct IsMessage< ::astra_camera::GetStringRequest_ > : TrueType { }; template struct IsMessage< ::astra_camera::GetStringRequest_ const> : TrueType { }; template struct IsFixedSize< ::astra_camera::GetStringRequest_ > : TrueType { }; template struct IsFixedSize< ::astra_camera::GetStringRequest_ const> : TrueType { }; template struct HasHeader< ::astra_camera::GetStringRequest_ > : FalseType { }; template struct HasHeader< ::astra_camera::GetStringRequest_ const> : FalseType { }; template struct MD5Sum< ::astra_camera::GetStringRequest_ > { static const char* value() { return "d41d8cd98f00b204e9800998ecf8427e"; } static const char* value(const ::astra_camera::GetStringRequest_&) { return value(); } static const uint64_t static_value1 = 0xd41d8cd98f00b204ULL; static const uint64_t static_value2 = 0xe9800998ecf8427eULL; }; template struct DataType< ::astra_camera::GetStringRequest_ > { static const char* value() { return "astra_camera/GetStringRequest"; } static const char* value(const ::astra_camera::GetStringRequest_&) { return value(); } }; template struct Definition< ::astra_camera::GetStringRequest_ > { static const char* value() { return "\n" ; } static const char* value(const ::astra_camera::GetStringRequest_&) { return value(); } }; } // namespace message_traits } // namespace ros namespace ros { namespace serialization { template struct Serializer< ::astra_camera::GetStringRequest_ > { template inline static void allInOne(Stream&, T) {} ROS_DECLARE_ALLINONE_SERIALIZER }; // struct GetStringRequest_ } // namespace serialization } // namespace ros namespace ros { namespace message_operations { template struct Printer< ::astra_camera::GetStringRequest_ > { template static void stream(Stream&, const std::string&, const ::astra_camera::GetStringRequest_&) {} }; } // namespace message_operations } // namespace ros #endif // ASTRA_CAMERA_MESSAGE_GETSTRINGREQUEST_H