GetAllServoPos.h 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123
  1. // Generated by gencpp from file arduino_servo_connect/GetAllServoPos.msg
  2. // DO NOT EDIT!
  3. #ifndef ARDUINO_SERVO_CONNECT_MESSAGE_GETALLSERVOPOS_H
  4. #define ARDUINO_SERVO_CONNECT_MESSAGE_GETALLSERVOPOS_H
  5. #include <ros/service_traits.h>
  6. #include <arduino_servo_connect/GetAllServoPosRequest.h>
  7. #include <arduino_servo_connect/GetAllServoPosResponse.h>
  8. namespace arduino_servo_connect
  9. {
  10. struct GetAllServoPos
  11. {
  12. typedef GetAllServoPosRequest Request;
  13. typedef GetAllServoPosResponse Response;
  14. Request request;
  15. Response response;
  16. typedef Request RequestType;
  17. typedef Response ResponseType;
  18. }; // struct GetAllServoPos
  19. } // namespace arduino_servo_connect
  20. namespace ros
  21. {
  22. namespace service_traits
  23. {
  24. template<>
  25. struct MD5Sum< ::arduino_servo_connect::GetAllServoPos > {
  26. static const char* value()
  27. {
  28. return "a2a9139ca9bf4352767912894c0d0ece";
  29. }
  30. static const char* value(const ::arduino_servo_connect::GetAllServoPos&) { return value(); }
  31. };
  32. template<>
  33. struct DataType< ::arduino_servo_connect::GetAllServoPos > {
  34. static const char* value()
  35. {
  36. return "arduino_servo_connect/GetAllServoPos";
  37. }
  38. static const char* value(const ::arduino_servo_connect::GetAllServoPos&) { return value(); }
  39. };
  40. // service_traits::MD5Sum< ::arduino_servo_connect::GetAllServoPosRequest> should match
  41. // service_traits::MD5Sum< ::arduino_servo_connect::GetAllServoPos >
  42. template<>
  43. struct MD5Sum< ::arduino_servo_connect::GetAllServoPosRequest>
  44. {
  45. static const char* value()
  46. {
  47. return MD5Sum< ::arduino_servo_connect::GetAllServoPos >::value();
  48. }
  49. static const char* value(const ::arduino_servo_connect::GetAllServoPosRequest&)
  50. {
  51. return value();
  52. }
  53. };
  54. // service_traits::DataType< ::arduino_servo_connect::GetAllServoPosRequest> should match
  55. // service_traits::DataType< ::arduino_servo_connect::GetAllServoPos >
  56. template<>
  57. struct DataType< ::arduino_servo_connect::GetAllServoPosRequest>
  58. {
  59. static const char* value()
  60. {
  61. return DataType< ::arduino_servo_connect::GetAllServoPos >::value();
  62. }
  63. static const char* value(const ::arduino_servo_connect::GetAllServoPosRequest&)
  64. {
  65. return value();
  66. }
  67. };
  68. // service_traits::MD5Sum< ::arduino_servo_connect::GetAllServoPosResponse> should match
  69. // service_traits::MD5Sum< ::arduino_servo_connect::GetAllServoPos >
  70. template<>
  71. struct MD5Sum< ::arduino_servo_connect::GetAllServoPosResponse>
  72. {
  73. static const char* value()
  74. {
  75. return MD5Sum< ::arduino_servo_connect::GetAllServoPos >::value();
  76. }
  77. static const char* value(const ::arduino_servo_connect::GetAllServoPosResponse&)
  78. {
  79. return value();
  80. }
  81. };
  82. // service_traits::DataType< ::arduino_servo_connect::GetAllServoPosResponse> should match
  83. // service_traits::DataType< ::arduino_servo_connect::GetAllServoPos >
  84. template<>
  85. struct DataType< ::arduino_servo_connect::GetAllServoPosResponse>
  86. {
  87. static const char* value()
  88. {
  89. return DataType< ::arduino_servo_connect::GetAllServoPos >::value();
  90. }
  91. static const char* value(const ::arduino_servo_connect::GetAllServoPosResponse&)
  92. {
  93. return value();
  94. }
  95. };
  96. } // namespace service_traits
  97. } // namespace ros
  98. #endif // ARDUINO_SERVO_CONNECT_MESSAGE_GETALLSERVOPOS_H