29 if (!read_ret(reader)) {
32 if (!read_x(reader)) {
35 if (!read_y(reader)) {
38 if (!read_theta(reader)) {
63 if (!write_ret(writer)) {
66 if (!write_x(writer)) {
69 if (!write_y(writer)) {
72 if (!write_theta(writer)) {
std::string toString() const
bool read(yarp::os::idl::WireReader &reader) override
return_get_rel_loc_of_curr_target()=default
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