Skip to content

Creating a new service

vplachkov edited this page Jun 5, 2012 · 6 revisions

To create a new Service, do the next steps:

  1. Create C++ class for service that inherits CGenericService class (from /framework/libraries/ServicesLib/src/include/CGenericService.hpp) Exmaple is here: /framework/libraries/ServicesLib/src/include/CClimateService.hpp

  2. Add service to service manager:

Clone this wiki locally