GoWebScan API
GoWebScanCalInputTile Class Reference

Description

Represents a container for raw sensor messages from a single node used during calibration data collection.

Inheritance diagram for GoWebScanCalInputTile:
Inheritance graph

Public Member Functions

kStatus GoWebScanCalInputTile_AddItem (GoWebScanCalInputTile tile, GoWebScanCalInputItem *item)
 Adds sensor data (contained in a GoWebScanCalInputItem object) to the tile. More...
 
kStatus GoWebScanCalInputTile_Construct (GoWebScanCalInputTile *tile, k64s position, k64s time, kAlloc allocator)
 Constructs a GoWebScanCalInputTile object. More...
 
GoWebScanCalInputItem GoWebScanCalInputTile_ItemAt (GoWebScanCalInputTile tile, kSize index)
 Gets the message item at a specific index in the tile. More...
 
kSize GoWebScanCalInputTile_ItemCount (GoWebScanCalInputTile tile)
 Gets the number of message items in the tile. More...
 
k64s GoWebScanCalInputTile_Position (GoWebScanCalInputTile tile)
 Gets the Y-axis index of the tile. More...
 
kStatus GoWebScanCalInputTile_RemoveItem (GoWebScanCalInputTile tile, GoWebScanCalInputItem *item)
 Removes sensor data (contained in a GoWebScanCalInputItem object) from the tile. More...
 
k64s GoWebScanCalInputTile_Time (GoWebScanCalInputTile tile)
 Gets the timestamp of the tile in microseconds. More...
 

The documentation for this class was generated from the following file: