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


#ifndef COMMON_MSGS_MESSAGE_SWITCHLOCATEMODE_H
#define COMMON_MSGS_MESSAGE_SWITCHLOCATEMODE_H

#include <ros/service_traits.h>


#include <common_msgs/SwitchLocateModeRequest.h>
#include <common_msgs/SwitchLocateModeResponse.h>


namespace common_msgs
{

struct SwitchLocateMode
{

typedef SwitchLocateModeRequest Request;
typedef SwitchLocateModeResponse Response;
Request request;
Response response;

typedef Request RequestType;
typedef Response ResponseType;

}; // struct SwitchLocateMode
} // namespace common_msgs


namespace ros
{
namespace service_traits
{


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

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

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

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


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

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

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

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

} // namespace service_traits
} // namespace ros

#endif // COMMON_MSGS_MESSAGE_SWITCHLOCATEMODE_H