_PDAArr=structureSize
_PDAArr.arr=memberOffset,memberSize
_PDAArr.datatype=memberOffset,memberSize
_PDAArr.fill=memberOffset,memberSize
_PDAArr.refcnt=memberOffset,memberSize
_PDAArr.staticArray=memberOffset,memberSize
Description:
Describes the layout of the _PDAArr structure in the target memory. The LabVIEW debugger uses the _PDAArr structure information to access the front panel array signal and control data structures.
Parameters:
structureSize is the size of the _PDAArr 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:
CCGArrSupport.h
Example:
_PDAArr=12
_PDAArr.arr=64,32
_PDAArr.datatype=0,32
_PDAArr.fill=56,8
_PDAArr.refcnt=32,16
_PDAArr.staticArray=48,8