YARP
Yet Another Robot Platform
 
Loading...
Searching...
No Matches
IFrameGrabberControlDC1394Msgs_return_getFormat7WindowDC1394.h
Go to the documentation of this file.
1/*
2 * SPDX-FileCopyrightText: 2006-2021 Istituto Italiano di Tecnologia (IIT)
3 * SPDX-License-Identifier: BSD-3-Clause
4 */
5
6// Autogenerated by Thrift Compiler (0.14.1-yarped)
7//
8// This is an automatically generated file.
9// It could get re-generated if the ALLOW_IDL_GENERATION flag is on.
10
11#ifndef YARP_THRIFT_GENERATOR_STRUCT_IFRAMEGRABBERCONTROLDC1394MSGS_RETURN_GETFORMAT7WINDOWDC1394_H
12#define YARP_THRIFT_GENERATOR_STRUCT_IFRAMEGRABBERCONTROLDC1394MSGS_RETURN_GETFORMAT7WINDOWDC1394_H
13
14#include <yarp/os/Wire.h>
17
20{
21public:
22 // Fields
24 std::int32_t xdim{0};
25 std::int32_t ydim{0};
26 std::int32_t x0{0};
27 std::int32_t y0{0};
28
29 // Default constructor
31
32 // Constructor with field values
34 const std::int32_t xdim,
35 const std::int32_t ydim,
36 const std::int32_t x0,
37 const std::int32_t y0);
38
39 // Read structure on a Wire
40 bool read(yarp::os::idl::WireReader& reader) override;
41
42 // Read structure on a Connection
43 bool read(yarp::os::ConnectionReader& connection) override;
44
45 // Write structure on a Wire
46 bool write(const yarp::os::idl::WireWriter& writer) const override;
47
48 // Write structure on a Connection
49 bool write(yarp::os::ConnectionWriter& connection) const override;
50
51 // Convert to a printable string
52 std::string toString() const;
53
54 // If you want to serialize this class without nesting, use this helper
56
57private:
58 // read/write ret field
59 bool read_ret(yarp::os::idl::WireReader& reader);
60 bool write_ret(const yarp::os::idl::WireWriter& writer) const;
61 bool nested_read_ret(yarp::os::idl::WireReader& reader);
62 bool nested_write_ret(const yarp::os::idl::WireWriter& writer) const;
63
64 // read/write xdim field
65 bool read_xdim(yarp::os::idl::WireReader& reader);
66 bool write_xdim(const yarp::os::idl::WireWriter& writer) const;
67 bool nested_read_xdim(yarp::os::idl::WireReader& reader);
68 bool nested_write_xdim(const yarp::os::idl::WireWriter& writer) const;
69
70 // read/write ydim field
71 bool read_ydim(yarp::os::idl::WireReader& reader);
72 bool write_ydim(const yarp::os::idl::WireWriter& writer) const;
73 bool nested_read_ydim(yarp::os::idl::WireReader& reader);
74 bool nested_write_ydim(const yarp::os::idl::WireWriter& writer) const;
75
76 // read/write x0 field
77 bool read_x0(yarp::os::idl::WireReader& reader);
78 bool write_x0(const yarp::os::idl::WireWriter& writer) const;
79 bool nested_read_x0(yarp::os::idl::WireReader& reader);
80 bool nested_write_x0(const yarp::os::idl::WireWriter& writer) const;
81
82 // read/write y0 field
83 bool read_y0(yarp::os::idl::WireReader& reader);
84 bool write_y0(const yarp::os::idl::WireWriter& writer) const;
85 bool nested_read_y0(yarp::os::idl::WireReader& reader);
86 bool nested_write_y0(const yarp::os::idl::WireWriter& writer) const;
87};
88
89#endif // YARP_THRIFT_GENERATOR_STRUCT_IFRAMEGRABBERCONTROLDC1394MSGS_RETURN_GETFORMAT7WINDOWDC1394_H
yarp::os::idl::Unwrapped< IFrameGrabberControlDC1394Msgs_return_getFormat7WindowDC1394 > unwrapped
An interface for reading from a network connection.
An interface for writing to a network connection.
A "tamed" Portable, that promises to serialize itself in an IDL-friendly way.
IDL-friendly connection reader.
Definition WireReader.h:27
IDL-friendly connection writer.
Definition WireWriter.h:28