|
GoWebScan API
|
| kStatus GoWebScanConfig_Construct | ( | GoWebScanConfig * | config, |
| GoWebScanSettings | settings, | ||
| GoWebScanCalTarget | calTarget, | ||
| GoWebScanCal | calibration, | ||
| kArrayList | sensorInfo, | ||
| GoWebScanMode | mode, | ||
| kAlloc | allocator | ||
| ) |
Constructs a GoWebScanConfig object.
| config | Receives the constructed GoWebScanConfig object. |
| settings | User settings for the system. |
| calTarget | Calibration target information. Set to kNULL if not running system calibration. |
| calibration | System calibration. Set to kNULL if running system uncalibrated or if running system calibration. |
| sensorInfo | List of GoWebScanConfigSensorInfo structs representing information from each sensor in the system. |
| mode | System processing mode. |
| allocator | Memory allocator (or kNULL for default). |