Represents a message containing a tile of X and Y resampled profile Z data. This message can be used to represent data from a single node in the system, data from a plane in the system (after merging resampled data from all nodes in a plane), or data from a detected board.
|
| kStatus | GoWebScanPipeMsg_Acquire (GoWebScanPipeMsg msg) |
| | Increments the msg's reference count. More...
|
| |
| GoWebScanMsgStamp * | GoWebScanPipeMsg_GetStamp (GoWebScanPipeMsg msg) |
| | Gets the stamp associated with the message. More...
|
| |
| kStatus | GoWebScanPipeMsg_Relinquish (GoWebScanPipeMsg msg) |
| | Decrements the msg's reference count. More...
|
| |
| kStatus | GoWebScanPipeMsg_SetStamp (GoWebScanPipeMsg msg, const GoWebScanMsgStamp *stamp) |
| | Sets the stamp associated with the message. More...
|
| |
| kSize | GoWebScanPipeMsg_Size (GoWebScanPipeMsg msg) |
| | Gets the size, in bytes, of the message's data buffer. More...
|
| |
| GoWebScanMsgType | GoWebScanPipeMsg_TypeId (GoWebScanPipeMsg msg) |
| | Gets the message type. More...
|
| |
| kStatus | GoWebScanProfileTileMsg_Construct (GoWebScanProfileTileMsg *msg, kSize count, kSize width, GoWebScanPipeMsgPool pool, kAlloc allocator) |
| | Constructs a GoWebScanProfileTileMsg object. More...
|
| |
| kSize | GoWebScanProfileTileMsg_Count (GoWebScanProfileTileMsg msg) |
| | Gets length of the tile in the Y-axis (pixels). More...
|
| |
| kArray2 | GoWebScanProfileTileMsg_Data (GoWebScanProfileTileMsg msg) |
| | Gets the tile data array. More...
|
| |
| k16s * | GoWebScanProfileTileMsg_DataAt (GoWebScanProfileTileMsg msg, kSize rowIndex) |
| | Gets a pointer to the start of a tile row. More...
|
| |
| kStatus | GoWebScanProfileTileMsg_Destroy (GoWebScanProfileTileMsg msg) |
| | Destroys a GoWebScanProfileTileMsg object. More...
|
| |
| kArray1 | GoWebScanProfileTileMsg_Inputs (GoWebScanProfileTileMsg msg) |
| | Gets the inputs corresponding to each row of the tile. More...
|
| |
| k64s * | GoWebScanProfileTileMsg_InputsAt (GoWebScanProfileTileMsg msg, kSize rowIndex) |
| | Gets the input at a specified row. More...
|
| |
| kStatus | GoWebScanProfileTileMsg_Resize (GoWebScanProfileTileMsg msg, kSize count, kSize width) |
| | Resizes a GoWebScanProfileTileMsg object. More...
|
| |
| kSize | GoWebScanProfileTileMsg_Size (GoWebScanProfileTileMsg msg) |
| | Gets the size, in bytes, of the message data buffer. More...
|
| |
| kSize | GoWebScanProfileTileMsg_Width (GoWebScanProfileTileMsg msg) |
| | Gets length of the tile in the X-axis (pixels). More...
|
| |