Go to the documentation of this file.00001
00002 #ifndef SR_ROBOT_MSGS_MESSAGE_MIDPROXDATAALL_H
00003 #define SR_ROBOT_MSGS_MESSAGE_MIDPROXDATAALL_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 "std_msgs/Header.h"
00018 #include "sr_robot_msgs/MidProxData.h"
00019
00020 namespace sr_robot_msgs
00021 {
00022 template <class ContainerAllocator>
00023 struct MidProxDataAll_ {
00024 typedef MidProxDataAll_<ContainerAllocator> Type;
00025
00026 MidProxDataAll_()
00027 : header()
00028 , sensors()
00029 {
00030 }
00031
00032 MidProxDataAll_(const ContainerAllocator& _alloc)
00033 : header(_alloc)
00034 , sensors()
00035 {
00036 sensors.assign( ::sr_robot_msgs::MidProxData_<ContainerAllocator> (_alloc));
00037 }
00038
00039 typedef ::std_msgs::Header_<ContainerAllocator> _header_type;
00040 ::std_msgs::Header_<ContainerAllocator> header;
00041
00042 typedef boost::array< ::sr_robot_msgs::MidProxData_<ContainerAllocator> , 5> _sensors_type;
00043 boost::array< ::sr_robot_msgs::MidProxData_<ContainerAllocator> , 5> sensors;
00044
00045
00046 typedef boost::shared_ptr< ::sr_robot_msgs::MidProxDataAll_<ContainerAllocator> > Ptr;
00047 typedef boost::shared_ptr< ::sr_robot_msgs::MidProxDataAll_<ContainerAllocator> const> ConstPtr;
00048 boost::shared_ptr<std::map<std::string, std::string> > __connection_header;
00049 };
00050 typedef ::sr_robot_msgs::MidProxDataAll_<std::allocator<void> > MidProxDataAll;
00051
00052 typedef boost::shared_ptr< ::sr_robot_msgs::MidProxDataAll> MidProxDataAllPtr;
00053 typedef boost::shared_ptr< ::sr_robot_msgs::MidProxDataAll const> MidProxDataAllConstPtr;
00054
00055
00056 template<typename ContainerAllocator>
00057 std::ostream& operator<<(std::ostream& s, const ::sr_robot_msgs::MidProxDataAll_<ContainerAllocator> & v)
00058 {
00059 ros::message_operations::Printer< ::sr_robot_msgs::MidProxDataAll_<ContainerAllocator> >::stream(s, "", v);
00060 return s;}
00061
00062 }
00063
00064 namespace ros
00065 {
00066 namespace message_traits
00067 {
00068 template<class ContainerAllocator> struct IsMessage< ::sr_robot_msgs::MidProxDataAll_<ContainerAllocator> > : public TrueType {};
00069 template<class ContainerAllocator> struct IsMessage< ::sr_robot_msgs::MidProxDataAll_<ContainerAllocator> const> : public TrueType {};
00070 template<class ContainerAllocator>
00071 struct MD5Sum< ::sr_robot_msgs::MidProxDataAll_<ContainerAllocator> > {
00072 static const char* value()
00073 {
00074 return "1e9012ec0a19b9d9e5a6680de1b6d873";
00075 }
00076
00077 static const char* value(const ::sr_robot_msgs::MidProxDataAll_<ContainerAllocator> &) { return value(); }
00078 static const uint64_t static_value1 = 0x1e9012ec0a19b9d9ULL;
00079 static const uint64_t static_value2 = 0xe5a6680de1b6d873ULL;
00080 };
00081
00082 template<class ContainerAllocator>
00083 struct DataType< ::sr_robot_msgs::MidProxDataAll_<ContainerAllocator> > {
00084 static const char* value()
00085 {
00086 return "sr_robot_msgs/MidProxDataAll";
00087 }
00088
00089 static const char* value(const ::sr_robot_msgs::MidProxDataAll_<ContainerAllocator> &) { return value(); }
00090 };
00091
00092 template<class ContainerAllocator>
00093 struct Definition< ::sr_robot_msgs::MidProxDataAll_<ContainerAllocator> > {
00094 static const char* value()
00095 {
00096 return "Header header\n\
00097 MidProxData[5] sensors\n\
00098 \n\
00099 ================================================================================\n\
00100 MSG: std_msgs/Header\n\
00101 # Standard metadata for higher-level stamped data types.\n\
00102 # This is generally used to communicate timestamped data \n\
00103 # in a particular coordinate frame.\n\
00104 # \n\
00105 # sequence ID: consecutively increasing ID \n\
00106 uint32 seq\n\
00107 #Two-integer timestamp that is expressed as:\n\
00108 # * stamp.secs: seconds (stamp_secs) since epoch\n\
00109 # * stamp.nsecs: nanoseconds since stamp_secs\n\
00110 # time-handling sugar is provided by the client library\n\
00111 time stamp\n\
00112 #Frame this data is associated with\n\
00113 # 0: no frame\n\
00114 # 1: global frame\n\
00115 string frame_id\n\
00116 \n\
00117 ================================================================================\n\
00118 MSG: sr_robot_msgs/MidProxData\n\
00119 uint16[4] middle\n\
00120 uint16[4] proximal\n\
00121 \n\
00122 ";
00123 }
00124
00125 static const char* value(const ::sr_robot_msgs::MidProxDataAll_<ContainerAllocator> &) { return value(); }
00126 };
00127
00128 template<class ContainerAllocator> struct HasHeader< ::sr_robot_msgs::MidProxDataAll_<ContainerAllocator> > : public TrueType {};
00129 template<class ContainerAllocator> struct HasHeader< const ::sr_robot_msgs::MidProxDataAll_<ContainerAllocator> > : public TrueType {};
00130 }
00131 }
00132
00133 namespace ros
00134 {
00135 namespace serialization
00136 {
00137
00138 template<class ContainerAllocator> struct Serializer< ::sr_robot_msgs::MidProxDataAll_<ContainerAllocator> >
00139 {
00140 template<typename Stream, typename T> inline static void allInOne(Stream& stream, T m)
00141 {
00142 stream.next(m.header);
00143 stream.next(m.sensors);
00144 }
00145
00146 ROS_DECLARE_ALLINONE_SERIALIZER;
00147 };
00148 }
00149 }
00150
00151 namespace ros
00152 {
00153 namespace message_operations
00154 {
00155
00156 template<class ContainerAllocator>
00157 struct Printer< ::sr_robot_msgs::MidProxDataAll_<ContainerAllocator> >
00158 {
00159 template<typename Stream> static void stream(Stream& s, const std::string& indent, const ::sr_robot_msgs::MidProxDataAll_<ContainerAllocator> & v)
00160 {
00161 s << indent << "header: ";
00162 s << std::endl;
00163 Printer< ::std_msgs::Header_<ContainerAllocator> >::stream(s, indent + " ", v.header);
00164 s << indent << "sensors[]" << std::endl;
00165 for (size_t i = 0; i < v.sensors.size(); ++i)
00166 {
00167 s << indent << " sensors[" << i << "]: ";
00168 s << std::endl;
00169 s << indent;
00170 Printer< ::sr_robot_msgs::MidProxData_<ContainerAllocator> >::stream(s, indent + " ", v.sensors[i]);
00171 }
00172 }
00173 };
00174
00175
00176 }
00177 }
00178
00179 #endif // SR_ROBOT_MSGS_MESSAGE_MIDPROXDATAALL_H
00180