libacfutils
A general purpose library of utility functions designed to make it easier to develop addons for the X-Plane flight simulator.
|
An optional type for wrapping a non-NULL geo_pos2_32_t
value.
More...
#include <optional.h>
Data Fields | |
geo_pos2_32_t | value |
An optional type for wrapping a non-NULL geo_pos2_32_t
value.
NULL_GEO_POS2_32
value. A null vector value is defined to be the OPT_NONE state for this optional. Definition at line 850 of file optional.h.
geo_pos2_32_t value |
Definition at line 850 of file optional.h.