11 #ifndef GO_WEB_SCAN_CAL_NODE_H
12 #define GO_WEB_SCAN_CAL_NODE_H
178 #include <GoWebScanSdk/GoWebScanCalNode.x.h>
kCfa GoWebScanCalNode_Cfa(GoWebScanCalNode node)
Gets the color filter array type of the node (for vision only).
kArray2 * GoWebScanCalNode_VisionBGains(GoWebScanCalNode node)
Gets a pointer to the array of vision blue gains, which represent correction gains to produce a balan...
k32s GoWebScanCalNode_BankId(GoWebScanCalNode node)
Gets the bank ID of the node.
k32s GoWebScanCalNode_XOffset(GoWebScanCalNode node)
Gets the X offset of the node in mils.
k32s GoWebScanCalNode_Column(GoWebScanCalNode node)
Gets the column the node is located in.
Essential GoWebScan declarations.
kArray2 * GoWebScanCalNode_VisionRGains(GoWebScanCalNode node)
Gets a pointer to the array of vision red gains, which represent correction gains to produce a balanc...
kStatus GoWebScanCalNode_SetXOffset(GoWebScanCalNode node, k32s xOffset)
Sets the X offset of the node in mils.
kArray2 * GoWebScanCalNode_VisionGGains(GoWebScanCalNode node)
Gets a pointer to the array of vision green gains, which represent correction gains to produce a bala...
k32s GoWebScanCalNode_DeviceId(GoWebScanCalNode node)
Gets the sensor ID of the node.
kStatus GoWebScanCalNode_SetCfa(GoWebScanCalNode node, kCfa cfa)
Sets the color filter array type of the node (for vision only).
Represents a container for node-level system calibration data. Refer to GoWebScanCal for a descriptio...
kStatus GoWebScanCalNode_Construct(GoWebScanCalNode *node, GoWebScanCal cal, kAlloc allocator)
Constructs a GoWebScanCalNode object.
GoWebScanSystemPlane GoWebScanCalNode_Plane(GoWebScanCalNode node)
Gets the system plane the node is located in.
Represents the top or bottom plane of the system.
Represents a container for the system calibration. The system calibration corrects for mounting diffe...
kArray1 * GoWebScanCalNode_ProfileZOffsets(GoWebScanCalNode node)
Gets a pointer to the array of profile Z offsets, which represents alignment offsets in Z per spot...
kArray1 * GoWebScanCalNode_VisionYOffsets(GoWebScanCalNode node)
Gets a pointer to the array of vision Y offsets, which represents alignment offsets in Y per column o...
kArray1 * GoWebScanCalNode_ProfileYOffsets(GoWebScanCalNode node)
Gets a pointer to the array of profile Y offsets, which represents alignment offsets in Y per spot...