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
perf_table_t Struct Reference
Collaboration diagram for perf_table_t:
Collaboration graph
[legend]

Data Fields

double isa
 
double ias
 
double mach
 
unsigned num_wts
 
unsigned num_alts
 
double * wts
 
double * alts
 
perf_table_cell_t ** rows
 
avl_node_t ias_node
 
avl_node_t mach_node
 
list_node_t isa_node
 

Detailed Description

Definition at line 79 of file perf.c.

Field Documentation

◆ alts

double* alts

Definition at line 86 of file perf.c.

◆ ias

double ias

Definition at line 81 of file perf.c.

◆ ias_node

avl_node_t ias_node

Definition at line 89 of file perf.c.

◆ isa

double isa

Definition at line 80 of file perf.c.

◆ isa_node

list_node_t isa_node

Definition at line 91 of file perf.c.

◆ mach

double mach

Definition at line 82 of file perf.c.

◆ mach_node

avl_node_t mach_node

Definition at line 90 of file perf.c.

◆ num_alts

unsigned num_alts

Definition at line 84 of file perf.c.

◆ num_wts

unsigned num_wts

Definition at line 83 of file perf.c.

◆ rows

Definition at line 87 of file perf.c.

◆ wts

double* wts

Definition at line 85 of file perf.c.


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