17 const double theta_vel) :
29 if (!read_ret(reader)) {
32 if (!read_x_vel(reader)) {
35 if (!read_y_vel(reader)) {
38 if (!read_theta_vel(reader)) {
63 if (!write_ret(writer)) {
66 if (!write_x_vel(writer)) {
69 if (!write_y_vel(writer)) {
72 if (!write_theta_vel(writer)) {
std::string toString() const
return_get_last_velocity_command()=default
bool read(yarp::os::idl::WireReader &reader) override
bool write(const yarp::os::idl::WireWriter &writer) const override
A simple collection of objects that can be described and transmitted in a portable way.
std::string toString() const override
Gives a human-readable textual representation of the bottle.
An interface for reading from a network connection.
An interface for writing to a network connection.
static bool copyPortable(const PortWriter &writer, PortReader &reader)
Copy one portable to another, via writing and reading.
IDL-friendly connection reader.
bool readFloat64(yarp::conf::float64_t &x)
IDL-friendly connection writer.
bool writeBool(bool x, bool skip_tag=false) const
bool writeListHeader(int len) const
bool writeFloat64(yarp::conf::float64_t x, bool skip_tag=false) const