NumericData=structureSize
NumericData.bInput=memberOffset,memberSize
NumericData.bStatic=memberOffset,memberSize
NumericData.datasize=memberOffset,memberSize
NumericData.datatype=memberOffset,memberSize
NumericData.pData=memberOffset,memberSize
NumericData.padding1=memberOffset,memberSize
Description:
Describes the layout of the NumericData structure in the target memory. The LabVIEW debugger uses the NumericData structure information to access the front panel numeric control data structures.
Parameters:
structureSize is the size of the NumericData 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:
LVNumeric.h
Example:
NumericData=24
NumericData.bInput=48,8
NumericData.bStatic=40,8
NumericData.datasize=32,8
NumericData.datatype=0,32
NumericData.pData=64,128
NumericData.padding1=56,8