There was an error while loading. Please reload this page.
Service Manager is responsible to manage Services and provide them for Service users. Every Service must be registered in Service Manager.
To create Service and register it in Service Manager do the next steps:
Create C++ class for service that inherits CGenericService class (from CGenericService.hpp and CGenericService.cpp). Exmaple is here: CClimateService.hpp, CClimateService.cpp
Create Service Mafifest with information about Service. Example: ClimateServiceClient.xml
Add service to Service Manager: