10 #ifndef GO_SCANNER_VISION_WEB_MSG_H
11 #define GO_SCANNER_VISION_WEB_MSG_H
143 #include <GoWebScanSdk/GoWebScanVisionWebMsg.x.h>
k64s encoder
Capture position (encoder ticks)
Definition: GoWebScanVisionWebMsg.h:28
k64s xOrigin
Section x-location (from GoWebScanSettings Section/X0)
Definition: GoWebScanVisionWebMsg.h:30
kType GoWebScanVisionWebMsg_PixelType(GoWebScanVisionWebMsg msg)
Gets the pixel type of a message.
k64s yOrigin
Section y-location (mils)
Definition: GoWebScanVisionWebMsg.h:29
kSize GoWebScanVisionWebMsg_Height(GoWebScanVisionWebMsg msg)
Gets the height of a message.
kStatus GoWebScanVisionWebMsg_Realloc(GoWebScanVisionWebMsg msg, kSize height, kSize width)
Resize a GoWebScanVisionWebMsg msg.
Essential GoWebScan declarations.
k64s sectionId
Section identifier (from GoWebScanSettings Section/Id)
Definition: GoWebScanVisionWebMsg.h:25
k64s yResolution
Pixel height (mils)
Definition: GoWebScanVisionWebMsg.h:31
GoWebScanVisionWebMsgAttr * GoWebScanVisionWebMsg_Attributes(GoWebScanVisionWebMsg msg)
Gets the attributes of a message.
kPointer GoWebScanVisionWebMsg_DataAt(GoWebScanVisionWebMsg msg, kSize rowIndex, kSize colIndex)
Gets a pointer to the data value at a specified row and column index.
k64s xResolution
Pixel width (mils)
Definition: GoWebScanVisionWebMsg.h:32
k64s sequenceIndex
Tile id; increases with each unique tile.
Definition: GoWebScanVisionWebMsg.h:26
kStatus GoWebScanVisionWebMsg_Construct(GoWebScanVisionWebMsg *msg, kType pixelType, kSize height, kSize width, kAlloc allocator)
Constructs a GoWebScanVisionWebMsg msg.
kSize GoWebScanVisionWebMsg_Width(GoWebScanVisionWebMsg msg)
Gets the width of a message.
kArray1 GoWebScanVisionWebMsg_Inputs(GoWebScanVisionWebMsg msg)
Gets the inputs corresponding to each row of the tile.
k64s deviceId
Id of station device sending this message.
Definition: GoWebScanVisionWebMsg.h:23
k64s groupId
Group identifier: Top (0), or Bottom (1)
Definition: GoWebScanVisionWebMsg.h:24
Represents a message containing a tile of resampled and merged demosaiced vision data for a given sec...
k64s timestamp
Capture time.
Definition: GoWebScanVisionWebMsg.h:27
kArray2 GoWebScanVisionWebMsg_Data(GoWebScanVisionWebMsg msg)
Gets the tile data array.
Represents the attributes of a vision web message.
Definition: GoWebScanVisionWebMsg.h:21
k64s * GoWebScanVisionWebMsg_InputsAt(GoWebScanVisionWebMsg msg, kSize index)
Gets the input at a specified row.