|
GoWebScan API
|
| kStatus GoWebScanConfigGroup_Construct | ( | GoWebScanConfigGroup * | group, |
| GoWebScanConfig | config, | ||
| GoWebScanSettingsGroup | settingsGroup, | ||
| GoWebScanCal | calibration, | ||
| kArrayList | sensorInfo, | ||
| kAlloc | allocator | ||
| ) |
Constructs a GoWebScanConfigGroup object.
| group | Receives the constructed GoWebScanConfigGroup object. |
| config | Parent system-level configuration. |
| settingsGroup | User settings for the 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). |