mirror of
https://github.com/eclipse-openvehicle-api/openvehicle-api.git
synced 2026-07-02 05:35:11 +00:00
update open trunk example (#12)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user