10 #ifndef YARP_OS_PORTREADER_H
11 #define YARP_OS_PORTREADER_H
18 class ConnectionReader;
45 virtual Type getReadType()
const;
An interface for reading from a network connection.
Interface implemented by all objects that can read themselves from the network, such as Bottle object...
virtual bool read(ConnectionReader &reader)=0
Read this object from a network connection.
virtual ~PortReader()
Destructor.
The main, catch-all namespace for YARP.