libelec
A general purpose library of utility functions designed to make it easier to develop addons for the X-Plane flight simulator.
Data Fields
elec_sys_t Struct Reference
Collaboration diagram for elec_sys_t:
Collaboration graph
[legend]

Data Fields

bool started
 
worker_t worker
 
mutex_t worker_interlock
 
mutex_t paused_lock
 
bool paused
 
double time_factor
 
uint64_t prev_clock
 
char * conf_filename
 
uint64_t conf_crc
 
avl_tree_t info2comp
 
avl_tree_t name2comp
 
mutex_t user_cbs_lock
 
avl_tree_t user_cbs
 
list_t comps
 
elec_comp_t ** comps_array
 
list_t gens_batts
 
list_t ties
 
elec_comp_info_tcomp_infos
 
size_t num_infos
 

Detailed Description

Definition at line 62 of file libelec_types_impl.h.


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