|
YARP
Yet Another Robot Platform
|
|
Go to the documentation of this file.
26 #ifndef YARP_ROSMSG_sensor_msgs_RelativeHumidity_h
27 #define YARP_ROSMSG_sensor_msgs_RelativeHumidity_h
162 static constexpr
const char*
typeName =
"sensor_msgs/RelativeHumidity";
165 static constexpr
const char*
typeChecksum =
"8730015b05955b7e992ce29a2678d90f";
169 # Single reading from a relative humidity sensor. Defines the ratio of partial\n\
170 # pressure of water vapor to the saturated vapor pressure at a temperature.\n\
172 Header header # timestamp of the measurement\n\
173 # frame_id is the location of the humidity sensor\n\
175 float64 relative_humidity # Expression of the relative humidity\n\
176 # from 0.0 to 1.0.\n\
177 # 0.0 is no partial pressure of water vapor\n\
178 # 1.0 represents partial pressure of saturation\n\
180 float64 variance # 0 is interpreted as variance unknown\n\
181 ================================================================================\n\
182 MSG: std_msgs/Header\n\
183 # Standard metadata for higher-level stamped data types.\n\
184 # This is generally used to communicate timestamped data \n\
185 # in a particular coordinate frame.\n\
187 # sequence ID: consecutively increasing ID \n\
189 #Two-integer timestamp that is expressed as:\n\
190 # * stamp.sec: seconds (stamp_secs) since epoch (in Python the variable is called 'secs')\n\
191 # * stamp.nsec: nanoseconds since stamp_secs (in Python the variable is called 'nsecs')\n\
192 # time-handling sugar is provided by the client library\n\
194 #Frame this data is associated with\n\
213 #endif // YARP_ROSMSG_sensor_msgs_RelativeHumidity_h
yarp::os::idl::BareStyle< yarp::rosmsg::sensor_msgs::RelativeHumidity > rosStyle
yarp::os::Type getType() const override
yarp::conf::float64_t expectFloat64()
bool read(yarp::os::ConnectionReader &connection) override
Read this object from a network connection.
bool readBottle(yarp::os::ConnectionReader &connection) override
virtual void appendFloat64(yarp::conf::float64_t data)=0
Send a representation of a 64-bit floating point number to the network connection.
virtual bool read(yarp::os::idl::WireReader &reader)
yarp::conf::float64_t relative_humidity
static constexpr const char * typeChecksum
virtual bool isBareMode() const =0
Check if the connection is bare mode.
yarp::os::idl::BottleStyle< yarp::rosmsg::sensor_msgs::RelativeHumidity > bottleStyle
static constexpr const char * typeName
virtual yarp::conf::float64_t expectFloat64()=0
Read a 64-bit floating point number from the network connection.
virtual bool isError() const =0
static Type byName(const char *name)
Type & addProperty(const char *key, const Value &val)
static constexpr const char * typeText
bool writeBottle(yarp::os::ConnectionWriter &connection) const override
An interface for writing to a network connection.
bool write(yarp::os::ConnectionWriter &connection) const override
Write this object to a network connection.
bool writeBare(yarp::os::ConnectionWriter &connection) const override
virtual bool isError() const =0
virtual bool convertTextMode()=0
Reads in a standard description in text mode, and converts it to a standard description in binary.
yarp::conf::float64_t variance
A "tamed" Portable, that promises to serialize itself in an IDL-friendly way.
virtual bool isBareMode() const =0
Check if the connection is bare mode.
bool readBare(yarp::os::ConnectionReader &connection) override
virtual bool convertTextMode()=0
Converts a standard description in binary into a textual description, if the connection is in text-mo...
virtual void appendInt32(std::int32_t data)=0
Send a representation of a 32-bit integer to the network connection.
IDL-friendly connection reader.
An interface for reading from a network connection.
#define BOTTLE_TAG_FLOAT64
yarp::rosmsg::std_msgs::Header header
The main, catch-all namespace for YARP.
A single value (typically within a Bottle).
virtual bool write(const yarp::os::idl::WireWriter &writer) const