Company Events Academic NI Developer Zone Support Solutions Products & Services Contact NI MyNI

NumericData Entries in the LVM File (Microprocessor SDK)

LabVIEW 8.6 Microprocessor SDK Help
June 2008

NI Part Number:
372197B-01

»View Product Info

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


Resources


 

Your Feedback! poor Poor  |  Excellent excellent   Yes No
 Document Quality? 
 Answered Your Question? 
Add Comments 1 2 3 4 5 submit