24 RFModuleFactory::RFModuleFactory() :
38 GetInstance().mPriv->delegates[name] =
module;
41 RFModule* RFModuleFactory::GetModule(
const string& name)
43 if (mPriv->delegates.find(name) != mPriv->delegates.end()) {
44 return mPriv->delegates[name]();
map< string, RFModule *(*)(void)> delegates
A base-class for standard YARP modules that supports ResourceFinder.
An interface to the operating system, including Port based communication.