Skip to content

Creating a new application

promihu edited this page Jun 5, 2012 · 6 revisions

Every iviLink applicatin uses iviLink Services. Every service provides functinality of one or more Profile APIs

Service creation:

  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:

  3. Register application in Application Manager:

Example of iviLink application is here: src/samples/linux/QTClient

Clone this wiki locally