// Generated by gencpp from file common_msgs/ScanWifiRequest.msg // DO NOT EDIT! #ifndef COMMON_MSGS_MESSAGE_SCANWIFIREQUEST_H #define COMMON_MSGS_MESSAGE_SCANWIFIREQUEST_H #include #include #include #include #include #include #include namespace common_msgs { template struct ScanWifiRequest_ { typedef ScanWifiRequest_ Type; ScanWifiRequest_() : start(0) { } ScanWifiRequest_(const ContainerAllocator& _alloc) : start(0) { (void)_alloc; } typedef int32_t _start_type; _start_type start; typedef boost::shared_ptr< ::common_msgs::ScanWifiRequest_ > Ptr; typedef boost::shared_ptr< ::common_msgs::ScanWifiRequest_ const> ConstPtr; }; // struct ScanWifiRequest_ typedef ::common_msgs::ScanWifiRequest_ > ScanWifiRequest; typedef boost::shared_ptr< ::common_msgs::ScanWifiRequest > ScanWifiRequestPtr; typedef boost::shared_ptr< ::common_msgs::ScanWifiRequest const> ScanWifiRequestConstPtr; // constants requiring out of line definition template std::ostream& operator<<(std::ostream& s, const ::common_msgs::ScanWifiRequest_ & v) { ros::message_operations::Printer< ::common_msgs::ScanWifiRequest_ >::stream(s, "", v); return s; } template bool operator==(const ::common_msgs::ScanWifiRequest_ & lhs, const ::common_msgs::ScanWifiRequest_ & rhs) { return lhs.start == rhs.start; } template bool operator!=(const ::common_msgs::ScanWifiRequest_ & lhs, const ::common_msgs::ScanWifiRequest_ & rhs) { return !(lhs == rhs); } } // namespace common_msgs namespace ros { namespace message_traits { template struct IsFixedSize< ::common_msgs::ScanWifiRequest_ > : TrueType { }; template struct IsFixedSize< ::common_msgs::ScanWifiRequest_ const> : TrueType { }; template struct IsMessage< ::common_msgs::ScanWifiRequest_ > : TrueType { }; template struct IsMessage< ::common_msgs::ScanWifiRequest_ const> : TrueType { }; template struct HasHeader< ::common_msgs::ScanWifiRequest_ > : FalseType { }; template struct HasHeader< ::common_msgs::ScanWifiRequest_ const> : FalseType { }; template struct MD5Sum< ::common_msgs::ScanWifiRequest_ > { static const char* value() { return "fedf8f66fec874688fe6555f8f8bb4f4"; } static const char* value(const ::common_msgs::ScanWifiRequest_&) { return value(); } static const uint64_t static_value1 = 0xfedf8f66fec87468ULL; static const uint64_t static_value2 = 0x8fe6555f8f8bb4f4ULL; }; template struct DataType< ::common_msgs::ScanWifiRequest_ > { static const char* value() { return "common_msgs/ScanWifiRequest"; } static const char* value(const ::common_msgs::ScanWifiRequest_&) { return value(); } }; template struct Definition< ::common_msgs::ScanWifiRequest_ > { static const char* value() { return "\n" "int32 start\n" ; } static const char* value(const ::common_msgs::ScanWifiRequest_&) { return value(); } }; } // namespace message_traits } // namespace ros namespace ros { namespace serialization { template struct Serializer< ::common_msgs::ScanWifiRequest_ > { template inline static void allInOne(Stream& stream, T m) { stream.next(m.start); } ROS_DECLARE_ALLINONE_SERIALIZER }; // struct ScanWifiRequest_ } // namespace serialization } // namespace ros namespace ros { namespace message_operations { template struct Printer< ::common_msgs::ScanWifiRequest_ > { template static void stream(Stream& s, const std::string& indent, const ::common_msgs::ScanWifiRequest_& v) { s << indent << "start: "; Printer::stream(s, indent + " ", v.start); } }; } // namespace message_operations } // namespace ros #endif // COMMON_MSGS_MESSAGE_SCANWIFIREQUEST_H