|
YARP
Yet Another Robot Platform
|
|
Go to the documentation of this file.
9 #ifndef YARP_OS_IDL_UNWRAPPED_H
10 #define YARP_OS_IDL_UNWRAPPED_H
64 #endif // YARP_OS_IDL_UNWRAPPED_H
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.
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.
IDL-friendly connection writer.
An interface for writing to a network connection.
UnwrappedView(T &content)
IDL-friendly connection reader.
An interface for reading from a network connection.
The main, catch-all namespace for YARP.
bool read(yarp::os::ConnectionReader &reader) override
Read this object from a network connection.