|
YARP
Yet Another Robot Platform
|
|
virtual bool setparam(const yarp::os::Property ¶ms)
This will be called when the portmonitor carrier parameters are set via Yarp admin port.
virtual bool getparam(yarp::os::Property ¶ms)
This will be called when the portmonitor carrier parameters are requested via Yarp admin port.
Base class for generic things.
virtual bool create(const yarp::os::Property &options)
This will be called when the dll is properly loaded by the portmonitor carrier.
virtual bool accept(yarp::os::Things &thing)
This will be called when the data reach the portmonitor object.
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 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...
A class for storing options and configuration information.
virtual void destroy()
This will be called when the portmonitor object destroyes.