ClusterControlData=structureSize
ClusterControlData.bInput=memberOffset,memberSize
ClusterControlData.bStatic=memberOffset,memberSize
ClusterControlData.datatype=memberOffset,memberSize
ClusterControlData.pBigCls=memberOffset,memberSize
ClusterControlData.pDefaultVal=memberOffset,memberSize
ClusterControlData.pOldVal=memberOffset,memberSize
ClusterControlData.pSmallCls=memberOffset,memberSize
ClusterControlData.pVal=memberOffset,memberSize
Description:
Describes the layout of the ClusterControlData structure in the target memory. The LabVIEW debugger uses the ClusterControlData structure information to access the front panel cluster control data structures.
Parameters:
structureSize is the size of the ClusterControlData structure in bytes.
memberOffset is the offset of the structure member variable in bits.
memberSize is the size of the structure member variable in bits.
Location:
LVClusterControl.h
Example:
ClusterControlData=152
ClusterControlData.bInput=1192,8
ClusterControlData.bStatic=1184,8
ClusterControlData.datatype=1152,32
ClusterControlData.pBigCls=96,32
ClusterControlData.pDefaultVal=32,32
ClusterControlData.pOldVal=0,32
ClusterControlData.pSmallCls=128,1024
ClusterControlData.pVal=64,32