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


#ifndef COMMON_MSGS_MESSAGE_SETLIGHTSTATUS_H
#define COMMON_MSGS_MESSAGE_SETLIGHTSTATUS_H

#include <ros/service_traits.h>


#include <common_msgs/SetLightStatusRequest.h>
#include <common_msgs/SetLightStatusResponse.h>


namespace common_msgs
{

struct SetLightStatus
{

typedef SetLightStatusRequest Request;
typedef SetLightStatusResponse Response;
Request request;
Response response;

typedef Request RequestType;
typedef Response ResponseType;

}; // struct SetLightStatus
} // namespace common_msgs


namespace ros
{
namespace service_traits
{


template<>
struct MD5Sum< ::common_msgs::SetLightStatus > {
  static const char* value()
  {
    return "779efcb3ae19cb550a12a228d6a1e704";
  }

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

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

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


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

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

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

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

} // namespace service_traits
} // namespace ros

#endif // COMMON_MSGS_MESSAGE_SETLIGHTSTATUS_H