|
libacfutils
A general purpose library of utility functions designed to make it easier to develop addons for the X-Plane flight simulator.
|
Data Fields | ||
| dsf_data_type_t | data_type | |
| uint32_t | data_count | |
| unsigned | plane_count | |
| union { | ||
| void ** data | ||
| int16_t ** data_sint16 | ||
| uint16_t ** data_uint16 | ||
| int32_t ** data_sint32 | ||
| uint32_t ** data_uint32 | ||
| int64_t ** data_sint64 | ||
| uint64_t ** data_uint64 | ||
| float ** data_fp32 | ||
| double ** data_fp64 | ||
| }; | ||