15 const std::int32_t xdim,
16 const std::int32_t ydim,
17 const std::int32_t xstep,
18 const std::int32_t ystep,
19 const std::int32_t xoffstep,
20 const std::int32_t yoffstep) :
35 if (!nested_read_ret(reader)) {
38 if (!read_xdim(reader)) {
41 if (!read_ydim(reader)) {
44 if (!read_xstep(reader)) {
47 if (!read_ystep(reader)) {
50 if (!read_xoffstep(reader)) {
53 if (!read_yoffstep(reader)) {
78 if (!nested_write_ret(writer)) {
81 if (!write_xdim(writer)) {
84 if (!write_ydim(writer)) {
87 if (!write_xstep(writer)) {
90 if (!write_ystep(writer)) {
93 if (!write_xoffstep(writer)) {
96 if (!write_yoffstep(writer)) {
112 if (!
write(writer)) {
143bool IFrameGrabberControlDC1394Msgs_return_getFormat7MaxWindowDC1394::write_ret(
const yarp::os::idl::WireWriter& writer)
const
166bool IFrameGrabberControlDC1394Msgs_return_getFormat7MaxWindowDC1394::nested_write_ret(
const yarp::os::idl::WireWriter& writer)
const
189bool IFrameGrabberControlDC1394Msgs_return_getFormat7MaxWindowDC1394::write_xdim(
const yarp::os::idl::WireWriter& writer)
const
212bool IFrameGrabberControlDC1394Msgs_return_getFormat7MaxWindowDC1394::nested_write_xdim(
const yarp::os::idl::WireWriter& writer)
const
235bool IFrameGrabberControlDC1394Msgs_return_getFormat7MaxWindowDC1394::write_ydim(
const yarp::os::idl::WireWriter& writer)
const
258bool IFrameGrabberControlDC1394Msgs_return_getFormat7MaxWindowDC1394::nested_write_ydim(
const yarp::os::idl::WireWriter& writer)
const
281bool IFrameGrabberControlDC1394Msgs_return_getFormat7MaxWindowDC1394::write_xstep(
const yarp::os::idl::WireWriter& writer)
const
290bool IFrameGrabberControlDC1394Msgs_return_getFormat7MaxWindowDC1394::nested_read_xstep(
yarp::os::idl::WireReader& reader)
304bool IFrameGrabberControlDC1394Msgs_return_getFormat7MaxWindowDC1394::nested_write_xstep(
const yarp::os::idl::WireWriter& writer)
const
327bool IFrameGrabberControlDC1394Msgs_return_getFormat7MaxWindowDC1394::write_ystep(
const yarp::os::idl::WireWriter& writer)
const
336bool IFrameGrabberControlDC1394Msgs_return_getFormat7MaxWindowDC1394::nested_read_ystep(
yarp::os::idl::WireReader& reader)
350bool IFrameGrabberControlDC1394Msgs_return_getFormat7MaxWindowDC1394::nested_write_ystep(
const yarp::os::idl::WireWriter& writer)
const
373bool IFrameGrabberControlDC1394Msgs_return_getFormat7MaxWindowDC1394::write_xoffstep(
const yarp::os::idl::WireWriter& writer)
const
382bool IFrameGrabberControlDC1394Msgs_return_getFormat7MaxWindowDC1394::nested_read_xoffstep(
yarp::os::idl::WireReader& reader)
396bool IFrameGrabberControlDC1394Msgs_return_getFormat7MaxWindowDC1394::nested_write_xoffstep(
const yarp::os::idl::WireWriter& writer)
const
419bool IFrameGrabberControlDC1394Msgs_return_getFormat7MaxWindowDC1394::write_yoffstep(
const yarp::os::idl::WireWriter& writer)
const
428bool IFrameGrabberControlDC1394Msgs_return_getFormat7MaxWindowDC1394::nested_read_yoffstep(
yarp::os::idl::WireReader& reader)
442bool IFrameGrabberControlDC1394Msgs_return_getFormat7MaxWindowDC1394::nested_write_yoffstep(
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