5 #ifndef SENSOR_MSGS_MESSAGE_FLUIDPRESSURE_H 6 #define SENSOR_MSGS_MESSAGE_FLUIDPRESSURE_H 22 template <
class ContainerAllocator>
58 typedef ::sensor_msgs::FluidPressure_<std::allocator<void> >
FluidPressure;
67 template<
typename ContainerAllocator>
68 std::ostream& operator<<(std::ostream& s, const ::sensor_msgs::FluidPressure_<ContainerAllocator> &
v)
78 namespace message_traits
91 template <
class ContainerAllocator>
96 template <
class ContainerAllocator>
101 template <
class ContainerAllocator>
106 template <
class ContainerAllocator>
111 template <
class ContainerAllocator>
116 template <
class ContainerAllocator>
122 template<
class ContainerAllocator>
127 return "804dc5cea1c5306d6a2eb80b9833befe";
130 static const char*
value(const ::sensor_msgs::FluidPressure_<ContainerAllocator>&) {
return value(); }
131 static const uint64_t static_value1 = 0x804dc5cea1c5306dULL;
132 static const uint64_t static_value2 = 0x6a2eb80b9833befeULL;
135 template<
class ContainerAllocator>
140 return "sensor_msgs/FluidPressure";
143 static const char*
value(const ::sensor_msgs::FluidPressure_<ContainerAllocator>&) {
return value(); }
146 template<
class ContainerAllocator>
151 return " # Single pressure reading. This message is appropriate for measuring the\n\ 152 # pressure inside of a fluid (air, water, etc). This also includes\n\ 153 # atmospheric or barometric pressure.\n\ 155 # This message is not appropriate for force/pressure contact sensors.\n\ 157 Header header # timestamp of the measurement\n\ 158 # frame_id is the location of the pressure sensor\n\ 160 float64 fluid_pressure # Absolute pressure reading in Pascals.\n\ 162 float64 variance # 0 is interpreted as variance unknown\n\ 163 ================================================================================\n\ 164 MSG: std_msgs/Header\n\ 165 # Standard metadata for higher-level stamped data types.\n\ 166 # This is generally used to communicate timestamped data \n\ 167 # in a particular coordinate frame.\n\ 169 # sequence ID: consecutively increasing ID \n\ 171 #Two-integer timestamp that is expressed as:\n\ 172 # * stamp.sec: seconds (stamp_secs) since epoch (in Python the variable is called 'secs')\n\ 173 # * stamp.nsec: nanoseconds since stamp_secs (in Python the variable is called 'nsecs')\n\ 174 # time-handling sugar is provided by the client library\n\ 176 #Frame this data is associated with\n\ 183 static const char*
value(const ::sensor_msgs::FluidPressure_<ContainerAllocator>&) {
return value(); }
191 namespace serialization
198 stream.next(m.header);
199 stream.next(m.fluid_pressure);
200 stream.next(m.variance);
211 namespace message_operations
214 template<
class ContainerAllocator>
217 template<
typename Stream>
static void stream(Stream&
s,
const std::string& indent, const ::sensor_msgs::FluidPressure_<ContainerAllocator>&
v)
219 s << indent <<
"header: ";
222 s << indent <<
"fluid_pressure: ";
224 s << indent <<
"variance: ";
232 #endif // SENSOR_MSGS_MESSAGE_FLUIDPRESSURE_H
typedef void(APIENTRY *GLDEBUGPROC)(GLenum source
Base type for compile-type true/false tests. Compatible with Boost.MPL. classes inheriting from this ...
static void allInOne(Stream &stream, T m)
Specialize to provide the md5sum for a message.
Base type for compile-type true/false tests. Compatible with Boost.MPL. classes inheriting from this ...
::std_msgs::Header_< ContainerAllocator > _header_type
GLsizei const GLchar *const * string
boost::shared_ptr< ::sensor_msgs::FluidPressure_< ContainerAllocator > const > ConstPtr
Specialize to provide the datatype for a message.
static const char * value()
A fixed-size datatype is one whose size is constant, i.e. it has no variable-length arrays or strings...
boost::shared_ptr< ::sensor_msgs::FluidPressure > FluidPressurePtr
static const char * value()
Stream base-class, provides common functionality for IStream and OStream.
boost::shared_ptr< ::sensor_msgs::FluidPressure_< ContainerAllocator > > Ptr
::sensor_msgs::FluidPressure_< std::allocator< void > > FluidPressure
Tools for manipulating sensor_msgs.
#define ROS_DECLARE_ALLINONE_SERIALIZER
Declare your serializer to use an allInOne member instead of requiring 3 different serialization func...
unsigned __int64 uint64_t
Specialize to provide the definition for a message.
FluidPressure_< ContainerAllocator > Type
double _fluid_pressure_type
static const char * value(const ::sensor_msgs::FluidPressure_< ContainerAllocator > &)
static const char * value(const ::sensor_msgs::FluidPressure_< ContainerAllocator > &)
static const char * value(const ::sensor_msgs::FluidPressure_< ContainerAllocator > &)
_fluid_pressure_type fluid_pressure
boost::shared_ptr< ::sensor_msgs::FluidPressure const > FluidPressureConstPtr
static void stream(Stream &s, const std::string &indent, const ::sensor_msgs::FluidPressure_< ContainerAllocator > &v)
Templated serialization class. Default implementation provides backwards compatibility with old messa...
FluidPressure_(const ContainerAllocator &_alloc)
static const char * value()