10 #ifndef GO_SCANNER_CAL_MSG_H
11 #define GO_SCANNER_CAL_MSG_H
35 typedef struct GoWebScanCalMsgIssue
46 } GoWebScanCalMsgIssue;
97 #include <GoWebScanSdk/GoWebScanCalMsg.x.h>
GoWebScanCalMsgIssue * GoWebScanCalMsg_IssueAt(GoWebScanCalMsg msg, kSize index)
Gets the calibration issue at a specified index.
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.
GoWebScanCalStatus result
Calibration result.
Definition: GoWebScanCalMsg.h:24
k64s yReference
Calibration y-reference for this system (mils).
Definition: GoWebScanCalMsg.h:25
Represents the top or bottom plane of the system.
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 deviceId
Id of station device sending this message.
Definition: GoWebScanCalMsg.h:23