| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123 |
- // Generated by gencpp from file waterplus_map_tools/GetChargerByName.msg
- // DO NOT EDIT!
- #ifndef WATERPLUS_MAP_TOOLS_MESSAGE_GETCHARGERBYNAME_H
- #define WATERPLUS_MAP_TOOLS_MESSAGE_GETCHARGERBYNAME_H
- #include <ros/service_traits.h>
- #include <waterplus_map_tools/GetChargerByNameRequest.h>
- #include <waterplus_map_tools/GetChargerByNameResponse.h>
- namespace waterplus_map_tools
- {
- struct GetChargerByName
- {
- typedef GetChargerByNameRequest Request;
- typedef GetChargerByNameResponse Response;
- Request request;
- Response response;
- typedef Request RequestType;
- typedef Response ResponseType;
- }; // struct GetChargerByName
- } // namespace waterplus_map_tools
- namespace ros
- {
- namespace service_traits
- {
- template<>
- struct MD5Sum< ::waterplus_map_tools::GetChargerByName > {
- static const char* value()
- {
- return "5164dc1f215ac8183cbe49b46c7ff40e";
- }
- static const char* value(const ::waterplus_map_tools::GetChargerByName&) { return value(); }
- };
- template<>
- struct DataType< ::waterplus_map_tools::GetChargerByName > {
- static const char* value()
- {
- return "waterplus_map_tools/GetChargerByName";
- }
- static const char* value(const ::waterplus_map_tools::GetChargerByName&) { return value(); }
- };
- // service_traits::MD5Sum< ::waterplus_map_tools::GetChargerByNameRequest> should match
- // service_traits::MD5Sum< ::waterplus_map_tools::GetChargerByName >
- template<>
- struct MD5Sum< ::waterplus_map_tools::GetChargerByNameRequest>
- {
- static const char* value()
- {
- return MD5Sum< ::waterplus_map_tools::GetChargerByName >::value();
- }
- static const char* value(const ::waterplus_map_tools::GetChargerByNameRequest&)
- {
- return value();
- }
- };
- // service_traits::DataType< ::waterplus_map_tools::GetChargerByNameRequest> should match
- // service_traits::DataType< ::waterplus_map_tools::GetChargerByName >
- template<>
- struct DataType< ::waterplus_map_tools::GetChargerByNameRequest>
- {
- static const char* value()
- {
- return DataType< ::waterplus_map_tools::GetChargerByName >::value();
- }
- static const char* value(const ::waterplus_map_tools::GetChargerByNameRequest&)
- {
- return value();
- }
- };
- // service_traits::MD5Sum< ::waterplus_map_tools::GetChargerByNameResponse> should match
- // service_traits::MD5Sum< ::waterplus_map_tools::GetChargerByName >
- template<>
- struct MD5Sum< ::waterplus_map_tools::GetChargerByNameResponse>
- {
- static const char* value()
- {
- return MD5Sum< ::waterplus_map_tools::GetChargerByName >::value();
- }
- static const char* value(const ::waterplus_map_tools::GetChargerByNameResponse&)
- {
- return value();
- }
- };
- // service_traits::DataType< ::waterplus_map_tools::GetChargerByNameResponse> should match
- // service_traits::DataType< ::waterplus_map_tools::GetChargerByName >
- template<>
- struct DataType< ::waterplus_map_tools::GetChargerByNameResponse>
- {
- static const char* value()
- {
- return DataType< ::waterplus_map_tools::GetChargerByName >::value();
- }
- static const char* value(const ::waterplus_map_tools::GetChargerByNameResponse&)
- {
- return value();
- }
- };
- } // namespace service_traits
- } // namespace ros
- #endif // WATERPLUS_MAP_TOOLS_MESSAGE_GETCHARGERBYNAME_H
|