22 #ifndef YARP_ROSMSG_sensor_msgs_Temperature_h
23 #define YARP_ROSMSG_sensor_msgs_Temperature_h
158 static constexpr
const char*
typeName =
"sensor_msgs/Temperature";
161 static constexpr
const char*
typeChecksum =
"ff71b307acdbe7c871a5a6d7ed359100";
165 # Single temperature reading.\n\
167 Header header # timestamp is the time the temperature was measured\n\
168 # frame_id is the location of the temperature reading\n\
170 float64 temperature # Measurement of the Temperature in Degrees Celsius\n\
172 float64 variance # 0 is interpreted as variance unknown\n\
173 ================================================================================\n\
174 MSG: std_msgs/Header\n\
175 # Standard metadata for higher-level stamped data types.\n\
176 # This is generally used to communicate timestamped data \n\
177 # in a particular coordinate frame.\n\
179 # sequence ID: consecutively increasing ID \n\
181 #Two-integer timestamp that is expressed as:\n\
182 # * stamp.sec: seconds (stamp_secs) since epoch (in Python the variable is called 'secs')\n\
183 # * stamp.nsec: nanoseconds since stamp_secs (in Python the variable is called 'nsecs')\n\
184 # time-handling sugar is provided by the client library\n\
186 #Frame this data is associated with\n\
#define BOTTLE_TAG_FLOAT64
An interface for reading from a network connection.
virtual bool isBareMode() const =0
Check if the connection is bare mode.
virtual bool convertTextMode()=0
Reads in a standard description in text mode, and converts it to a standard description in binary.
virtual bool isError() const =0
virtual yarp::conf::float64_t expectFloat64()=0
Read a 64-bit floating point number from the network connection.
An interface for writing to a network connection.
virtual bool isError() const =0
virtual bool isBareMode() const =0
Check if the connection is bare mode.
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.
virtual void appendFloat64(yarp::conf::float64_t data)=0
Send a representation of a 64-bit floating point number to the network connection.
static Type byName(const char *name)
Type & addProperty(const char *key, const Value &val)
A single value (typically within a Bottle).
A "tamed" Portable, that promises to serialize itself in an IDL-friendly way.
virtual bool read(yarp::os::idl::WireReader &reader)
virtual bool write(const yarp::os::idl::WireWriter &writer) const
IDL-friendly connection reader.
yarp::conf::float64_t expectFloat64()
static constexpr const char * typeText
bool readBare(yarp::os::ConnectionReader &connection) override
yarp::conf::float64_t temperature
bool writeBottle(yarp::os::ConnectionWriter &connection) const override
yarp::conf::float64_t variance
bool readBottle(yarp::os::ConnectionReader &connection) override
yarp::os::idl::BareStyle< yarp::rosmsg::sensor_msgs::Temperature > rosStyle
yarp::os::idl::BottleStyle< yarp::rosmsg::sensor_msgs::Temperature > bottleStyle
yarp::os::Type getType() const override
static constexpr const char * typeName
static constexpr const char * typeChecksum
bool write(yarp::os::ConnectionWriter &connection) const override
Write this object to a network connection.
yarp::rosmsg::std_msgs::Header header
bool read(yarp::os::ConnectionReader &connection) override
Read this object from a network connection.
bool writeBare(yarp::os::ConnectionWriter &connection) const override
The main, catch-all namespace for YARP.