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

Data Fields

odb_t * odb
 
int lat
 
int lon
 
time_t access_t
 
list_t obst
 
avl_node_t node
 

Detailed Description

Definition at line 69 of file odb.c.

Field Documentation

◆ access_t

time_t access_t

Definition at line 72 of file odb.c.

◆ lat

int lat

Definition at line 71 of file odb.c.

◆ lon

int lon

Definition at line 71 of file odb.c.

◆ node

avl_node_t node

Definition at line 74 of file odb.c.

◆ obst

list_t obst

Definition at line 73 of file odb.c.

◆ odb

odb_t* odb

Definition at line 70 of file odb.c.


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