update open trunk example (#12)

This commit is contained in:
tompzf
2026-04-17 20:05:48 +02:00
committed by GitHub
parent 79c06f6efd
commit 56d0d186c1
14 changed files with 213 additions and 264 deletions

View File

@@ -20,11 +20,11 @@ class CDoorExternControl
public:
/**
* @brief Start and initialize the application control and load vehicle devices and
* basic services depending on the number of doors
* @brief Start and initialize the application control and load vehicle devices and basic services depending on the number of doors
* @param[in] uiInstance Instance number the application will connect to. 3002 is default
* @return Return true on success otherwise false
*/
bool Initialize();
bool Initialize(uint32_t uiInstance);
/**
* @brief Run loop as long as user input does not exit