123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123 |
- // 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 <ros/service_traits.h>
- #include <common_msgs/ScanWifiRequest.h>
- #include <common_msgs/ScanWifiResponse.h>
- 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
|