5 #ifndef SENSOR_MSGS_MESSAGE_ILLUMINANCE_H 6 #define SENSOR_MSGS_MESSAGE_ILLUMINANCE_H 22 template <
class ContainerAllocator>
58 typedef ::sensor_msgs::Illuminance_<std::allocator<void> >
Illuminance;
67 template<
typename ContainerAllocator>
68 std::ostream& operator<<(std::ostream& s, const ::sensor_msgs::Illuminance_<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 "8cf5febb0952fca9d650c3d11a81a188";
130 static const char*
value(const ::sensor_msgs::Illuminance_<ContainerAllocator>&) {
return value(); }
131 static const uint64_t static_value1 = 0x8cf5febb0952fca9ULL;
132 static const uint64_t static_value2 = 0xd650c3d11a81a188ULL;
135 template<
class ContainerAllocator>
140 return "sensor_msgs/Illuminance";
143 static const char*
value(const ::sensor_msgs::Illuminance_<ContainerAllocator>&) {
return value(); }
146 template<
class ContainerAllocator>
151 return " # Single photometric illuminance measurement. Light should be assumed to be\n\ 152 # measured along the sensor's x-axis (the area of detection is the y-z plane).\n\ 153 # The illuminance should have a 0 or positive value and be received with\n\ 154 # the sensor's +X axis pointing toward the light source.\n\ 156 # Photometric illuminance is the measure of the human eye's sensitivity of the\n\ 157 # intensity of light encountering or passing through a surface.\n\ 159 # All other Photometric and Radiometric measurements should\n\ 160 # not use this message.\n\ 161 # This message cannot represent:\n\ 162 # Luminous intensity (candela/light source output)\n\ 163 # Luminance (nits/light output per area)\n\ 164 # Irradiance (watt/area), etc.\n\ 166 Header header # timestamp is the time the illuminance was measured\n\ 167 # frame_id is the location and direction of the reading\n\ 169 float64 illuminance # Measurement of the Photometric Illuminance in Lux.\n\ 171 float64 variance # 0 is interpreted as variance unknown\n\ 172 ================================================================================\n\ 173 MSG: std_msgs/Header\n\ 174 # Standard metadata for higher-level stamped data types.\n\ 175 # This is generally used to communicate timestamped data \n\ 176 # in a particular coordinate frame.\n\ 178 # sequence ID: consecutively increasing ID \n\ 180 #Two-integer timestamp that is expressed as:\n\ 181 # * stamp.sec: seconds (stamp_secs) since epoch (in Python the variable is called 'secs')\n\ 182 # * stamp.nsec: nanoseconds since stamp_secs (in Python the variable is called 'nsecs')\n\ 183 # time-handling sugar is provided by the client library\n\ 185 #Frame this data is associated with\n\ 192 static const char*
value(const ::sensor_msgs::Illuminance_<ContainerAllocator>&) {
return value(); }
200 namespace serialization
207 stream.next(m.header);
208 stream.next(m.illuminance);
209 stream.next(m.variance);
220 namespace message_operations
223 template<
class ContainerAllocator>
226 template<
typename Stream>
static void stream(Stream&
s,
const std::string& indent, const ::sensor_msgs::Illuminance_<ContainerAllocator>&
v)
228 s << indent <<
"header: ";
231 s << indent <<
"illuminance: ";
233 s << indent <<
"variance: ";
241 #endif // SENSOR_MSGS_MESSAGE_ILLUMINANCE_H boost::shared_ptr< ::sensor_msgs::Illuminance_< ContainerAllocator > const > ConstPtr
typedef void(APIENTRY *GLDEBUGPROC)(GLenum source
Base type for compile-type true/false tests. Compatible with Boost.MPL. classes inheriting from this ...
_illuminance_type illuminance
static const char * value()
static const char * value(const ::sensor_msgs::Illuminance_< ContainerAllocator > &)
::std_msgs::Header_< ContainerAllocator > _header_type
Specialize to provide the md5sum for a message.
boost::shared_ptr< ::sensor_msgs::Illuminance_< ContainerAllocator > > Ptr
Base type for compile-type true/false tests. Compatible with Boost.MPL. classes inheriting from this ...
GLsizei const GLchar *const * string
Specialize to provide the datatype for a message.
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::Illuminance > IlluminancePtr
Stream base-class, provides common functionality for IStream and OStream.
static const char * value(const ::sensor_msgs::Illuminance_< ContainerAllocator > &)
static const char * value()
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.
Illuminance_(const ContainerAllocator &_alloc)
static void stream(Stream &s, const std::string &indent, const ::sensor_msgs::Illuminance_< ContainerAllocator > &v)
static void allInOne(Stream &stream, T m)
static const char * value(const ::sensor_msgs::Illuminance_< ContainerAllocator > &)
Templated serialization class. Default implementation provides backwards compatibility with old messa...
::sensor_msgs::Illuminance_< std::allocator< void > > Illuminance
boost::shared_ptr< ::sensor_msgs::Illuminance const > IlluminanceConstPtr
Illuminance_< ContainerAllocator > Type
static const char * value()