00001
00002 #ifndef VREP_COMMON_SERVICE_SIMROSGETARRAYPARAMETER_H
00003 #define VREP_COMMON_SERVICE_SIMROSGETARRAYPARAMETER_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 vrep_common
00023 {
00024 template <class ContainerAllocator>
00025 struct simRosGetArrayParameterRequest_ {
00026 typedef simRosGetArrayParameterRequest_<ContainerAllocator> Type;
00027
00028 simRosGetArrayParameterRequest_()
00029 : parameter(0)
00030 {
00031 }
00032
00033 simRosGetArrayParameterRequest_(const ContainerAllocator& _alloc)
00034 : parameter(0)
00035 {
00036 }
00037
00038 typedef int32_t _parameter_type;
00039 int32_t parameter;
00040
00041
00042 typedef boost::shared_ptr< ::vrep_common::simRosGetArrayParameterRequest_<ContainerAllocator> > Ptr;
00043 typedef boost::shared_ptr< ::vrep_common::simRosGetArrayParameterRequest_<ContainerAllocator> const> ConstPtr;
00044 boost::shared_ptr<std::map<std::string, std::string> > __connection_header;
00045 };
00046 typedef ::vrep_common::simRosGetArrayParameterRequest_<std::allocator<void> > simRosGetArrayParameterRequest;
00047
00048 typedef boost::shared_ptr< ::vrep_common::simRosGetArrayParameterRequest> simRosGetArrayParameterRequestPtr;
00049 typedef boost::shared_ptr< ::vrep_common::simRosGetArrayParameterRequest const> simRosGetArrayParameterRequestConstPtr;
00050
00051
00052 template <class ContainerAllocator>
00053 struct simRosGetArrayParameterResponse_ {
00054 typedef simRosGetArrayParameterResponse_<ContainerAllocator> Type;
00055
00056 simRosGetArrayParameterResponse_()
00057 : result(0)
00058 , parameterValues()
00059 {
00060 }
00061
00062 simRosGetArrayParameterResponse_(const ContainerAllocator& _alloc)
00063 : result(0)
00064 , parameterValues(_alloc)
00065 {
00066 }
00067
00068 typedef int32_t _result_type;
00069 int32_t result;
00070
00071 typedef std::vector<float, typename ContainerAllocator::template rebind<float>::other > _parameterValues_type;
00072 std::vector<float, typename ContainerAllocator::template rebind<float>::other > parameterValues;
00073
00074
00075 typedef boost::shared_ptr< ::vrep_common::simRosGetArrayParameterResponse_<ContainerAllocator> > Ptr;
00076 typedef boost::shared_ptr< ::vrep_common::simRosGetArrayParameterResponse_<ContainerAllocator> const> ConstPtr;
00077 boost::shared_ptr<std::map<std::string, std::string> > __connection_header;
00078 };
00079 typedef ::vrep_common::simRosGetArrayParameterResponse_<std::allocator<void> > simRosGetArrayParameterResponse;
00080
00081 typedef boost::shared_ptr< ::vrep_common::simRosGetArrayParameterResponse> simRosGetArrayParameterResponsePtr;
00082 typedef boost::shared_ptr< ::vrep_common::simRosGetArrayParameterResponse const> simRosGetArrayParameterResponseConstPtr;
00083
00084 struct simRosGetArrayParameter
00085 {
00086
00087 typedef simRosGetArrayParameterRequest Request;
00088 typedef simRosGetArrayParameterResponse Response;
00089 Request request;
00090 Response response;
00091
00092 typedef Request RequestType;
00093 typedef Response ResponseType;
00094 };
00095 }
00096
00097 namespace ros
00098 {
00099 namespace message_traits
00100 {
00101 template<class ContainerAllocator> struct IsMessage< ::vrep_common::simRosGetArrayParameterRequest_<ContainerAllocator> > : public TrueType {};
00102 template<class ContainerAllocator> struct IsMessage< ::vrep_common::simRosGetArrayParameterRequest_<ContainerAllocator> const> : public TrueType {};
00103 template<class ContainerAllocator>
00104 struct MD5Sum< ::vrep_common::simRosGetArrayParameterRequest_<ContainerAllocator> > {
00105 static const char* value()
00106 {
00107 return "3b5e34835331aac7a9065c5abd204e3b";
00108 }
00109
00110 static const char* value(const ::vrep_common::simRosGetArrayParameterRequest_<ContainerAllocator> &) { return value(); }
00111 static const uint64_t static_value1 = 0x3b5e34835331aac7ULL;
00112 static const uint64_t static_value2 = 0xa9065c5abd204e3bULL;
00113 };
00114
00115 template<class ContainerAllocator>
00116 struct DataType< ::vrep_common::simRosGetArrayParameterRequest_<ContainerAllocator> > {
00117 static const char* value()
00118 {
00119 return "vrep_common/simRosGetArrayParameterRequest";
00120 }
00121
00122 static const char* value(const ::vrep_common::simRosGetArrayParameterRequest_<ContainerAllocator> &) { return value(); }
00123 };
00124
00125 template<class ContainerAllocator>
00126 struct Definition< ::vrep_common::simRosGetArrayParameterRequest_<ContainerAllocator> > {
00127 static const char* value()
00128 {
00129 return "\n\
00130 \n\
00131 \n\
00132 \n\
00133 int32 parameter\n\
00134 \n\
00135 ";
00136 }
00137
00138 static const char* value(const ::vrep_common::simRosGetArrayParameterRequest_<ContainerAllocator> &) { return value(); }
00139 };
00140
00141 template<class ContainerAllocator> struct IsFixedSize< ::vrep_common::simRosGetArrayParameterRequest_<ContainerAllocator> > : public TrueType {};
00142 }
00143 }
00144
00145
00146 namespace ros
00147 {
00148 namespace message_traits
00149 {
00150 template<class ContainerAllocator> struct IsMessage< ::vrep_common::simRosGetArrayParameterResponse_<ContainerAllocator> > : public TrueType {};
00151 template<class ContainerAllocator> struct IsMessage< ::vrep_common::simRosGetArrayParameterResponse_<ContainerAllocator> const> : public TrueType {};
00152 template<class ContainerAllocator>
00153 struct MD5Sum< ::vrep_common::simRosGetArrayParameterResponse_<ContainerAllocator> > {
00154 static const char* value()
00155 {
00156 return "e497cd253c2e34372eda1afd9473563a";
00157 }
00158
00159 static const char* value(const ::vrep_common::simRosGetArrayParameterResponse_<ContainerAllocator> &) { return value(); }
00160 static const uint64_t static_value1 = 0xe497cd253c2e3437ULL;
00161 static const uint64_t static_value2 = 0x2eda1afd9473563aULL;
00162 };
00163
00164 template<class ContainerAllocator>
00165 struct DataType< ::vrep_common::simRosGetArrayParameterResponse_<ContainerAllocator> > {
00166 static const char* value()
00167 {
00168 return "vrep_common/simRosGetArrayParameterResponse";
00169 }
00170
00171 static const char* value(const ::vrep_common::simRosGetArrayParameterResponse_<ContainerAllocator> &) { return value(); }
00172 };
00173
00174 template<class ContainerAllocator>
00175 struct Definition< ::vrep_common::simRosGetArrayParameterResponse_<ContainerAllocator> > {
00176 static const char* value()
00177 {
00178 return "int32 result\n\
00179 float32[] parameterValues\n\
00180 \n\
00181 \n\
00182 ";
00183 }
00184
00185 static const char* value(const ::vrep_common::simRosGetArrayParameterResponse_<ContainerAllocator> &) { return value(); }
00186 };
00187
00188 }
00189 }
00190
00191 namespace ros
00192 {
00193 namespace serialization
00194 {
00195
00196 template<class ContainerAllocator> struct Serializer< ::vrep_common::simRosGetArrayParameterRequest_<ContainerAllocator> >
00197 {
00198 template<typename Stream, typename T> inline static void allInOne(Stream& stream, T m)
00199 {
00200 stream.next(m.parameter);
00201 }
00202
00203 ROS_DECLARE_ALLINONE_SERIALIZER;
00204 };
00205 }
00206 }
00207
00208
00209 namespace ros
00210 {
00211 namespace serialization
00212 {
00213
00214 template<class ContainerAllocator> struct Serializer< ::vrep_common::simRosGetArrayParameterResponse_<ContainerAllocator> >
00215 {
00216 template<typename Stream, typename T> inline static void allInOne(Stream& stream, T m)
00217 {
00218 stream.next(m.result);
00219 stream.next(m.parameterValues);
00220 }
00221
00222 ROS_DECLARE_ALLINONE_SERIALIZER;
00223 };
00224 }
00225 }
00226
00227 namespace ros
00228 {
00229 namespace service_traits
00230 {
00231 template<>
00232 struct MD5Sum<vrep_common::simRosGetArrayParameter> {
00233 static const char* value()
00234 {
00235 return "eb14c535a1358defa0617c252d433144";
00236 }
00237
00238 static const char* value(const vrep_common::simRosGetArrayParameter&) { return value(); }
00239 };
00240
00241 template<>
00242 struct DataType<vrep_common::simRosGetArrayParameter> {
00243 static const char* value()
00244 {
00245 return "vrep_common/simRosGetArrayParameter";
00246 }
00247
00248 static const char* value(const vrep_common::simRosGetArrayParameter&) { return value(); }
00249 };
00250
00251 template<class ContainerAllocator>
00252 struct MD5Sum<vrep_common::simRosGetArrayParameterRequest_<ContainerAllocator> > {
00253 static const char* value()
00254 {
00255 return "eb14c535a1358defa0617c252d433144";
00256 }
00257
00258 static const char* value(const vrep_common::simRosGetArrayParameterRequest_<ContainerAllocator> &) { return value(); }
00259 };
00260
00261 template<class ContainerAllocator>
00262 struct DataType<vrep_common::simRosGetArrayParameterRequest_<ContainerAllocator> > {
00263 static const char* value()
00264 {
00265 return "vrep_common/simRosGetArrayParameter";
00266 }
00267
00268 static const char* value(const vrep_common::simRosGetArrayParameterRequest_<ContainerAllocator> &) { return value(); }
00269 };
00270
00271 template<class ContainerAllocator>
00272 struct MD5Sum<vrep_common::simRosGetArrayParameterResponse_<ContainerAllocator> > {
00273 static const char* value()
00274 {
00275 return "eb14c535a1358defa0617c252d433144";
00276 }
00277
00278 static const char* value(const vrep_common::simRosGetArrayParameterResponse_<ContainerAllocator> &) { return value(); }
00279 };
00280
00281 template<class ContainerAllocator>
00282 struct DataType<vrep_common::simRosGetArrayParameterResponse_<ContainerAllocator> > {
00283 static const char* value()
00284 {
00285 return "vrep_common/simRosGetArrayParameter";
00286 }
00287
00288 static const char* value(const vrep_common::simRosGetArrayParameterResponse_<ContainerAllocator> &) { return value(); }
00289 };
00290
00291 }
00292 }
00293
00294 #endif // VREP_COMMON_SERVICE_SIMROSGETARRAYPARAMETER_H
00295