21RFModuleFactory::RFModuleFactory() :
40 if (mPriv->delegates.find(name) != mPriv->delegates.end()) {
41 return mPriv->delegates[name]();
std::map< std::string, RFModule *(*)(void)> delegates
A mini-server for performing network communication in the background.
A base-class for standard YARP modules that supports ResourceFinder.
static void AddModule(const std::string &name, RFModule *(*moduleCreate)(void))
static RFModuleFactory & GetInstance()
RFModule * GetModule(const std::string &name)
The components from which ports and connections are built.
An interface to the operating system, including Port based communication.