11 #ifndef GO_WEB_SCAN_CAL_NODE_H
12 #define GO_WEB_SCAN_CAL_NODE_H
243 #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 the array of vision blue gains, which represent correction gains to produce a balanced white ima...
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.
kStatus GoWebScanCalNode_UpdateVisionGGains(GoWebScanCalNode node, kArray2 gains)
Update the array of vision green gains, which represent correction gains to produce a balanced white ...
kArray2 GoWebScanCalNode_VisionGGains(GoWebScanCalNode node)
Gets the array of vision green gains, which represent correction gains to produce a balanced white im...
kStatus GoWebScanCalNode_UpdateVisionRGains(GoWebScanCalNode node, kArray2 gains)
Update the array of vision red gains, which represent correction gains to produce a balanced white im...
kStatus GoWebScanCalNode_SetVisionYOffsets(GoWebScanCalNode node, kArray1 offsets)
Sets the array of vision Y offsets, which represents alignment offsets in Y per column of the vision ...
kStatus GoWebScanCalNode_SetXOffset(GoWebScanCalNode node, k32s xOffset)
Sets the X offset of the node in mils.
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.
kStatus GoWebScanCalNode_SetProfileZOffsets(GoWebScanCalNode node, kArray1 offsets)
Sets the array of profile Z offsets, which represents alignment offsets in Z per spot.
kArray2 GoWebScanCalNode_VisionRGains(GoWebScanCalNode node)
Gets the array of vision red gains, which represent correction gains to produce a balanced white imag...
GoWebScanSystemPlane GoWebScanCalNode_Plane(GoWebScanCalNode node)
Gets the system plane the node is located in.
kStatus GoWebScanCalNode_SetProfileYOffsets(GoWebScanCalNode node, kArray1 offsets)
Sets the array of profile Y offsets, which represents alignment offsets in Y per spot.
Represents the top or bottom plane of the system.
kStatus GoWebScanCalNode_UpdateVisionBGains(GoWebScanCalNode node, kArray2 gains)
Update the array of vision blue gains, which represent correction gains to produce a balanced white i...
Represents a container for the system calibration. The system calibration corrects for mounting diffe...
kArray1 GoWebScanCalNode_VisionYOffsets(GoWebScanCalNode node)
Gets the array of vision Y offsets, which represents alignment offsets in Y per column of the vision ...
kArray1 GoWebScanCalNode_ProfileZOffsets(GoWebScanCalNode node)
Gets the array of profile Z offsets, which represents alignment offsets in Z per spot.
kArray1 GoWebScanCalNode_ProfileYOffsets(GoWebScanCalNode node)
Gets the array of profile Y offsets, which represents alignment offsets in Y per spot.