|
GoWebScan API
|
| kStatus GoWebScanConfigNode_Construct | ( | GoWebScanConfigNode * | node, |
| kSSize | bankId, | ||
| GoWebScanConfigSensor | sensor, | ||
| GoWebScanSettingsSensor | settingsSensor, | ||
| GoWebScanCal | calibration, | ||
| const GoWebScanConfigSensorInfo * | sensorInfo, | ||
| kAlloc | allocator | ||
| ) |
Constructs a GoWebScanConfigNode object.
| node | Receives the constructed GoWebScanConfigNode object. |
| bankId | Bank ID of node (index of node with respect to sensor). |
| sensor | Configuration of parent sensor. |
| settingsSensor | User settings for the sensor. |
| 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). |