22 #include <yarp/os/all.h> 23 #include <yarp/sig/all.h> 46 bool configure(yarp::os::ResourceFinder &
rf);
47 bool interruptModule();
49 bool respond(
const yarp::os::Bottle&
command, yarp::os::Bottle& reply);
63 void deleteObject(
const string &opcTag,
Object* o =
nullptr);
75 void addAgent(
Agent* a);
81 void addiCub(
Agent* a);
88 bool isDisplayable(
Entity* entity);
Represent any entity that can be stored within the OPC.
list< shared_ptr< Entity > > oldEntities
Represent any physical entity (including objects and agents) that can be stored within the OPC...
An OPC client using the datastructures defined within the icub-client library.