|
GoWebScan API
|
Represents a raw sensor message used for calibration collection and processing.

Public Member Functions | |
| kStatus | GoWebScanCalInputItem_Clone (GoWebScanCalInputItem item, GoWebScanCalInputItem *clone) |
| Clones a GoWebScanCalInputItem object. More... | |
| kStatus | GoWebScanCalInputItem_Construct (GoWebScanCalInputItem *item, kAlloc allocator) |
| Constructs a GoWebScanCalInputItem object. More... | |
| kObject | GoWebScanCalInputItem_Data (GoWebScanCalInputItem item) |
| Gets data of an input item. More... | |
| GoWebScanCalInputStamp * | GoWebScanCalInputItem_GetStamp (GoWebScanCalInputItem item) |
| Gets a pointer to the stamp for an input item. More... | |
| kStatus | GoWebScanCalInputItem_SetData (GoWebScanCalInputItem item, kObject data) |
| Adds data to an input item. More... | |
| kStatus | GoWebScanCalInputItem_SetStamp (GoWebScanCalInputItem item, GoWebScanCalInputStamp *stamp) |
| Sets the stamp for an input item. More... | |