10 #ifndef GO_SCANNER_TILE_LIST_MSG_H
11 #define GO_SCANNER_TILE_LIST_MSG_H
92 #include <GoWebScanSdk/GoWebScanTileListMsg.x.h>
kStatus GoWebScanTileListMsg_Add(GoWebScanTileListMsg msg, GoWebScanPipeMsg tile)
Adds a tile to the list.
Represents a list of tiles (of the same type and plane) that are matched by Y-position. This message type contains data after synchronization and prior to merging.
kSize GoWebScanTileListMsg_Size(GoWebScanTileListMsg msg)
Gets the size, in bytes, of the message data buffer.
Declares the GoWebScanPipeMsg class.
kSize GoWebScanTileListMsg_Count(GoWebScanTileListMsg msg)
Gets the count of tiles in the list.
Essential GoWebScan declarations.
GoWebScanPipeMsg GoWebScanTileListMsg_At(GoWebScanTileListMsg msg, kSize index)
Gets the tile message of a specified index of the list.
kStatus GoWebScanTileListMsg_Destroy(GoWebScanTileListMsg msg)
Destroys a GoWebScanTileListMsg object.
kStatus GoWebScanTileListMsg_Construct(GoWebScanTileListMsg *msg, GoWebScanPipeMsgPool pool, kAlloc allocator)
Constructs a GoWebScanTileListMsg object.
Represents a pool of GoWebScanPipeMsg objects. The pool allocates GoWebScanPipeMsg objects with a def...
Base class for a msg that can be processed with a GoWebScanPipeTask and submitted to the GoWebScanPip...
kStatus GoWebScanTileListMsg_Clear(GoWebScanTileListMsg msg)
Recycles all tiles contained in the list.