Go to the documentation of this file.00001
00002 #ifndef SR_ROBOT_MSGS_MESSAGE_UBI0ALL_H
00003 #define SR_ROBOT_MSGS_MESSAGE_UBI0ALL_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/UBI0.h"
00019
00020 namespace sr_robot_msgs
00021 {
00022 template <class ContainerAllocator>
00023 struct UBI0All_ {
00024 typedef UBI0All_<ContainerAllocator> Type;
00025
00026 UBI0All_()
00027 : header()
00028 , tactiles()
00029 {
00030 }
00031
00032 UBI0All_(const ContainerAllocator& _alloc)
00033 : header(_alloc)
00034 , tactiles()
00035 {
00036 tactiles.assign( ::sr_robot_msgs::UBI0_<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::UBI0_<ContainerAllocator> , 5> _tactiles_type;
00043 boost::array< ::sr_robot_msgs::UBI0_<ContainerAllocator> , 5> tactiles;
00044
00045
00046 typedef boost::shared_ptr< ::sr_robot_msgs::UBI0All_<ContainerAllocator> > Ptr;
00047 typedef boost::shared_ptr< ::sr_robot_msgs::UBI0All_<ContainerAllocator> const> ConstPtr;
00048 boost::shared_ptr<std::map<std::string, std::string> > __connection_header;
00049 };
00050 typedef ::sr_robot_msgs::UBI0All_<std::allocator<void> > UBI0All;
00051
00052 typedef boost::shared_ptr< ::sr_robot_msgs::UBI0All> UBI0AllPtr;
00053 typedef boost::shared_ptr< ::sr_robot_msgs::UBI0All const> UBI0AllConstPtr;
00054
00055
00056 template<typename ContainerAllocator>
00057 std::ostream& operator<<(std::ostream& s, const ::sr_robot_msgs::UBI0All_<ContainerAllocator> & v)
00058 {
00059 ros::message_operations::Printer< ::sr_robot_msgs::UBI0All_<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::UBI0All_<ContainerAllocator> > : public TrueType {};
00069 template<class ContainerAllocator> struct IsMessage< ::sr_robot_msgs::UBI0All_<ContainerAllocator> const> : public TrueType {};
00070 template<class ContainerAllocator>
00071 struct MD5Sum< ::sr_robot_msgs::UBI0All_<ContainerAllocator> > {
00072 static const char* value()
00073 {
00074 return "22c64fd8e1fb1637211317013726a341";
00075 }
00076
00077 static const char* value(const ::sr_robot_msgs::UBI0All_<ContainerAllocator> &) { return value(); }
00078 static const uint64_t static_value1 = 0x22c64fd8e1fb1637ULL;
00079 static const uint64_t static_value2 = 0x211317013726a341ULL;
00080 };
00081
00082 template<class ContainerAllocator>
00083 struct DataType< ::sr_robot_msgs::UBI0All_<ContainerAllocator> > {
00084 static const char* value()
00085 {
00086 return "sr_robot_msgs/UBI0All";
00087 }
00088
00089 static const char* value(const ::sr_robot_msgs::UBI0All_<ContainerAllocator> &) { return value(); }
00090 };
00091
00092 template<class ContainerAllocator>
00093 struct Definition< ::sr_robot_msgs::UBI0All_<ContainerAllocator> > {
00094 static const char* value()
00095 {
00096 return "Header header\n\
00097 UBI0[5] tactiles\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/UBI0\n\
00119 uint16[12] distal\n\
00120 \n\
00121 ";
00122 }
00123
00124 static const char* value(const ::sr_robot_msgs::UBI0All_<ContainerAllocator> &) { return value(); }
00125 };
00126
00127 template<class ContainerAllocator> struct HasHeader< ::sr_robot_msgs::UBI0All_<ContainerAllocator> > : public TrueType {};
00128 template<class ContainerAllocator> struct HasHeader< const ::sr_robot_msgs::UBI0All_<ContainerAllocator> > : public TrueType {};
00129 }
00130 }
00131
00132 namespace ros
00133 {
00134 namespace serialization
00135 {
00136
00137 template<class ContainerAllocator> struct Serializer< ::sr_robot_msgs::UBI0All_<ContainerAllocator> >
00138 {
00139 template<typename Stream, typename T> inline static void allInOne(Stream& stream, T m)
00140 {
00141 stream.next(m.header);
00142 stream.next(m.tactiles);
00143 }
00144
00145 ROS_DECLARE_ALLINONE_SERIALIZER;
00146 };
00147 }
00148 }
00149
00150 namespace ros
00151 {
00152 namespace message_operations
00153 {
00154
00155 template<class ContainerAllocator>
00156 struct Printer< ::sr_robot_msgs::UBI0All_<ContainerAllocator> >
00157 {
00158 template<typename Stream> static void stream(Stream& s, const std::string& indent, const ::sr_robot_msgs::UBI0All_<ContainerAllocator> & v)
00159 {
00160 s << indent << "header: ";
00161 s << std::endl;
00162 Printer< ::std_msgs::Header_<ContainerAllocator> >::stream(s, indent + " ", v.header);
00163 s << indent << "tactiles[]" << std::endl;
00164 for (size_t i = 0; i < v.tactiles.size(); ++i)
00165 {
00166 s << indent << " tactiles[" << i << "]: ";
00167 s << std::endl;
00168 s << indent;
00169 Printer< ::sr_robot_msgs::UBI0_<ContainerAllocator> >::stream(s, indent + " ", v.tactiles[i]);
00170 }
00171 }
00172 };
00173
00174
00175 }
00176 }
00177
00178 #endif // SR_ROBOT_MSGS_MESSAGE_UBI0ALL_H
00179