GoWebScan API
GoWebScanSdk/Messages

Description

Internal and external messages.

Types

class  GoWebScanCalMsg
 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. More...
 
struct  GoWebScanCalMsgAttr
 Represents the attributes of a calibration message. More...
 
struct  GoWebScanCalMsgIssue
 Represents an issue that occurred during calibration processing. More...
 
class  GoWebScanProfileBoardMsg
 Represents a message containing resampled and merged geometric data of a detected board for a given section. More...
 
struct  GoWebScanProfileBoardMsgAttr
 Represents the attributes of a profile board message. More...
 
class  GoWebScanProfileInputMsg
 Represents a message containing a raw profile message from a sensor. More...
 
class  GoWebScanProfileTileMsg
 Represents a message containing a tile of X and Y resampled profile Z data. This message can be used to represent data from a single node in the system, data from a plane in the system (after merging resampled data from all nodes in a plane), or data from a detected board. More...
 
class  GoWebScanProfileWebMsg
 Represents a message containing a tile of resampled and merged geometric data for a given section. More...
 
struct  GoWebScanProfileWebMsgAttr
 Represents the attributes of a profile web message. More...
 
class  GoWebScanSystemMsg
 Represents a container of GoWebScanPipeMsg tile messages of each tile type (profile, tracheid, and vision) and each system plane (top and bottom). This message is used to contain the X and Y-axis matched tile output of merging, and also of board detection (where the tiles represent a detected board). More...
 
class  GoWebScanTileListMsg
 Represents a list of tiles (of the same type and plane) that are matched by Y-position. This message type contains data after synchronization and prior to merging. More...
 
class  GoWebScanTracheidBoardMsg
 Represents a message containing spot angle, scatter ratio, and area measurements from a detected board for a given section. More...
 
struct  GoWebScanTracheidBoardMsgAttr
 Represents the attributes of a tracheid board message. More...
 
class  GoWebScanTracheidInputMsg
 Represents a message containing a raw tracheid message from a sensor. More...
 
class  GoWebScanTracheidTileMsg
 Represents a message containing a tile of X and Y resampled tracheid angle, scatter, and area data. This message can be used to represent data from a single node in the system, data from a plane in the system (after merging resampled data from all nodes in a plane), or data from a detected board. More...
 
class  GoWebScanTracheidWebMsg
 Represents a message containing a tile of resampled and merged spot angle, scatter, and area data for a given section. More...
 
struct  GoWebScanTracheidWebMsgAttr
 Represents the attributes of a tracheid web message. More...
 
class  GoWebScanVisionBoardMsg
 Represents a message containing resampled and merged geometric data of a detected board for a given section. More...
 
struct  GoWebScanVisionBoardMsgAttr
 Represents the attributes of a vision board message. More...
 
class  GoWebScanVisionInputMsg
 Represents a message containing a raw vision message from a sensor. More...
 
class  GoWebScanVisionTileMsg
 Represents a message containing a tile of X and Y resampled and demosaiced vision data. This message can be used to represent data from a single node in the system, data from a plane in the system (after merging resampled data from all nodes in a plane), or data from a detected board. More...
 
class  GoWebScanVisionWebMsg
 Represents a message containing a tile of resampled and merged demosaiced vision data for a given section. More...
 
struct  GoWebScanVisionWebMsgAttr
 Represents the attributes of a vision web message. More...