Public Member Functions | |
| CommonResources () | |
| Default constructor: instantiate the config file and the device interface. | |
| ~CommonResources () | |
| Do nothing. | |
| bool | isInitialized () |
| DeviceInterface * | getDeviceInterface () |
| Reference to the device interface. | |
| UtilityConfigFile * | getConfig () |
| Shared config file reference. | |
| UtilityLogger * | getLogger () |
| Shared logger. | |
| void | initialize (std::string configFileName) |
| Load the global configuration fron the config file. | |
| InstalledEntities & | getInstalledEntities (InstallableEntityId id) |
| void | installEntity (InstallableEntityId id, InstallableEntity *entity) |
| Insert entity into the list witch is referenced by the parameter id. | |
| void | uninstallEntity (InstallableEntityId id, int installationKey) |
| Delete the entity at position installationKey from the list witch is referenced by the parameter id. | |
| void | installEntity (InstalledEntities &installedEntities, InstallableEntity *arrayWrapper) |
| Insert entity into the list installedEntities. | |
| void | uninstallEntity (InstalledEntities &installedEntities, int installationKey) |
| Delete the entity at position installationKey from the list installedEntities. | |
| InstalledEntities & CommonResources::getInstalledEntities | ( | InstallableEntityId | id | ) |
| bool BehaveRT::CommonResources::isInitialized | ( | ) | [inline] |
1.5.7.1