virtual void trig()
This will be called when one of the peer connections to the same import port receives data.
virtual yarp::os::Things & updateReply(yarp::os::Things &thing)
The updateReply makes it possible to modify a reply from a port when the portmonitor object is attach...
virtual bool setparam(const yarp::os::Property ¶ms)
This will be called when the portmonitor carrier parameters are set via Yarp admin port.
virtual yarp::os::Things & update(yarp::os::Things &thing)
After data get accpeted in the accept() callback, an instance of that is given to the update function...
virtual bool getparam(yarp::os::Property ¶ms)
This will be called when the portmonitor carrier parameters are requested via Yarp admin port.
virtual void destroy()
This will be called when the portmonitor object destroyes.
virtual bool accept(yarp::os::Things &thing)
This will be called when the data reach the portmonitor object.
virtual bool create(const yarp::os::Property &options)
This will be called when the dll is properly loaded by the portmonitor carrier.
A class for storing options and configuration information.
Base class for generic things.