15 const std::int32_t xdim,
16 const std::int32_t ydim,
17 const std::int32_t x0,
18 const std::int32_t y0) :
31 if (!nested_read_ret(reader)) {
34 if (!read_xdim(reader)) {
37 if (!read_ydim(reader)) {
40 if (!read_x0(reader)) {
43 if (!read_y0(reader)) {
68 if (!nested_write_ret(writer)) {
71 if (!write_xdim(writer)) {
74 if (!write_ydim(writer)) {
77 if (!write_x0(writer)) {
80 if (!write_y0(writer)) {
127bool IFrameGrabberControlDC1394Msgs_return_getFormat7WindowDC1394::write_ret(
const yarp::os::idl::WireWriter& writer)
const
150bool IFrameGrabberControlDC1394Msgs_return_getFormat7WindowDC1394::nested_write_ret(
const yarp::os::idl::WireWriter& writer)
const
173bool IFrameGrabberControlDC1394Msgs_return_getFormat7WindowDC1394::write_xdim(
const yarp::os::idl::WireWriter& writer)
const
196bool IFrameGrabberControlDC1394Msgs_return_getFormat7WindowDC1394::nested_write_xdim(
const yarp::os::idl::WireWriter& writer)
const
219bool IFrameGrabberControlDC1394Msgs_return_getFormat7WindowDC1394::write_ydim(
const yarp::os::idl::WireWriter& writer)
const
242bool IFrameGrabberControlDC1394Msgs_return_getFormat7WindowDC1394::nested_write_ydim(
const yarp::os::idl::WireWriter& writer)
const
265bool IFrameGrabberControlDC1394Msgs_return_getFormat7WindowDC1394::write_x0(
const yarp::os::idl::WireWriter& writer)
const
288bool IFrameGrabberControlDC1394Msgs_return_getFormat7WindowDC1394::nested_write_x0(
const yarp::os::idl::WireWriter& writer)
const
311bool IFrameGrabberControlDC1394Msgs_return_getFormat7WindowDC1394::write_y0(
const yarp::os::idl::WireWriter& writer)
const
334bool IFrameGrabberControlDC1394Msgs_return_getFormat7WindowDC1394::nested_write_y0(
const yarp::os::idl::WireWriter& writer)
const
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 readI32(std::int32_t &x)
bool read(WirePortable &obj)
IDL-friendly connection writer.
bool write(const WirePortable &obj) const
bool writeI32(std::int32_t x, bool skip_tag=false) const
bool writeListHeader(int len) const
bool writeNested(const WirePortable &obj) const