|
YARP
Yet Another Robot Platform
|
|
Go to the documentation of this file.
10 #ifndef YARP_OS_BINPORTABLE_H
11 #define YARP_OS_BINPORTABLE_H
54 #endif // YARP_OS_BINPORTABLE_H
This is a base class for objects that can be both read from and be written to the YARP network.
T & content()
Get the internal structure that will be read or written.
Class for writing and reading simple binary structures.
bool read(ConnectionReader &connection) override
Read this object from a network connection.
An interface for writing to a network connection.
An interface for reading from a network connection.
The main, catch-all namespace for YARP.
bool write(ConnectionWriter &connection) const override
Write this object to a network connection.