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_uint16_t Struct Reference

An optional type for wrapping a uint16_t value. More...

#include <optional.h>

Data Fields

optional_state_t state
 
uint16_t value
 

Detailed Description

An optional type for wrapping a uint16_t value.

Definition at line 733 of file optional.h.

Field Documentation

◆ state

Definition at line 733 of file optional.h.

◆ value

uint16_t value

Definition at line 733 of file optional.h.


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