libacfutils
A general purpose library of utility functions designed to make it easier to develop addons for the X-Plane flight simulator.
|
#include <chartdb.h>
Data Fields | |
char * | username |
char * | password |
char * | cainfo |
Specifies login and security information for chart providers. This data is supplied during a call to chartdb_init() and is mandatory for the Autorouter and Navigraph providers, and optional for the Aeronav provider.
char* cainfo |
This is used by all providers to supply a list of trusted CA certificates for HTTPS server host verification. This must point to a file on disk which contains a list of CA certificates generated from the cURL source repository using the "make ca-bundle" command. This generates a file named "ca-bundle.crt", which you should ship with your addon and then provide a path to it in this field.
char* password |
char* username |