$search
00001 /* Auto-generated by genmsg_cpp for file /home/rosbuild/hudson/workspace/doc-electric-pr2_calibration/doc_stacks/2013-03-01_16-35-11.769043/pr2_calibration/monocam_settler/msg/ConfigGoal.msg */ 00002 #ifndef MONOCAM_SETTLER_MESSAGE_CONFIGGOAL_H 00003 #define MONOCAM_SETTLER_MESSAGE_CONFIGGOAL_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 monocam_settler 00019 { 00020 template <class ContainerAllocator> 00021 struct ConfigGoal_ { 00022 typedef ConfigGoal_<ContainerAllocator> Type; 00023 00024 ConfigGoal_() 00025 : tolerance(0.0) 00026 , ignore_failures(0) 00027 , max_step() 00028 , cache_size(0) 00029 { 00030 } 00031 00032 ConfigGoal_(const ContainerAllocator& _alloc) 00033 : tolerance(0.0) 00034 , ignore_failures(0) 00035 , max_step() 00036 , cache_size(0) 00037 { 00038 } 00039 00040 typedef double _tolerance_type; 00041 double tolerance; 00042 00043 typedef uint8_t _ignore_failures_type; 00044 uint8_t ignore_failures; 00045 00046 typedef ros::Duration _max_step_type; 00047 ros::Duration max_step; 00048 00049 typedef uint32_t _cache_size_type; 00050 uint32_t cache_size; 00051 00052 00053 private: 00054 static const char* __s_getDataType_() { return "monocam_settler/ConfigGoal"; } 00055 public: 00056 ROS_DEPRECATED static const std::string __s_getDataType() { return __s_getDataType_(); } 00057 00058 ROS_DEPRECATED const std::string __getDataType() const { return __s_getDataType_(); } 00059 00060 private: 00061 static const char* __s_getMD5Sum_() { return "f2b47726560448f0dada94e01ba65594"; } 00062 public: 00063 ROS_DEPRECATED static const std::string __s_getMD5Sum() { return __s_getMD5Sum_(); } 00064 00065 ROS_DEPRECATED const std::string __getMD5Sum() const { return __s_getMD5Sum_(); } 00066 00067 private: 00068 static const char* __s_getMessageDefinition_() { return "float64 tolerance # Tolerance on each of the features\n\ 00069 uint8 ignore_failures # True if we discard\n\ 00070 duration max_step # The maximum timestep between two elements in an interval\n\ 00071 uint32 cache_size # The size of our cache when searching for an interval\n\ 00072 \n\ 00073 "; } 00074 public: 00075 ROS_DEPRECATED static const std::string __s_getMessageDefinition() { return __s_getMessageDefinition_(); } 00076 00077 ROS_DEPRECATED const std::string __getMessageDefinition() const { return __s_getMessageDefinition_(); } 00078 00079 ROS_DEPRECATED virtual uint8_t *serialize(uint8_t *write_ptr, uint32_t seq) const 00080 { 00081 ros::serialization::OStream stream(write_ptr, 1000000000); 00082 ros::serialization::serialize(stream, tolerance); 00083 ros::serialization::serialize(stream, ignore_failures); 00084 ros::serialization::serialize(stream, max_step); 00085 ros::serialization::serialize(stream, cache_size); 00086 return stream.getData(); 00087 } 00088 00089 ROS_DEPRECATED virtual uint8_t *deserialize(uint8_t *read_ptr) 00090 { 00091 ros::serialization::IStream stream(read_ptr, 1000000000); 00092 ros::serialization::deserialize(stream, tolerance); 00093 ros::serialization::deserialize(stream, ignore_failures); 00094 ros::serialization::deserialize(stream, max_step); 00095 ros::serialization::deserialize(stream, cache_size); 00096 return stream.getData(); 00097 } 00098 00099 ROS_DEPRECATED virtual uint32_t serializationLength() const 00100 { 00101 uint32_t size = 0; 00102 size += ros::serialization::serializationLength(tolerance); 00103 size += ros::serialization::serializationLength(ignore_failures); 00104 size += ros::serialization::serializationLength(max_step); 00105 size += ros::serialization::serializationLength(cache_size); 00106 return size; 00107 } 00108 00109 typedef boost::shared_ptr< ::monocam_settler::ConfigGoal_<ContainerAllocator> > Ptr; 00110 typedef boost::shared_ptr< ::monocam_settler::ConfigGoal_<ContainerAllocator> const> ConstPtr; 00111 boost::shared_ptr<std::map<std::string, std::string> > __connection_header; 00112 }; // struct ConfigGoal 00113 typedef ::monocam_settler::ConfigGoal_<std::allocator<void> > ConfigGoal; 00114 00115 typedef boost::shared_ptr< ::monocam_settler::ConfigGoal> ConfigGoalPtr; 00116 typedef boost::shared_ptr< ::monocam_settler::ConfigGoal const> ConfigGoalConstPtr; 00117 00118 00119 template<typename ContainerAllocator> 00120 std::ostream& operator<<(std::ostream& s, const ::monocam_settler::ConfigGoal_<ContainerAllocator> & v) 00121 { 00122 ros::message_operations::Printer< ::monocam_settler::ConfigGoal_<ContainerAllocator> >::stream(s, "", v); 00123 return s;} 00124 00125 } // namespace monocam_settler 00126 00127 namespace ros 00128 { 00129 namespace message_traits 00130 { 00131 template<class ContainerAllocator> struct IsMessage< ::monocam_settler::ConfigGoal_<ContainerAllocator> > : public TrueType {}; 00132 template<class ContainerAllocator> struct IsMessage< ::monocam_settler::ConfigGoal_<ContainerAllocator> const> : public TrueType {}; 00133 template<class ContainerAllocator> 00134 struct MD5Sum< ::monocam_settler::ConfigGoal_<ContainerAllocator> > { 00135 static const char* value() 00136 { 00137 return "f2b47726560448f0dada94e01ba65594"; 00138 } 00139 00140 static const char* value(const ::monocam_settler::ConfigGoal_<ContainerAllocator> &) { return value(); } 00141 static const uint64_t static_value1 = 0xf2b47726560448f0ULL; 00142 static const uint64_t static_value2 = 0xdada94e01ba65594ULL; 00143 }; 00144 00145 template<class ContainerAllocator> 00146 struct DataType< ::monocam_settler::ConfigGoal_<ContainerAllocator> > { 00147 static const char* value() 00148 { 00149 return "monocam_settler/ConfigGoal"; 00150 } 00151 00152 static const char* value(const ::monocam_settler::ConfigGoal_<ContainerAllocator> &) { return value(); } 00153 }; 00154 00155 template<class ContainerAllocator> 00156 struct Definition< ::monocam_settler::ConfigGoal_<ContainerAllocator> > { 00157 static const char* value() 00158 { 00159 return "float64 tolerance # Tolerance on each of the features\n\ 00160 uint8 ignore_failures # True if we discard\n\ 00161 duration max_step # The maximum timestep between two elements in an interval\n\ 00162 uint32 cache_size # The size of our cache when searching for an interval\n\ 00163 \n\ 00164 "; 00165 } 00166 00167 static const char* value(const ::monocam_settler::ConfigGoal_<ContainerAllocator> &) { return value(); } 00168 }; 00169 00170 template<class ContainerAllocator> struct IsFixedSize< ::monocam_settler::ConfigGoal_<ContainerAllocator> > : public TrueType {}; 00171 } // namespace message_traits 00172 } // namespace ros 00173 00174 namespace ros 00175 { 00176 namespace serialization 00177 { 00178 00179 template<class ContainerAllocator> struct Serializer< ::monocam_settler::ConfigGoal_<ContainerAllocator> > 00180 { 00181 template<typename Stream, typename T> inline static void allInOne(Stream& stream, T m) 00182 { 00183 stream.next(m.tolerance); 00184 stream.next(m.ignore_failures); 00185 stream.next(m.max_step); 00186 stream.next(m.cache_size); 00187 } 00188 00189 ROS_DECLARE_ALLINONE_SERIALIZER; 00190 }; // struct ConfigGoal_ 00191 } // namespace serialization 00192 } // namespace ros 00193 00194 namespace ros 00195 { 00196 namespace message_operations 00197 { 00198 00199 template<class ContainerAllocator> 00200 struct Printer< ::monocam_settler::ConfigGoal_<ContainerAllocator> > 00201 { 00202 template<typename Stream> static void stream(Stream& s, const std::string& indent, const ::monocam_settler::ConfigGoal_<ContainerAllocator> & v) 00203 { 00204 s << indent << "tolerance: "; 00205 Printer<double>::stream(s, indent + " ", v.tolerance); 00206 s << indent << "ignore_failures: "; 00207 Printer<uint8_t>::stream(s, indent + " ", v.ignore_failures); 00208 s << indent << "max_step: "; 00209 Printer<ros::Duration>::stream(s, indent + " ", v.max_step); 00210 s << indent << "cache_size: "; 00211 Printer<uint32_t>::stream(s, indent + " ", v.cache_size); 00212 } 00213 }; 00214 00215 00216 } // namespace message_operations 00217 } // namespace ros 00218 00219 #endif // MONOCAM_SETTLER_MESSAGE_CONFIGGOAL_H 00220