Jump to content

Type descriptor

From LabVIEW Wiki
Revision as of 15:48, 6 October 2007 by Jim kring (talk | contribs) (New page: From the LabVIEW Help: LabVIEW associates each wire and terminal on the block diagram with a data type. LabVIEW keeps track of this type with a structure in memory called a type descripto...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

From the LabVIEW Help:

LabVIEW associates each wire and terminal on the block diagram with a data type. LabVIEW keeps track of this type with a structure in memory called a type descriptor. This type descriptor is a sequence of 32-bit integers that can describe any data type in LabVIEW. Numeric values are written in hexadecimal format, unless otherwise noted.

External links