Public Attributes | |
VuBool | asyncFetchLatestCalibration |
Control the way the latest device calibration is fetched from the server during engine initialization. | |
Device calibration configuration data structure.
VuBool asyncFetchLatestCalibration |
Control the way the latest device calibration is fetched from the server during engine initialization.
VU_TRUE = fetch asynchronously without blocking the initialization call VU_FALSE = fetch synchronously while blocking the initialization call, causing it to take longer but guaranteeing latest calibration (default value) By default the mode is set to VU_FALSE.