7#ifndef YARP_OS_LOCALREADER_H
8#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...
An interface to the operating system, including Port based communication.