19 #ifndef __ICUBCLIENT_SUBSYSTEM_H__ 20 #define __ICUBCLIENT_SUBSYSTEM_H__ 22 #define SUBSYSTEM "abstract" 27 #include <yarp/os/RpcClient.h> 66 virtual void Close() = 0;
yarp::os::RpcClient portRPC
std::string getType() const
Return the type of the subsystem as string.
virtual void Close()=0
Clean up resources.
Abstract class to handle sub-systems of the icub-client.
SubSystem(const std::string &masterName)
bool Connect()
Connects the subsystem to its "host".