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

Data Fields

char * cache_dir
 
char * cainfo
 
unsigned unload_delay
 
mutex_t tiles_lock
 
avl_tree_t tiles
 
mutex_t refresh_lock
 
thread_t refresh_thr
 
bool_t refresh_run
 
time_t refresh_times [NUM_ODB_REGIONS]
 
mutex_t proxy_lock
 
char * proxy
 

Detailed Description

Definition at line 77 of file odb.c.

Field Documentation

◆ cache_dir

char* cache_dir

Definition at line 78 of file odb.c.

◆ cainfo

char* cainfo

Definition at line 79 of file odb.c.

◆ proxy

char* proxy

Definition at line 92 of file odb.c.

◆ proxy_lock

mutex_t proxy_lock

Definition at line 91 of file odb.c.

◆ refresh_lock

mutex_t refresh_lock

Definition at line 85 of file odb.c.

◆ refresh_run

bool_t refresh_run

Definition at line 87 of file odb.c.

◆ refresh_thr

thread_t refresh_thr

Definition at line 86 of file odb.c.

◆ refresh_times

time_t refresh_times[NUM_ODB_REGIONS]

Definition at line 89 of file odb.c.

◆ tiles

avl_tree_t tiles

Definition at line 83 of file odb.c.

◆ tiles_lock

mutex_t tiles_lock

Definition at line 82 of file odb.c.

◆ unload_delay

unsigned unload_delay

Definition at line 80 of file odb.c.


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