15 const double nearPlane,
16 const double farPlane) :
27 if (!nested_read_ret(reader)) {
30 if (!read_nearPlane(reader)) {
33 if (!read_farPlane(reader)) {
58 if (!nested_write_ret(writer)) {
61 if (!write_nearPlane(writer)) {
64 if (!write_farPlane(writer)) {
180bool IDepthVisualParamsMsgs_return_getDepthClipPlanes::nested_write_nearPlane(
const yarp::os::idl::WireWriter& writer)
const
226bool IDepthVisualParamsMsgs_return_getDepthClipPlanes::nested_write_farPlane(
const yarp::os::idl::WireWriter& writer)
const
yarp::dev::ReturnValue ret
bool read(yarp::os::idl::WireReader &reader) override
IDepthVisualParamsMsgs_return_getDepthClipPlanes()=default
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.
IDL-friendly connection reader.
bool readNested(WirePortable &obj)
bool read(WirePortable &obj)
bool readFloat64(yarp::conf::float64_t &x)
IDL-friendly connection writer.
bool write(const WirePortable &obj) const
bool writeListHeader(int len) const
bool writeFloat64(yarp::conf::float64_t x, bool skip_tag=false) const
bool writeNested(const WirePortable &obj) const