11#ifndef YARP_THRIFT_GENERATOR_STRUCT_YCAMERADESCRIPTOR_H
12#define YARP_THRIFT_GENERATOR_STRUCT_YCAMERADESCRIPTOR_H
bool read(yarp::os::ConnectionReader &connection) override
Read this object from a network connection.
yarp::dev::BusType busType
yCameraDescriptor(const yarp::dev::BusType busType, const std::string &deviceDescription)
yCameraDescriptor()=default
std::string deviceDescription
std::string toString() const
bool write(yarp::os::ConnectionWriter &connection) const override
Write this object to a network connection.
bool write(const yarp::os::idl::WireWriter &writer) const override
bool read(yarp::os::idl::WireReader &reader) override
yarp::os::idl::Unwrapped< yCameraDescriptor > 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.
IDL-friendly connection writer.