6#ifndef YARP_OS_IDL_UNWRAPPED_H
7#define YARP_OS_IDL_UNWRAPPED_H
A mini-server for performing network communication in the background.
An interface for reading from a network connection.
An interface for writing to a network connection.
This is a base class for objects that can be both read from and be written to the YARP network.
bool read(yarp::os::ConnectionReader &reader) override
Read this object from a network connection.
UnwrappedView(T &content)
bool write(yarp::os::ConnectionWriter &writer) const override
Write this object to a network connection.
bool write(yarp::os::ConnectionWriter &writer) const override
Write this object to a network connection.
bool read(yarp::os::ConnectionReader &reader) override
Read this object from a network connection.
IDL-friendly connection reader.
IDL-friendly connection writer.