|
GoWebScan API
|
Represents Y-matched system data containing a calibration bar, used for calibration processing. The GoWebScanCalInput object contains a list of GoWebScanCalInputNode objects which represent containers of individual node messages. The message are raw sensor data and undergo no resampling or merging.

Public Member Functions | |
| kStatus | GoWebScanCalInput_Construct (GoWebScanCalInput *input, kSize topCount, kSize bottomCount, kAlloc allocator) |
| Constructs a GoWebScanCalInput object. More... | |
| kStatus | GoWebScanCalInput_CreateNode (GoWebScanCalInput input, GoWebScanDataSource source, GoWebScanSystemPlane plane, kSize column) |
| Constructs and adds a node input to the system input. More... | |
| GoWebScanCalInputNode | GoWebScanCalInput_GetNode (GoWebScanCalInput input, GoWebScanDataSource source, GoWebScanSystemPlane plane, kSize column) |
| Gets the node input object for a specified column, source, and plane. More... | |
| kStatus | GoWebScanCalInput_SetTileInfo (GoWebScanCalInput input, k64s startTile, k64s tileCount, k64s tileExtent) |
| Sets the properties of the input dataset. More... | |
| k64s | GoWebScanCalInput_StartY (GoWebScanCalInput input) |
| Gets the start Y position of the input set of data in mils. More... | |
| k64s | GoWebScanCalInput_YExtent (GoWebScanCalInput input) |
| Gets the extent of the input data in the Y axis in mils. More... | |