libacfutils
A general purpose library of utility functions designed to make it easier to develop addons for the X-Plane flight simulator.
Loading...
Searching...
No Matches
Data Fields
opt_geo_pos3_32_t Struct Reference

An optional type for wrapping a non-NULL geo_pos3_32_t value. More...

#include <optional.h>

Collaboration diagram for opt_geo_pos3_32_t:
Collaboration graph
[legend]

Data Fields

geo_pos3_32_t value
 

Detailed Description

An optional type for wrapping a non-NULL geo_pos3_32_t value.

Note
This optional may NOT be used to wrap a NULL_GEO_POS3_32 value. A null vector value is defined to be the OPT_NONE state for this optional.

Definition at line 858 of file optional.h.

Field Documentation

◆ value

Definition at line 858 of file optional.h.


The documentation for this struct was generated from the following file: