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