GoWebScan API
kStatus GoWebScanConfig_Construct ( GoWebScanConfig config,
GoWebScanSettings  settings,
GoWebScanCalTarget  calTarget,
GoWebScanCal  calibration,
kArrayList  sensorInfo,
GoWebScanMode  mode,
kAlloc  allocator 
)

Constructs a GoWebScanConfig object.

Parameters
configReceives the constructed GoWebScanConfig object.
settingsUser settings for the system.
calTargetCalibration target information. Set to kNULL if not running system calibration.
calibrationSystem calibration. Set to kNULL if running system uncalibrated or if running system calibration.
sensorInfoList of GoWebScanConfigSensorInfo structs representing information from each sensor in the system.
modeSystem processing mode.
allocatorMemory allocator (or kNULL for default).
Returns
Operation status.