|
GoWebScan API
|
Core types and definitions.
Types | |
| struct | GoWebScanCalActivity |
| Represents a stage or activity in the system calibration processing pipeline. More... | |
| struct | GoWebScanCalNodeStatus |
| Represents a type of error or warning that occurred during system calibration processing of a node. More... | |
| struct | GoWebScanCalStatus |
| Represents the status of calibration processing for the system. More... | |
| struct | GoWebScanDataSource |
| Represents a type of sensor data. More... | |
| struct | GoWebScanDetectionStyle |
| Represents a style of triggering the start of an object when in detection mode. The start of an object is triggered by a minimum number of non-null profiles. The detection style can either be global, meaning the non-null profiles can be disconnected, or local, which imposes the condition than the non-null profiles are contiguous. More... | |
| struct | GoWebScanGenericPoint16s |
| Represents a generic 16s point. More... | |
| struct | GoWebScanInputAttr |
| Represents the attributes of an input GoWebScan message object. These values are copied from the raw sensor message stamp. Refer to GoStamp in GoSdk for more details. More... | |
| struct | GoWebScanInputId |
| Represents an ID for types of input messages. More... | |
| struct | GoWebScanInterpolation |
| Represents a style of interpolation used during profile resampling. More... | |
| struct | GoWebScanLinearFunction |
| Represents coefficients of a linear fit. The fit can be applied as follows: y(x) = c1*x + c0. More... | |
| struct | GoWebScanMode |
| Represents a scan mode. More... | |
| struct | GoWebScanMsgId |
| Represents an ID for GoWebScan message objects. More... | |
| struct | GoWebScanMsgStamp |
| Represents a message stamp containing properties of a message. More... | |
| struct | GoWebScanMsgType |
| Represents a type of GoWebScan message. More... | |
| struct | GoWebScanNodeTileId |
| Represents an ID for types of tile messages. More... | |
| struct | GoWebScanPlaneTileId |
| Represents an ID for types of plane tile messages. More... | |
| struct | GoWebScanSection |
| Represents a section of output system data. This can be defined by the user to allow for routing data to seperate client destinations. More... | |
| struct | GoWebScanStage |
| Represents a stage in the processing pipeline. More... | |
| struct | GoWebScanSyncId |
| Represents an ID for types of sync list messages. More... | |
| struct | GoWebScanSystemPlane |
| Represents the top or bottom plane of the system. More... | |
| struct | GoWebScanTracheidPoint |
| Represents a tracheid point, which is the integer tracheid data for a spot with the X position (mils) taken from the matching profile data. More... | |
| struct | GoWebScanTracheidValue |
| Represents integer values of the spot tracheid data. These values are calculated from the spot shape. More... | |
| struct | GoWebScanXOrientation |
| Represents the direction of the X orientation. In a left-to-right system (as viewed from the front), the zero reference is on the left and sensor indices (defined by the sensor "Name" property) increase left-to-right. In a right-to-left system, the zero reference is on the right and sensor indices increase right-to-left. More... | |
| struct | GoWebScanYOrientation |
| Represents the Y-orientation of the sensors: Facing Toward (1) or Facing Away (0). The sensor logo and labels are visible when sensors are facing toward. More... | |