27 if (!nested_read_ret(reader)) {
30 if (!nested_read_img(reader)) {
33 if (!nested_read_stamp(reader)) {
58 if (!nested_write_ret(writer)) {
61 if (!nested_write_img(writer)) {
64 if (!nested_write_stamp(writer)) {
IRGBDMsgs_return_getRgbImage()=default
yarp::dev::ReturnValue ret
bool read(yarp::os::idl::WireReader &reader) override
std::string toString() const
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.
An abstraction for a time stamp and/or sequence number.
IDL-friendly connection reader.
bool readNested(WirePortable &obj)
bool read(WirePortable &obj)
IDL-friendly connection writer.
bool write(const WirePortable &obj) const
bool writeListHeader(int len) const
bool writeNested(const WirePortable &obj) const
Image class with user control of representation details.