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_bus_info_t Struct Reference

#include <libelec.h>

Collaboration diagram for elec_bus_info_t:
Collaboration graph
[legend]

Data Fields

bool ac
 
const elec_comp_info_t ** comps
 
size_t n_comps
 

Detailed Description

Info structure describing a bus.

Definition at line 345 of file libelec.h.

Field Documentation

◆ ac

bool ac

Is the bus AC or DC?

Definition at line 346 of file libelec.h.

◆ comps

const elec_comp_info_t** comps

Connected components

Definition at line 347 of file libelec.h.

◆ n_comps

size_t n_comps

Number of components

Definition at line 348 of file libelec.h.


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