There was an error while loading. Please reload this page.
Every iviLink application must be registered in Application Manager. To register application in Application Manager do the next steps:
Include CAppManConnectController to communicate with Application Manager (from framework/libraries/AppMan/App/include/CAppManConnectController.hpp)
Use CAppManConnectController::instance()->applicationManager()->initApplication(supportedServices) to register app in Application Manager Process
Add application to Application Manager database: src/samples/linux/AppManDatabase.xml Example of using Applicaton Manager is in constructor of CStateUpdater class (from src/samples/linux/QTClient/CStateUpdater.cpp)
Example of iviLink application is here: src/samples/linux/QTClient