$search
00001 /* Auto-generated by genmsg_cpp for file /home/rosbuild/hudson/workspace/doc-electric-p2os/doc_stacks/2013-03-01_16-19-23.450784/p2os/p2os_driver/msg/MotorState.msg */ 00002 #ifndef P2OS_DRIVER_MESSAGE_MOTORSTATE_H 00003 #define P2OS_DRIVER_MESSAGE_MOTORSTATE_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 00018 namespace p2os_driver 00019 { 00020 template <class ContainerAllocator> 00021 struct MotorState_ { 00022 typedef MotorState_<ContainerAllocator> Type; 00023 00024 MotorState_() 00025 : state(0) 00026 { 00027 } 00028 00029 MotorState_(const ContainerAllocator& _alloc) 00030 : state(0) 00031 { 00032 } 00033 00034 typedef int32_t _state_type; 00035 int32_t state; 00036 00037 00038 private: 00039 static const char* __s_getDataType_() { return "p2os_driver/MotorState"; } 00040 public: 00041 ROS_DEPRECATED static const std::string __s_getDataType() { return __s_getDataType_(); } 00042 00043 ROS_DEPRECATED const std::string __getDataType() const { return __s_getDataType_(); } 00044 00045 private: 00046 static const char* __s_getMD5Sum_() { return "7a2f37ef2ba405f0c7a15cc72663d6f0"; } 00047 public: 00048 ROS_DEPRECATED static const std::string __s_getMD5Sum() { return __s_getMD5Sum_(); } 00049 00050 ROS_DEPRECATED const std::string __getMD5Sum() const { return __s_getMD5Sum_(); } 00051 00052 private: 00053 static const char* __s_getMessageDefinition_() { return "int32 state\n\ 00054 \n\ 00055 "; } 00056 public: 00057 ROS_DEPRECATED static const std::string __s_getMessageDefinition() { return __s_getMessageDefinition_(); } 00058 00059 ROS_DEPRECATED const std::string __getMessageDefinition() const { return __s_getMessageDefinition_(); } 00060 00061 ROS_DEPRECATED virtual uint8_t *serialize(uint8_t *write_ptr, uint32_t seq) const 00062 { 00063 ros::serialization::OStream stream(write_ptr, 1000000000); 00064 ros::serialization::serialize(stream, state); 00065 return stream.getData(); 00066 } 00067 00068 ROS_DEPRECATED virtual uint8_t *deserialize(uint8_t *read_ptr) 00069 { 00070 ros::serialization::IStream stream(read_ptr, 1000000000); 00071 ros::serialization::deserialize(stream, state); 00072 return stream.getData(); 00073 } 00074 00075 ROS_DEPRECATED virtual uint32_t serializationLength() const 00076 { 00077 uint32_t size = 0; 00078 size += ros::serialization::serializationLength(state); 00079 return size; 00080 } 00081 00082 typedef boost::shared_ptr< ::p2os_driver::MotorState_<ContainerAllocator> > Ptr; 00083 typedef boost::shared_ptr< ::p2os_driver::MotorState_<ContainerAllocator> const> ConstPtr; 00084 boost::shared_ptr<std::map<std::string, std::string> > __connection_header; 00085 }; // struct MotorState 00086 typedef ::p2os_driver::MotorState_<std::allocator<void> > MotorState; 00087 00088 typedef boost::shared_ptr< ::p2os_driver::MotorState> MotorStatePtr; 00089 typedef boost::shared_ptr< ::p2os_driver::MotorState const> MotorStateConstPtr; 00090 00091 00092 template<typename ContainerAllocator> 00093 std::ostream& operator<<(std::ostream& s, const ::p2os_driver::MotorState_<ContainerAllocator> & v) 00094 { 00095 ros::message_operations::Printer< ::p2os_driver::MotorState_<ContainerAllocator> >::stream(s, "", v); 00096 return s;} 00097 00098 } // namespace p2os_driver 00099 00100 namespace ros 00101 { 00102 namespace message_traits 00103 { 00104 template<class ContainerAllocator> struct IsMessage< ::p2os_driver::MotorState_<ContainerAllocator> > : public TrueType {}; 00105 template<class ContainerAllocator> struct IsMessage< ::p2os_driver::MotorState_<ContainerAllocator> const> : public TrueType {}; 00106 template<class ContainerAllocator> 00107 struct MD5Sum< ::p2os_driver::MotorState_<ContainerAllocator> > { 00108 static const char* value() 00109 { 00110 return "7a2f37ef2ba405f0c7a15cc72663d6f0"; 00111 } 00112 00113 static const char* value(const ::p2os_driver::MotorState_<ContainerAllocator> &) { return value(); } 00114 static const uint64_t static_value1 = 0x7a2f37ef2ba405f0ULL; 00115 static const uint64_t static_value2 = 0xc7a15cc72663d6f0ULL; 00116 }; 00117 00118 template<class ContainerAllocator> 00119 struct DataType< ::p2os_driver::MotorState_<ContainerAllocator> > { 00120 static const char* value() 00121 { 00122 return "p2os_driver/MotorState"; 00123 } 00124 00125 static const char* value(const ::p2os_driver::MotorState_<ContainerAllocator> &) { return value(); } 00126 }; 00127 00128 template<class ContainerAllocator> 00129 struct Definition< ::p2os_driver::MotorState_<ContainerAllocator> > { 00130 static const char* value() 00131 { 00132 return "int32 state\n\ 00133 \n\ 00134 "; 00135 } 00136 00137 static const char* value(const ::p2os_driver::MotorState_<ContainerAllocator> &) { return value(); } 00138 }; 00139 00140 template<class ContainerAllocator> struct IsFixedSize< ::p2os_driver::MotorState_<ContainerAllocator> > : public TrueType {}; 00141 } // namespace message_traits 00142 } // namespace ros 00143 00144 namespace ros 00145 { 00146 namespace serialization 00147 { 00148 00149 template<class ContainerAllocator> struct Serializer< ::p2os_driver::MotorState_<ContainerAllocator> > 00150 { 00151 template<typename Stream, typename T> inline static void allInOne(Stream& stream, T m) 00152 { 00153 stream.next(m.state); 00154 } 00155 00156 ROS_DECLARE_ALLINONE_SERIALIZER; 00157 }; // struct MotorState_ 00158 } // namespace serialization 00159 } // namespace ros 00160 00161 namespace ros 00162 { 00163 namespace message_operations 00164 { 00165 00166 template<class ContainerAllocator> 00167 struct Printer< ::p2os_driver::MotorState_<ContainerAllocator> > 00168 { 00169 template<typename Stream> static void stream(Stream& s, const std::string& indent, const ::p2os_driver::MotorState_<ContainerAllocator> & v) 00170 { 00171 s << indent << "state: "; 00172 Printer<int32_t>::stream(s, indent + " ", v.state); 00173 } 00174 }; 00175 00176 00177 } // namespace message_operations 00178 } // namespace ros 00179 00180 #endif // P2OS_DRIVER_MESSAGE_MOTORSTATE_H 00181