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

#include <libelec.h>

Collaboration diagram for elec_diode_info_t:
Collaboration graph
[legend]

Data Fields

const elec_comp_info_tsides [2]
 

Detailed Description

Info structure describing a diode.

Definition at line 364 of file libelec.h.

Field Documentation

◆ sides

const elec_comp_info_t* sides[2]

The two sides of a diode. Slot [0] is the input, and slot [1] the output, so current flow can only occur [0]->[1].

Definition at line 369 of file libelec.h.


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