Go to the documentation of this file.00001
00002 #ifndef GAZEBO_MSGS_SERVICE_JOINTREQUEST_H
00003 #define GAZEBO_MSGS_SERVICE_JOINTREQUEST_H
00004 #include <string>
00005 #include <vector>
00006 #include <map>
00007 #include <ostream>
00008 #include "ros/serialization.h"
00009 #include "ros/builtin_message_traits.h"
00010 #include "ros/message_operations.h"
00011 #include "ros/time.h"
00012
00013 #include "ros/macros.h"
00014
00015 #include "ros/assert.h"
00016
00017 #include "ros/service_traits.h"
00018
00019
00020
00021
00022 namespace gazebo_msgs
00023 {
00024 template <class ContainerAllocator>
00025 struct JointRequestRequest_ {
00026 typedef JointRequestRequest_<ContainerAllocator> Type;
00027
00028 JointRequestRequest_()
00029 : joint_name()
00030 {
00031 }
00032
00033 JointRequestRequest_(const ContainerAllocator& _alloc)
00034 : joint_name(_alloc)
00035 {
00036 }
00037
00038 typedef std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > _joint_name_type;
00039 std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > joint_name;
00040
00041
00042 typedef boost::shared_ptr< ::gazebo_msgs::JointRequestRequest_<ContainerAllocator> > Ptr;
00043 typedef boost::shared_ptr< ::gazebo_msgs::JointRequestRequest_<ContainerAllocator> const> ConstPtr;
00044 boost::shared_ptr<std::map<std::string, std::string> > __connection_header;
00045 };
00046 typedef ::gazebo_msgs::JointRequestRequest_<std::allocator<void> > JointRequestRequest;
00047
00048 typedef boost::shared_ptr< ::gazebo_msgs::JointRequestRequest> JointRequestRequestPtr;
00049 typedef boost::shared_ptr< ::gazebo_msgs::JointRequestRequest const> JointRequestRequestConstPtr;
00050
00051
00052
00053 template <class ContainerAllocator>
00054 struct JointRequestResponse_ {
00055 typedef JointRequestResponse_<ContainerAllocator> Type;
00056
00057 JointRequestResponse_()
00058 {
00059 }
00060
00061 JointRequestResponse_(const ContainerAllocator& _alloc)
00062 {
00063 }
00064
00065
00066 typedef boost::shared_ptr< ::gazebo_msgs::JointRequestResponse_<ContainerAllocator> > Ptr;
00067 typedef boost::shared_ptr< ::gazebo_msgs::JointRequestResponse_<ContainerAllocator> const> ConstPtr;
00068 boost::shared_ptr<std::map<std::string, std::string> > __connection_header;
00069 };
00070 typedef ::gazebo_msgs::JointRequestResponse_<std::allocator<void> > JointRequestResponse;
00071
00072 typedef boost::shared_ptr< ::gazebo_msgs::JointRequestResponse> JointRequestResponsePtr;
00073 typedef boost::shared_ptr< ::gazebo_msgs::JointRequestResponse const> JointRequestResponseConstPtr;
00074
00075
00076 struct JointRequest
00077 {
00078
00079 typedef JointRequestRequest Request;
00080 typedef JointRequestResponse Response;
00081 Request request;
00082 Response response;
00083
00084 typedef Request RequestType;
00085 typedef Response ResponseType;
00086 };
00087 }
00088
00089 namespace ros
00090 {
00091 namespace message_traits
00092 {
00093 template<class ContainerAllocator> struct IsMessage< ::gazebo_msgs::JointRequestRequest_<ContainerAllocator> > : public TrueType {};
00094 template<class ContainerAllocator> struct IsMessage< ::gazebo_msgs::JointRequestRequest_<ContainerAllocator> const> : public TrueType {};
00095 template<class ContainerAllocator>
00096 struct MD5Sum< ::gazebo_msgs::JointRequestRequest_<ContainerAllocator> > {
00097 static const char* value()
00098 {
00099 return "0be1351618e1dc030eb7959d9a4902de";
00100 }
00101
00102 static const char* value(const ::gazebo_msgs::JointRequestRequest_<ContainerAllocator> &) { return value(); }
00103 static const uint64_t static_value1 = 0x0be1351618e1dc03ULL;
00104 static const uint64_t static_value2 = 0x0eb7959d9a4902deULL;
00105 };
00106
00107 template<class ContainerAllocator>
00108 struct DataType< ::gazebo_msgs::JointRequestRequest_<ContainerAllocator> > {
00109 static const char* value()
00110 {
00111 return "gazebo_msgs/JointRequestRequest";
00112 }
00113
00114 static const char* value(const ::gazebo_msgs::JointRequestRequest_<ContainerAllocator> &) { return value(); }
00115 };
00116
00117 template<class ContainerAllocator>
00118 struct Definition< ::gazebo_msgs::JointRequestRequest_<ContainerAllocator> > {
00119 static const char* value()
00120 {
00121 return "string joint_name\n\
00122 \n\
00123 ";
00124 }
00125
00126 static const char* value(const ::gazebo_msgs::JointRequestRequest_<ContainerAllocator> &) { return value(); }
00127 };
00128
00129 }
00130 }
00131
00132
00133 namespace ros
00134 {
00135 namespace message_traits
00136 {
00137 template<class ContainerAllocator> struct IsMessage< ::gazebo_msgs::JointRequestResponse_<ContainerAllocator> > : public TrueType {};
00138 template<class ContainerAllocator> struct IsMessage< ::gazebo_msgs::JointRequestResponse_<ContainerAllocator> const> : public TrueType {};
00139 template<class ContainerAllocator>
00140 struct MD5Sum< ::gazebo_msgs::JointRequestResponse_<ContainerAllocator> > {
00141 static const char* value()
00142 {
00143 return "d41d8cd98f00b204e9800998ecf8427e";
00144 }
00145
00146 static const char* value(const ::gazebo_msgs::JointRequestResponse_<ContainerAllocator> &) { return value(); }
00147 static const uint64_t static_value1 = 0xd41d8cd98f00b204ULL;
00148 static const uint64_t static_value2 = 0xe9800998ecf8427eULL;
00149 };
00150
00151 template<class ContainerAllocator>
00152 struct DataType< ::gazebo_msgs::JointRequestResponse_<ContainerAllocator> > {
00153 static const char* value()
00154 {
00155 return "gazebo_msgs/JointRequestResponse";
00156 }
00157
00158 static const char* value(const ::gazebo_msgs::JointRequestResponse_<ContainerAllocator> &) { return value(); }
00159 };
00160
00161 template<class ContainerAllocator>
00162 struct Definition< ::gazebo_msgs::JointRequestResponse_<ContainerAllocator> > {
00163 static const char* value()
00164 {
00165 return "\n\
00166 \n\
00167 \n\
00168 ";
00169 }
00170
00171 static const char* value(const ::gazebo_msgs::JointRequestResponse_<ContainerAllocator> &) { return value(); }
00172 };
00173
00174 template<class ContainerAllocator> struct IsFixedSize< ::gazebo_msgs::JointRequestResponse_<ContainerAllocator> > : public TrueType {};
00175 }
00176 }
00177
00178 namespace ros
00179 {
00180 namespace serialization
00181 {
00182
00183 template<class ContainerAllocator> struct Serializer< ::gazebo_msgs::JointRequestRequest_<ContainerAllocator> >
00184 {
00185 template<typename Stream, typename T> inline static void allInOne(Stream& stream, T m)
00186 {
00187 stream.next(m.joint_name);
00188 }
00189
00190 ROS_DECLARE_ALLINONE_SERIALIZER;
00191 };
00192 }
00193 }
00194
00195
00196 namespace ros
00197 {
00198 namespace serialization
00199 {
00200
00201 template<class ContainerAllocator> struct Serializer< ::gazebo_msgs::JointRequestResponse_<ContainerAllocator> >
00202 {
00203 template<typename Stream, typename T> inline static void allInOne(Stream& stream, T m)
00204 {
00205 }
00206
00207 ROS_DECLARE_ALLINONE_SERIALIZER;
00208 };
00209 }
00210 }
00211
00212 namespace ros
00213 {
00214 namespace service_traits
00215 {
00216 template<>
00217 struct MD5Sum<gazebo_msgs::JointRequest> {
00218 static const char* value()
00219 {
00220 return "0be1351618e1dc030eb7959d9a4902de";
00221 }
00222
00223 static const char* value(const gazebo_msgs::JointRequest&) { return value(); }
00224 };
00225
00226 template<>
00227 struct DataType<gazebo_msgs::JointRequest> {
00228 static const char* value()
00229 {
00230 return "gazebo_msgs/JointRequest";
00231 }
00232
00233 static const char* value(const gazebo_msgs::JointRequest&) { return value(); }
00234 };
00235
00236 template<class ContainerAllocator>
00237 struct MD5Sum<gazebo_msgs::JointRequestRequest_<ContainerAllocator> > {
00238 static const char* value()
00239 {
00240 return "0be1351618e1dc030eb7959d9a4902de";
00241 }
00242
00243 static const char* value(const gazebo_msgs::JointRequestRequest_<ContainerAllocator> &) { return value(); }
00244 };
00245
00246 template<class ContainerAllocator>
00247 struct DataType<gazebo_msgs::JointRequestRequest_<ContainerAllocator> > {
00248 static const char* value()
00249 {
00250 return "gazebo_msgs/JointRequest";
00251 }
00252
00253 static const char* value(const gazebo_msgs::JointRequestRequest_<ContainerAllocator> &) { return value(); }
00254 };
00255
00256 template<class ContainerAllocator>
00257 struct MD5Sum<gazebo_msgs::JointRequestResponse_<ContainerAllocator> > {
00258 static const char* value()
00259 {
00260 return "0be1351618e1dc030eb7959d9a4902de";
00261 }
00262
00263 static const char* value(const gazebo_msgs::JointRequestResponse_<ContainerAllocator> &) { return value(); }
00264 };
00265
00266 template<class ContainerAllocator>
00267 struct DataType<gazebo_msgs::JointRequestResponse_<ContainerAllocator> > {
00268 static const char* value()
00269 {
00270 return "gazebo_msgs/JointRequest";
00271 }
00272
00273 static const char* value(const gazebo_msgs::JointRequestResponse_<ContainerAllocator> &) { return value(); }
00274 };
00275
00276 }
00277 }
00278
00279 #endif // GAZEBO_MSGS_SERVICE_JOINTREQUEST_H
00280