Skip to content

Creating a new service

vplachkov edited this page Jun 7, 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