10 #ifndef GO_SCANNER_CAL_MSG_H
11 #define GO_SCANNER_CAL_MSG_H
97 #include <GoWebScanSdk/GoWebScanCalMsg.x.h>
GoWebScanCalMsgIssue * GoWebScanCalMsg_IssueAt(GoWebScanCalMsg msg, kSize index)
Gets the calibration issue at a specified index.
Represents an issue that occurred during calibration processing.
Definition: GoWebScanCalMsg.h:35
GoWebScanCalActivity activity
Calibration activity associated with issue.
Definition: GoWebScanCalMsg.h:44
Represents a type of error or warning that occurred during system calibration processing of a node...
Represents a type of sensor data.
GoWebScanCalMsgAttr * GoWebScanCalMsg_Attributes(GoWebScanCalMsg msg)
Gets the attributes of a message.
Represents a message containing issues that occurred during system calibration. Each issue is associa...
Essential GoWebScan declarations.
Represents a stage or activity in the system calibration processing pipeline.
kSize GoWebScanCalMsg_IssueCount(GoWebScanCalMsg msg)
Gets the number of calibration issues in the message.
k64s x1
Right x-coordinate for this issue (mils).
Definition: GoWebScanCalMsg.h:43
GoWebScanCalStatus result
Calibration result.
Definition: GoWebScanCalMsg.h:24
GoWebScanSystemPlane groupId
Group identifier (0-Top, 1-Bottom).
Definition: GoWebScanCalMsg.h:37
k64s yReference
Calibration y-reference for this system (mils).
Definition: GoWebScanCalMsg.h:25
k64s bankId
Camera location in sensor (0-Left, 1-Right).
Definition: GoWebScanCalMsg.h:40
Represents the top or bottom plane of the system.
GoWebScanDataSource sourceType
Data type (0-Profile, 1-Vision, 2-Tracheid).
Definition: GoWebScanCalMsg.h:41
k64s deviceId
Profile Sensor identifier (serial number).
Definition: GoWebScanCalMsg.h:39
k64s xReference
Calibration x-reference for this system (mils).
Definition: GoWebScanCalMsg.h:26
Represents the attributes of a calibration message.
Definition: GoWebScanCalMsg.h:21
Represents the status of calibration processing for the system.
kStatus GoWebScanCalMsg_Construct(GoWebScanCalMsg *msg, kSize issueCount, kAlloc allocator)
Constructs a GoWebScanCalMsg object.
k64s x0
Left x-coordinate for this issue (mils).
Definition: GoWebScanCalMsg.h:42
k64s deviceId
Id of station device sending this message.
Definition: GoWebScanCalMsg.h:23
GoWebScanCalNodeStatus status
Calibration issue type.
Definition: GoWebScanCalMsg.h:45
k64s columnId
Camera location in group (index).
Definition: GoWebScanCalMsg.h:38