10 #ifndef YARP_OS_LOCALREADER_H
11 #define YARP_OS_LOCALREADER_H
virtual bool acceptObject(T *obj, PortWriter *wrapper)=0
Send object obj; expect callback to wrapper when obj is no longer in use.
virtual ~LocalReader()=default
virtual bool forgetObject(T *obj, PortWriter *wrapper)=0
Sender is no longer interested in getting callbacks.
Interface implemented by all objects that can write themselves to the network, such as Bottle objects...
The main, catch-all namespace for YARP.