|
GoWebScan API
|
Represents a message containing issues that occurred during system calibration. Each issue is associated with a node in the system, a data source (profile, tracheid, or vision), and a stage of the calibration processing.

Public Member Functions | |
| GoWebScanCalMsgAttr * | GoWebScanCalMsg_Attributes (GoWebScanCalMsg msg) |
| Gets the attributes of a message. More... | |
| kStatus | GoWebScanCalMsg_Construct (GoWebScanCalMsg *msg, kSize issueCount, kAlloc allocator) |
| Constructs a GoWebScanCalMsg object. More... | |
| GoWebScanCalMsgIssue * | GoWebScanCalMsg_IssueAt (GoWebScanCalMsg msg, kSize index) |
| Gets the calibration issue at a specified index. More... | |
| kSize | GoWebScanCalMsg_IssueCount (GoWebScanCalMsg msg) |
| Gets the number of calibration issues in the message. More... | |