Represents a container for raw sensor messages of a particular data type from a single node for calibration processing. An X section of the calibration bar corresponding to this node is contained in the messages.
|
| kStatus | GoWebScanCalInputNode_AddItem (GoWebScanCalInputNode node, GoWebScanCalInputItem *item) |
| | Adds sensor message data, contained in a GoWebScanCalInputItem object, to the node input. More...
|
| |
| k32s | GoWebScanCalInputNode_Column (GoWebScanCalInputNode node) |
| | Gets the node column index of the node input. More...
|
| |
| kStatus | GoWebScanCalInputNode_Construct (GoWebScanCalInputNode *node, GoWebScanDataSource source, GoWebScanSystemPlane plane, k32s column, kAlloc allocator) |
| | Constructs a GoWebScanCalInputNode object. More...
|
| |
| k64s | GoWebScanCalInputNode_DisableCount (GoWebScanCalInputNode node) |
| | Gets the number of times the node has been disabled due to dropped or latent frames. More...
|
| |
| k64s | GoWebScanCalInputNode_FrameDropCount (GoWebScanCalInputNode node) |
| | Gets the number of dropped frames in the node input. More...
|
| |
| GoWebScanCalInputItem | GoWebScanCalInputNode_ItemAt (GoWebScanCalInputNode node, kSize index) |
| | Gets the item message at a specific index in the node input. More...
|
| |
| kSize | GoWebScanCalInputNode_ItemCount (GoWebScanCalInputNode node) |
| | Gets the count of item messages in the node input. More...
|
| |
| GoWebScanSystemPlane | GoWebScanCalInputNode_Plane (GoWebScanCalInputNode node) |
| | Gets the system plane of the node input. More...
|
| |
| kStatus | GoWebScanCalInputNode_SetDisableCount (GoWebScanCalInputNode node, k64s disableCount) |
| | Sets the number of times the node has been disabled due to dropped or latent frames. More...
|
| |
| kStatus | GoWebScanCalInputNode_SetFrameDropCount (GoWebScanCalInputNode node, k64s dropCount) |
| | Sets the number of dropped frames in the node input. More...
|
| |