6#ifndef YARP_PORTMONITOR_RPCMONITOR_H
7#define YARP_PORTMONITOR_RPCMONITOR_H
30 std::string destination;
rpc_monitor: Documentation to be added
yarp::os::Things & updateReply(yarp::os::Things &thing) override
The updateReply makes it possible to modify a reply from a port when the portmonitor object is attach...
bool create(const yarp::os::Property &options) override
This will be called when the dll is properly loaded by the portmonitor carrier.
yarp::os::Things & update(yarp::os::Things &thing) override
After data get accpeted in the accept() callback, an instance of that is given to the update function...
A mini-server for network communication.
A class for storing options and configuration information.
Base class for generic things.