All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
Loading...
Searching...
No Matches
VuDeviceCalibrationConfig Struct Reference

Public Attributes

VuBool asyncFetchLatestCalibration
 Control the way the latest device calibration is fetched from the server during engine initialization.
 

Detailed Description

Device calibration configuration data structure.

Member Data Documentation

◆ asyncFetchLatestCalibration

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.