5 #ifndef SENSOR_MSGS_MESSAGE_TEMPERATURE_H 6 #define SENSOR_MSGS_MESSAGE_TEMPERATURE_H 22 template <
class ContainerAllocator>
58 typedef ::sensor_msgs::Temperature_<std::allocator<void> >
Temperature;
67 template<
typename ContainerAllocator>
68 std::ostream& operator<<(std::ostream& s, const ::sensor_msgs::Temperature_<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 "ff71b307acdbe7c871a5a6d7ed359100";
130 static const char*
value(const ::sensor_msgs::Temperature_<ContainerAllocator>&) {
return value(); }
131 static const uint64_t static_value1 = 0xff71b307acdbe7c8ULL;
132 static const uint64_t static_value2 = 0x71a5a6d7ed359100ULL;
135 template<
class ContainerAllocator>
140 return "sensor_msgs/Temperature";
143 static const char*
value(const ::sensor_msgs::Temperature_<ContainerAllocator>&) {
return value(); }
146 template<
class ContainerAllocator>
151 return " # Single temperature reading.\n\ 153 Header header # timestamp is the time the temperature was measured\n\ 154 # frame_id is the location of the temperature reading\n\ 156 float64 temperature # Measurement of the Temperature in Degrees Celsius\n\ 158 float64 variance # 0 is interpreted as variance unknown\n\ 159 ================================================================================\n\ 160 MSG: std_msgs/Header\n\ 161 # Standard metadata for higher-level stamped data types.\n\ 162 # This is generally used to communicate timestamped data \n\ 163 # in a particular coordinate frame.\n\ 165 # sequence ID: consecutively increasing ID \n\ 167 #Two-integer timestamp that is expressed as:\n\ 168 # * stamp.sec: seconds (stamp_secs) since epoch (in Python the variable is called 'secs')\n\ 169 # * stamp.nsec: nanoseconds since stamp_secs (in Python the variable is called 'nsecs')\n\ 170 # time-handling sugar is provided by the client library\n\ 172 #Frame this data is associated with\n\ 179 static const char*
value(const ::sensor_msgs::Temperature_<ContainerAllocator>&) {
return value(); }
187 namespace serialization
194 stream.next(m.header);
195 stream.next(m.temperature);
196 stream.next(m.variance);
207 namespace message_operations
210 template<
class ContainerAllocator>
213 template<
typename Stream>
static void stream(Stream&
s,
const std::string& indent, const ::sensor_msgs::Temperature_<ContainerAllocator>&
v)
215 s << indent <<
"header: ";
218 s << indent <<
"temperature: ";
220 s << indent <<
"variance: ";
228 #endif // SENSOR_MSGS_MESSAGE_TEMPERATURE_H
typedef void(APIENTRY *GLDEBUGPROC)(GLenum source
Base type for compile-type true/false tests. Compatible with Boost.MPL. classes inheriting from this ...
Specialize to provide the md5sum for a message.
_temperature_type temperature
static void allInOne(Stream &stream, T m)
static void stream(Stream &s, const std::string &indent, const ::sensor_msgs::Temperature_< ContainerAllocator > &v)
Base type for compile-type true/false tests. Compatible with Boost.MPL. classes inheriting from this ...
boost::shared_ptr< ::sensor_msgs::Temperature > TemperaturePtr
GLsizei const GLchar *const * string
boost::shared_ptr< ::sensor_msgs::Temperature_< ContainerAllocator > > Ptr
Specialize to provide the datatype for a message.
Temperature_< ContainerAllocator > Type
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::Temperature_< ContainerAllocator > const > ConstPtr
Stream base-class, provides common functionality for IStream and OStream.
static const char * value(const ::sensor_msgs::Temperature_< ContainerAllocator > &)
Tools for manipulating sensor_msgs.
static const char * value(const ::sensor_msgs::Temperature_< ContainerAllocator > &)
#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.
boost::shared_ptr< ::sensor_msgs::Temperature const > TemperatureConstPtr
static const char * value()
static const char * value()
::sensor_msgs::Temperature_< std::allocator< void > > Temperature
::std_msgs::Header_< ContainerAllocator > _header_type
Templated serialization class. Default implementation provides backwards compatibility with old messa...
static const char * value()
static const char * value(const ::sensor_msgs::Temperature_< ContainerAllocator > &)
Temperature_(const ContainerAllocator &_alloc)