libacfutils
A general purpose library of utility functions designed to make it easier to develop addons for the X-Plane flight simulator.
|
Data Fields | |
const char * | url |
chartdb_t * | cdb |
uint8_t * | buf |
size_t | bufcap |
size_t | bufsz |
Definition at line 39 of file chart_prov_common.h.
uint8_t* buf |
Definition at line 42 of file chart_prov_common.h.
size_t bufcap |
Definition at line 43 of file chart_prov_common.h.
size_t bufsz |
Definition at line 44 of file chart_prov_common.h.
chartdb_t* cdb |
Definition at line 41 of file chart_prov_common.h.
const char* url |
Definition at line 40 of file chart_prov_common.h.