#include <yarp/os/CommandBottle.h>
Definition at line 21 of file CommandBottle.h.
◆ CommandBottle() [1/5]
yarp::os::CommandBottle::CommandBottle |
( |
| ) |
|
|
default |
◆ CommandBottle() [2/5]
CommandBottle::CommandBottle |
( |
const std::string & |
text | ) |
|
|
explicit |
◆ CommandBottle() [3/5]
CommandBottle::CommandBottle |
( |
std::initializer_list< yarp::os::Value > |
values | ) |
|
|
explicit |
◆ CommandBottle() [4/5]
◆ CommandBottle() [5/5]
◆ ~CommandBottle()
yarp::os::CommandBottle::~CommandBottle |
( |
| ) |
|
|
overridedefault |
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ 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 25 of file CommandBottle.cpp.
◆ 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 20 of file CommandBottle.cpp.
◆ cmd
◆ reply
The documentation for this class was generated from the following files: