#include <yarp/rosmsg/diagnostic_msgs/KeyValue.h>
|
static constexpr const char * | typeName = "diagnostic_msgs/KeyValue" |
|
static constexpr const char * | typeChecksum = "cf57fdc6617a881a88c16e768132149c" |
|
static constexpr const char * | typeText |
|
Definition at line 30 of file KeyValue.h.
◆ bottleStyle
◆ rosStyle
◆ KeyValue()
yarp::rosmsg::diagnostic_msgs::KeyValue::KeyValue |
( |
| ) |
|
|
inline |
◆ clear()
void yarp::rosmsg::diagnostic_msgs::KeyValue::clear |
( |
| ) |
|
|
inline |
◆ getType()
yarp::os::Type yarp::rosmsg::diagnostic_msgs::KeyValue::getType |
( |
| ) |
const |
|
inlineoverridevirtual |
◆ read()
Read this object from a network connection.
Override this for your particular class.
- Parameters
-
reader | an interface to the network connection for reading |
- Returns
- true iff the object is successfully read
Implements yarp::os::Portable.
Definition at line 92 of file KeyValue.h.
◆ readBare()
◆ readBottle()
◆ write()
Write this object to a network connection.
Override this for your particular class. Be aware that depending on the nature of the connections a port has, and what protocol they use, and how efficient the YARP implementation is, this method may be called once, twice, or many times, as the result of a single call to Port::write
- Parameters
-
writer | an interface to the network connection for writing |
- Returns
- true iff the object is successfully written
Implements yarp::os::Portable.
Definition at line 131 of file KeyValue.h.
◆ writeBare()
◆ writeBottle()
◆ key
std::string yarp::rosmsg::diagnostic_msgs::KeyValue::key |
◆ typeChecksum
constexpr const char* yarp::rosmsg::diagnostic_msgs::KeyValue::typeChecksum = "cf57fdc6617a881a88c16e768132149c" |
|
staticconstexpr |
◆ typeName
constexpr const char* yarp::rosmsg::diagnostic_msgs::KeyValue::typeName = "diagnostic_msgs/KeyValue" |
|
staticconstexpr |
◆ typeText
constexpr const char* yarp::rosmsg::diagnostic_msgs::KeyValue::typeText |
|
staticconstexpr |
Initial value:= "\
string key # what to label this value when viewing\n\
string value # a value to track over time\n\
"
Definition at line 149 of file KeyValue.h.
◆ value
std::string yarp::rosmsg::diagnostic_msgs::KeyValue::value |
The documentation for this class was generated from the following file:
- src/libYARP_rosmsg/src/idl_generated_code/yarp/rosmsg/diagnostic_msgs/KeyValue.h