// Generated by gencpp from file common_msgs/ScanWifi.msg // DO NOT EDIT! #ifndef COMMON_MSGS_MESSAGE_SCANWIFI_H #define COMMON_MSGS_MESSAGE_SCANWIFI_H #include #include #include namespace common_msgs { struct ScanWifi { typedef ScanWifiRequest Request; typedef ScanWifiResponse Response; Request request; Response response; typedef Request RequestType; typedef Response ResponseType; }; // struct ScanWifi } // namespace common_msgs namespace ros { namespace service_traits { template<> struct MD5Sum< ::common_msgs::ScanWifi > { static const char* value() { return "8ebd140bb04c65557741d707441c1f9d"; } static const char* value(const ::common_msgs::ScanWifi&) { return value(); } }; template<> struct DataType< ::common_msgs::ScanWifi > { static const char* value() { return "common_msgs/ScanWifi"; } static const char* value(const ::common_msgs::ScanWifi&) { return value(); } }; // service_traits::MD5Sum< ::common_msgs::ScanWifiRequest> should match // service_traits::MD5Sum< ::common_msgs::ScanWifi > template<> struct MD5Sum< ::common_msgs::ScanWifiRequest> { static const char* value() { return MD5Sum< ::common_msgs::ScanWifi >::value(); } static const char* value(const ::common_msgs::ScanWifiRequest&) { return value(); } }; // service_traits::DataType< ::common_msgs::ScanWifiRequest> should match // service_traits::DataType< ::common_msgs::ScanWifi > template<> struct DataType< ::common_msgs::ScanWifiRequest> { static const char* value() { return DataType< ::common_msgs::ScanWifi >::value(); } static const char* value(const ::common_msgs::ScanWifiRequest&) { return value(); } }; // service_traits::MD5Sum< ::common_msgs::ScanWifiResponse> should match // service_traits::MD5Sum< ::common_msgs::ScanWifi > template<> struct MD5Sum< ::common_msgs::ScanWifiResponse> { static const char* value() { return MD5Sum< ::common_msgs::ScanWifi >::value(); } static const char* value(const ::common_msgs::ScanWifiResponse&) { return value(); } }; // service_traits::DataType< ::common_msgs::ScanWifiResponse> should match // service_traits::DataType< ::common_msgs::ScanWifi > template<> struct DataType< ::common_msgs::ScanWifiResponse> { static const char* value() { return DataType< ::common_msgs::ScanWifi >::value(); } static const char* value(const ::common_msgs::ScanWifiResponse&) { return value(); } }; } // namespace service_traits } // namespace ros #endif // COMMON_MSGS_MESSAGE_SCANWIFI_H