Go to the source code of this file.
Namespaces | |
| namespace | WURDE |
Defines | |
| #define | PACKAGE_STRING "WURDE" |
|
| |
Functions | |
| bool | registerSupplier (Capability *someObject) |
| bool | registerConsumer (Capability *someObject) |
Variables | |
| std::map< std::string, commshelperloader_ptr *, std::less< std::string > > | commsHelperFactory |
| Map for CommsHelper classes, to enable dynamic library loading of adaptors. | |
| CommsManager * | g_globalCommsManager_ptr |
| #define PACKAGE_STRING "WURDE" |
Definition at line 35 of file CommsManager.cpp.
| std::map<std::string, commshelperloader_ptr *, std::less<std::string> > commsHelperFactory |
Map for CommsHelper classes, to enable dynamic library loading of adaptors.
Definition at line 40 of file CommsManager.cpp.
Referenced by CommsManager::CommsManager().
1.5.1