00001
00002 #ifndef P2OS_DRIVER_MESSAGE_LIFTSTATE_H
00003 #define P2OS_DRIVER_MESSAGE_LIFTSTATE_H
00004 #include <string>
00005 #include <vector>
00006 #include <ostream>
00007 #include "ros/serialization.h"
00008 #include "ros/builtin_message_traits.h"
00009 #include "ros/message_operations.h"
00010 #include "ros/message.h"
00011 #include "ros/time.h"
00012
00013
00014 namespace p2os_driver
00015 {
00016 template <class ContainerAllocator>
00017 struct LiftState_ : public ros::Message
00018 {
00019 typedef LiftState_<ContainerAllocator> Type;
00020
00021 LiftState_()
00022 : state(0)
00023 , dir(0)
00024 , position(0.0)
00025 {
00026 }
00027
00028 LiftState_(const ContainerAllocator& _alloc)
00029 : state(0)
00030 , dir(0)
00031 , position(0.0)
00032 {
00033 }
00034
00035 typedef int32_t _state_type;
00036 int32_t state;
00037
00038 typedef int32_t _dir_type;
00039 int32_t dir;
00040
00041 typedef float _position_type;
00042 float position;
00043
00044
00045 private:
00046 static const char* __s_getDataType_() { return "p2os_driver/LiftState"; }
00047 public:
00048 ROS_DEPRECATED static const std::string __s_getDataType() { return __s_getDataType_(); }
00049
00050 ROS_DEPRECATED const std::string __getDataType() const { return __s_getDataType_(); }
00051
00052 private:
00053 static const char* __s_getMD5Sum_() { return "4dcc2e41838611193ef6b9f90c9be41f"; }
00054 public:
00055 ROS_DEPRECATED static const std::string __s_getMD5Sum() { return __s_getMD5Sum_(); }
00056
00057 ROS_DEPRECATED const std::string __getMD5Sum() const { return __s_getMD5Sum_(); }
00058
00059 private:
00060 static const char* __s_getMessageDefinition_() { return "# direction -1 is downard, +1 is upward, 0 is stationary\n\
00061 int32 state\n\
00062 int32 dir\n\
00063 float32 position\n\
00064 \n\
00065 "; }
00066 public:
00067 ROS_DEPRECATED static const std::string __s_getMessageDefinition() { return __s_getMessageDefinition_(); }
00068
00069 ROS_DEPRECATED const std::string __getMessageDefinition() const { return __s_getMessageDefinition_(); }
00070
00071 ROS_DEPRECATED virtual uint8_t *serialize(uint8_t *write_ptr, uint32_t seq) const
00072 {
00073 ros::serialization::OStream stream(write_ptr, 1000000000);
00074 ros::serialization::serialize(stream, state);
00075 ros::serialization::serialize(stream, dir);
00076 ros::serialization::serialize(stream, position);
00077 return stream.getData();
00078 }
00079
00080 ROS_DEPRECATED virtual uint8_t *deserialize(uint8_t *read_ptr)
00081 {
00082 ros::serialization::IStream stream(read_ptr, 1000000000);
00083 ros::serialization::deserialize(stream, state);
00084 ros::serialization::deserialize(stream, dir);
00085 ros::serialization::deserialize(stream, position);
00086 return stream.getData();
00087 }
00088
00089 ROS_DEPRECATED virtual uint32_t serializationLength() const
00090 {
00091 uint32_t size = 0;
00092 size += ros::serialization::serializationLength(state);
00093 size += ros::serialization::serializationLength(dir);
00094 size += ros::serialization::serializationLength(position);
00095 return size;
00096 }
00097
00098 typedef boost::shared_ptr< ::p2os_driver::LiftState_<ContainerAllocator> > Ptr;
00099 typedef boost::shared_ptr< ::p2os_driver::LiftState_<ContainerAllocator> const> ConstPtr;
00100 };
00101 typedef ::p2os_driver::LiftState_<std::allocator<void> > LiftState;
00102
00103 typedef boost::shared_ptr< ::p2os_driver::LiftState> LiftStatePtr;
00104 typedef boost::shared_ptr< ::p2os_driver::LiftState const> LiftStateConstPtr;
00105
00106
00107 template<typename ContainerAllocator>
00108 std::ostream& operator<<(std::ostream& s, const ::p2os_driver::LiftState_<ContainerAllocator> & v)
00109 {
00110 ros::message_operations::Printer< ::p2os_driver::LiftState_<ContainerAllocator> >::stream(s, "", v);
00111 return s;}
00112
00113 }
00114
00115 namespace ros
00116 {
00117 namespace message_traits
00118 {
00119 template<class ContainerAllocator>
00120 struct MD5Sum< ::p2os_driver::LiftState_<ContainerAllocator> > {
00121 static const char* value()
00122 {
00123 return "4dcc2e41838611193ef6b9f90c9be41f";
00124 }
00125
00126 static const char* value(const ::p2os_driver::LiftState_<ContainerAllocator> &) { return value(); }
00127 static const uint64_t static_value1 = 0x4dcc2e4183861119ULL;
00128 static const uint64_t static_value2 = 0x3ef6b9f90c9be41fULL;
00129 };
00130
00131 template<class ContainerAllocator>
00132 struct DataType< ::p2os_driver::LiftState_<ContainerAllocator> > {
00133 static const char* value()
00134 {
00135 return "p2os_driver/LiftState";
00136 }
00137
00138 static const char* value(const ::p2os_driver::LiftState_<ContainerAllocator> &) { return value(); }
00139 };
00140
00141 template<class ContainerAllocator>
00142 struct Definition< ::p2os_driver::LiftState_<ContainerAllocator> > {
00143 static const char* value()
00144 {
00145 return "# direction -1 is downard, +1 is upward, 0 is stationary\n\
00146 int32 state\n\
00147 int32 dir\n\
00148 float32 position\n\
00149 \n\
00150 ";
00151 }
00152
00153 static const char* value(const ::p2os_driver::LiftState_<ContainerAllocator> &) { return value(); }
00154 };
00155
00156 template<class ContainerAllocator> struct IsFixedSize< ::p2os_driver::LiftState_<ContainerAllocator> > : public TrueType {};
00157 }
00158 }
00159
00160 namespace ros
00161 {
00162 namespace serialization
00163 {
00164
00165 template<class ContainerAllocator> struct Serializer< ::p2os_driver::LiftState_<ContainerAllocator> >
00166 {
00167 template<typename Stream, typename T> inline static void allInOne(Stream& stream, T m)
00168 {
00169 stream.next(m.state);
00170 stream.next(m.dir);
00171 stream.next(m.position);
00172 }
00173
00174 ROS_DECLARE_ALLINONE_SERIALIZER;
00175 };
00176 }
00177 }
00178
00179 namespace ros
00180 {
00181 namespace message_operations
00182 {
00183
00184 template<class ContainerAllocator>
00185 struct Printer< ::p2os_driver::LiftState_<ContainerAllocator> >
00186 {
00187 template<typename Stream> static void stream(Stream& s, const std::string& indent, const ::p2os_driver::LiftState_<ContainerAllocator> & v)
00188 {
00189 s << indent << "state: ";
00190 Printer<int32_t>::stream(s, indent + " ", v.state);
00191 s << indent << "dir: ";
00192 Printer<int32_t>::stream(s, indent + " ", v.dir);
00193 s << indent << "position: ";
00194 Printer<float>::stream(s, indent + " ", v.position);
00195 }
00196 };
00197
00198
00199 }
00200 }
00201
00202 #endif // P2OS_DRIVER_MESSAGE_LIFTSTATE_H
00203