// Generated by gencpp from file common_msgs/StopCollectMap.msg
// DO NOT EDIT!


#ifndef COMMON_MSGS_MESSAGE_STOPCOLLECTMAP_H
#define COMMON_MSGS_MESSAGE_STOPCOLLECTMAP_H

#include <ros/service_traits.h>


#include <common_msgs/StopCollectMapRequest.h>
#include <common_msgs/StopCollectMapResponse.h>


namespace common_msgs
{

struct StopCollectMap
{

typedef StopCollectMapRequest Request;
typedef StopCollectMapResponse Response;
Request request;
Response response;

typedef Request RequestType;
typedef Response ResponseType;

}; // struct StopCollectMap
} // namespace common_msgs


namespace ros
{
namespace service_traits
{


template<>
struct MD5Sum< ::common_msgs::StopCollectMap > {
  static const char* value()
  {
    return "cec57692b55784cb7d2a49df41f9cdf4";
  }

  static const char* value(const ::common_msgs::StopCollectMap&) { return value(); }
};

template<>
struct DataType< ::common_msgs::StopCollectMap > {
  static const char* value()
  {
    return "common_msgs/StopCollectMap";
  }

  static const char* value(const ::common_msgs::StopCollectMap&) { return value(); }
};


// service_traits::MD5Sum< ::common_msgs::StopCollectMapRequest> should match
// service_traits::MD5Sum< ::common_msgs::StopCollectMap >
template<>
struct MD5Sum< ::common_msgs::StopCollectMapRequest>
{
  static const char* value()
  {
    return MD5Sum< ::common_msgs::StopCollectMap >::value();
  }
  static const char* value(const ::common_msgs::StopCollectMapRequest&)
  {
    return value();
  }
};

// service_traits::DataType< ::common_msgs::StopCollectMapRequest> should match
// service_traits::DataType< ::common_msgs::StopCollectMap >
template<>
struct DataType< ::common_msgs::StopCollectMapRequest>
{
  static const char* value()
  {
    return DataType< ::common_msgs::StopCollectMap >::value();
  }
  static const char* value(const ::common_msgs::StopCollectMapRequest&)
  {
    return value();
  }
};

// service_traits::MD5Sum< ::common_msgs::StopCollectMapResponse> should match
// service_traits::MD5Sum< ::common_msgs::StopCollectMap >
template<>
struct MD5Sum< ::common_msgs::StopCollectMapResponse>
{
  static const char* value()
  {
    return MD5Sum< ::common_msgs::StopCollectMap >::value();
  }
  static const char* value(const ::common_msgs::StopCollectMapResponse&)
  {
    return value();
  }
};

// service_traits::DataType< ::common_msgs::StopCollectMapResponse> should match
// service_traits::DataType< ::common_msgs::StopCollectMap >
template<>
struct DataType< ::common_msgs::StopCollectMapResponse>
{
  static const char* value()
  {
    return DataType< ::common_msgs::StopCollectMap >::value();
  }
  static const char* value(const ::common_msgs::StopCollectMapResponse&)
  {
    return value();
  }
};

} // namespace service_traits
} // namespace ros

#endif // COMMON_MSGS_MESSAGE_STOPCOLLECTMAP_H