|
GoWebScan API
|
| kStatus GoWebScanConfigSensor_Construct | ( | GoWebScanConfigSensor * | sensor, |
| GoWebScanConfigGroup | group, | ||
| GoWebScanSettingsSensor | settingsSensor, | ||
| kSize | index, | ||
| GoWebScanCal | calibration, | ||
| const GoWebScanConfigSensorInfo * | sensorInfo, | ||
| kAlloc | allocator | ||
| ) |
Constructs a GoWebScanConfigSensor object.
| sensor | Receives the constructed GoWebScanConfigSensor object. |
| group | Parent group configuration. |
| settingsSensor | User settings for the sensor. |
| index | Index of sensor in group. |
| 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. |
| allocator | Memory allocator (or kNULL for default). |