24 depthstamp(depthstamp)
31 if (!nested_read_ret(reader)) {
34 if (!nested_read_rgbimg(reader)) {
37 if (!nested_read_depthimg(reader)) {
40 if (!nested_read_rgbstamp(reader)) {
43 if (!nested_read_depthstamp(reader)) {
68 if (!nested_write_ret(writer)) {
71 if (!nested_write_rgbimg(writer)) {
74 if (!nested_write_depthimg(writer)) {
77 if (!nested_write_rgbstamp(writer)) {
80 if (!nested_write_depthstamp(writer)) {
bool read(yarp::os::idl::WireReader &reader) override
IRGBDMsgs_return_getImages()=default
yarp::os::Stamp depthstamp
yarp::sig::FlexImage rgbimg
bool write(const yarp::os::idl::WireWriter &writer) const override
std::string toString() const
yarp::sig::ImageOf< yarp::sig::PixelFloat > depthimg
yarp::dev::ReturnValue ret
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.