Skip to content

Creating a new service

odolmatova edited this page Jul 3, 2012 · 6 revisions

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:

  1. Create C++ class for service that inherits CGenericService class (from CGenericService.hpp and CGenericService.cpp). Exmaple is here: CClimateService.hpp, CClimateService.cpp

  2. Create Service Mafifest with information about Service. Example: ClimateServiceClient.xml

  3. Add service to Service Manager:

Clone this wiki locally