|
YARP
Yet Another Robot Platform
|
|
Go to the documentation of this file.
10 #ifndef YARP_OS_PORTABLE_H
11 #define YARP_OS_PORTABLE_H
36 virtual Type getType()
const;
49 #endif // YARP_OS_PORTABLE_H
This is a base class for objects that can be both read from and be written to the YARP network.
Interface implemented by all objects that can write themselves to the network, such as Bottle objects...
bool write(ConnectionWriter &writer) const override=0
Write this object to a network connection.
Interface implemented by all objects that can read themselves from the network, such as Bottle object...
An interface for writing to a network connection.
An interface for reading from a network connection.
The main, catch-all namespace for YARP.
bool read(ConnectionReader &reader) override=0
Read this object from a network connection.