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


#ifndef COMMON_MSGS_MESSAGE_STARTCHARGE_H
#define COMMON_MSGS_MESSAGE_STARTCHARGE_H

#include <ros/service_traits.h>


#include <common_msgs/StartChargeRequest.h>
#include <common_msgs/StartChargeResponse.h>


namespace common_msgs
{

struct StartCharge
{

typedef StartChargeRequest Request;
typedef StartChargeResponse Response;
Request request;
Response response;

typedef Request RequestType;
typedef Response ResponseType;

}; // struct StartCharge
} // namespace common_msgs


namespace ros
{
namespace service_traits
{


template<>
struct MD5Sum< ::common_msgs::StartCharge > {
  static const char* value()
  {
    return "689568cb70d2094c42bba71db877f750";
  }

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

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

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


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

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

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

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

} // namespace service_traits
} // namespace ros

#endif // COMMON_MSGS_MESSAGE_STARTCHARGE_H