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