Views
Personal tools

XPLMDataTypeID

From X-Plane SDK

Jump to: navigation, search

XPLMDataTypeID

This is an enumeration that defines the type of the data behind a data reference. This allows you to sanity check that the data type matches what you expect. But for the most part, you will know the type of data you are expecting from the online documentation.

Data types each take a bit field, so sets of data types may be formed.

xplmType_Unknown0 Data of a type the current XPLM doesn't do.
xplmType_Int1 A single 4-byte integer, native endian.
xplmType_Float2 A single 4-byte float, native endian.
xplmType_Double4 A single 8-byte double, native endian.
xplmType_FloatArray8 An array of 4-byte floats, native endian.
xplmType_IntArray16 An array of 4-byte integers, native endian.
xplmType_Data32 A variable block of data.
Navigation
TOOLBOX
LANGUAGES
Toolbox