|
libacfutils
A general purpose library of utility functions designed to make it easier to develop addons for the X-Plane flight simulator.
|

Data Fields | |
| mutex_t | lock |
| worker_t | loader |
| bool_t | loader_stop |
| unsigned | airac |
| char * | path |
| char * | pdftoppm_path |
| char * | pdfinfo_path |
| chart_prov_id_t | prov |
| char | prov_name [32] |
| avl_tree_t | arpts |
| bool_t | normalize_non_icao |
| bool_t | flat_db |
| bool_t | disallow_caching |
| int(* | chart_sort_func )(const void *, const void *, void *) |
| chart_prov_info_login_t * | prov_login |
| void * | prov_priv |
| bool_t | init_complete |
| list_t | loader_queue |
| list_t | loader_arpt_queue |
| list_t | load_seq |
| uint64_t | load_limit |
| char * | proxy |
| chart_t | loader_cmd_purge |
| chart_t | loader_cmd_metar |
| chart_t | loader_cmd_taf |
Definition at line 100 of file chartdb_impl.h.
| unsigned airac |
Definition at line 106 of file chartdb_impl.h.
| avl_tree_t arpts |
Definition at line 112 of file chartdb_impl.h.
| int(* chart_sort_func) (const void *, const void *, void *) |
Definition at line 118 of file chartdb_impl.h.
| bool_t disallow_caching |
Definition at line 117 of file chartdb_impl.h.
| bool_t flat_db |
Definition at line 116 of file chartdb_impl.h.
| bool_t init_complete |
Definition at line 123 of file chartdb_impl.h.
| uint64_t load_limit |
Definition at line 129 of file chartdb_impl.h.
| list_t load_seq |
Definition at line 128 of file chartdb_impl.h.
| worker_t loader |
Definition at line 102 of file chartdb_impl.h.
| list_t loader_arpt_queue |
Definition at line 127 of file chartdb_impl.h.
| chart_t loader_cmd_metar |
Definition at line 135 of file chartdb_impl.h.
| chart_t loader_cmd_purge |
Definition at line 134 of file chartdb_impl.h.
| chart_t loader_cmd_taf |
Definition at line 136 of file chartdb_impl.h.
| list_t loader_queue |
Definition at line 126 of file chartdb_impl.h.
| bool_t loader_stop |
Definition at line 103 of file chartdb_impl.h.
| mutex_t lock |
Definition at line 101 of file chartdb_impl.h.
| bool_t normalize_non_icao |
Definition at line 113 of file chartdb_impl.h.
| char* path |
Definition at line 107 of file chartdb_impl.h.
| char* pdfinfo_path |
Definition at line 109 of file chartdb_impl.h.
| char* pdftoppm_path |
Definition at line 108 of file chartdb_impl.h.
| chart_prov_id_t prov |
Definition at line 110 of file chartdb_impl.h.
| chart_prov_info_login_t* prov_login |
Definition at line 121 of file chartdb_impl.h.
| char prov_name[32] |
Definition at line 111 of file chartdb_impl.h.
| void* prov_priv |
Definition at line 122 of file chartdb_impl.h.
| char* proxy |
Definition at line 132 of file chartdb_impl.h.