InitDevices
Function Usage
Initializes all devices.
Prototype
1 | APP_ERROR DeviceManager::InitDevices(std::string configFilePath = ""); |
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
configFilePath |
Input |
Configuration file path. |
Response Parameters
Data Structure |
Description |
|---|---|
APP_ERROR |
For details about the returned error codes, see APP_ERROR Description. |
Parent topic: DeviceManager