11 #ifndef GO_WEB_SCAN_CONFIG_GROUP_H
12 #define GO_WEB_SCAN_CONFIG_GROUP_H
171 #include <GoWebScanSdk/GoWebScanConfigGroup.x.h>
Represents a container for node-level parameters which are translated from user parameters set in GoW...
GoWebScanConfigSensor GoWebScanConfigGroup_SensorAt(GoWebScanConfigGroup group, kSSize index)
Gets the configuration of a sensor at a specified index in the group.
GoWebScanYOrientation GoWebScanConfigGroup_YOrientation(GoWebScanConfigGroup group)
Gets the Y-orientation of the group.
Essential GoWebScan declarations.
Represents a container for sensor-level parameters which are translated from user parameters set in G...
kSSize GoWebScanConfigGroup_SensorCount(GoWebScanConfigGroup group)
Gets the count of sensors in this group.
Represents a container for group-level parameters which are translated from user parameters set in Go...
GoWebScanSystemPlane GoWebScanConfigGroup_ZOrientation(GoWebScanConfigGroup group)
Gets the Z-orientation of the group (same as the group's plane).
Represents a container for user-configurable settings of a group within the system. Groups represent planes (top or bottom).
Declares a GoWebScanCal object.
kSSize GoWebScanConfigGroup_MaxNodeColumn(GoWebScanConfigGroup group)
Gets the maximum node column ID within this group.
kStatus GoWebScanConfigGroup_Construct(GoWebScanConfigGroup *group, GoWebScanConfig config, GoWebScanSettingsGroup settingsGroup, GoWebScanCal calibration, kArrayList sensorInfo, kAlloc allocator)
Constructs a GoWebScanConfigGroup object.
Represents the top or bottom plane of the system.
kSSize GoWebScanConfigGroup_SectionCount(GoWebScanConfigGroup group)
Gets the count of sections defined for this group.
GoWebScanConfigNode GoWebScanConfigGroup_NodeAt(GoWebScanConfigGroup group, kSSize index)
Gets the configuration of a node at a specified index in the group.
Declares a GoWebScanProcess object.
kSSize GoWebScanConfigGroup_NodeCount(GoWebScanConfigGroup group)
Gets the count of nodes in this group.
Represents a container for the system calibration. The system calibration corrects for mounting diffe...
kStatus GoWebScanConfigGroup_UpdateCalibration(GoWebScanConfigGroup group, GoWebScanCal calibration)
Update the calibration for this group.
Represents a section of output system data. This can be defined by the user to allow for routing data...
Definition: GoWebScanSdkDef.h:499
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.
GoWebScanSystemPlane GoWebScanConfigGroup_Plane(GoWebScanConfigGroup group)
Gets the plane of the group.
GoWebScanConfig GoWebScanConfigGroup_Parent(GoWebScanConfigGroup group)
Gets the configuration of the system that the group is part of.
Represents a container for system-level parameters which are translated from user parameters set in G...
GoWebScanSection * GoWebScanConfigGroup_SectionAt(GoWebScanConfigGroup group, kSSize index)
Gets the section at a specified index in the group's section list.