10 #ifndef GO_SCANNER_PROFILE_WEB_MSG_H
11 #define GO_SCANNER_PROFILE_WEB_MSG_H
133 #include <GoWebScanSdk/GoWebScanProfileWebMsg.x.h>
kSize GoWebScanProfileWebMsg_Width(GoWebScanProfileWebMsg msg)
Gets the width of a message.
k64s groupId
Group identifier: Top (0), or Bottom (1)
Definition: GoWebScanProfileWebMsg.h:24
k64s sequenceIndex
Tile id; increases with each unique tile.
Definition: GoWebScanProfileWebMsg.h:26
kArray2 GoWebScanProfileWebMsg_Data(GoWebScanProfileWebMsg msg)
Gets the tile data array.
k64s timestamp
Capture time.
Definition: GoWebScanProfileWebMsg.h:27
k64s xResolution
Pixel width (mils)
Definition: GoWebScanProfileWebMsg.h:32
k64s sectionId
Section identifier (from GoWebScanSettings Section/Id)
Definition: GoWebScanProfileWebMsg.h:25
Represents the attributes of a profile web message.
Definition: GoWebScanProfileWebMsg.h:21
Essential GoWebScan declarations.
k64s yResolution
Pixel height (mils)
Definition: GoWebScanProfileWebMsg.h:31
kStatus GoWebScanProfileWebMsg_Realloc(GoWebScanProfileWebMsg msg, kSize height, kSize width)
Resize a GoWebScanProfileWebMsg msg.
k16s * GoWebScanProfileWebMsg_DataAt(GoWebScanProfileWebMsg msg, kSize rowIndex, kSize colIndex)
Gets a pointer to the data value at a specified row and column index.
k64s deviceId
Id of station device sending this message.
Definition: GoWebScanProfileWebMsg.h:23
Represents a message containing a tile of resampled and merged geometric data for a given section...
k64s * GoWebScanProfileWebMsg_InputsAt(GoWebScanProfileWebMsg msg, kSize index)
Gets the input at a specified row.
GoWebScanProfileWebMsgAttr * GoWebScanProfileWebMsg_Attributes(GoWebScanProfileWebMsg msg)
Gets the attributes of a message.
kArray1 GoWebScanProfileWebMsg_Inputs(GoWebScanProfileWebMsg msg)
Gets the inputs corresponding to each row of the tile.
kStatus GoWebScanProfileWebMsg_Construct(GoWebScanProfileWebMsg *msg, kSize height, kSize width, kAlloc allocator)
Constructs a GoWebScanProfileWebMsg msg.
k64s yOrigin
Section y-location (mils)
Definition: GoWebScanProfileWebMsg.h:29
k64s xOrigin
Section x-location (from GoWebScanSettings Section/X0)
Definition: GoWebScanProfileWebMsg.h:30
kSize GoWebScanProfileWebMsg_Height(GoWebScanProfileWebMsg msg)
Gets the height of a message.
k64s encoder
Capture position (encoder ticks)
Definition: GoWebScanProfileWebMsg.h:28