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

#include <libelec.h>

Data Fields

double max_amps
 
double rate
 
bool fuse
 
bool triphase
 

Detailed Description

Info structure describing a circuit breaker.

Definition at line 354 of file libelec.h.

Field Documentation

◆ fuse

bool fuse

Is this breaker a fuse?

Definition at line 357 of file libelec.h.

◆ max_amps

double max_amps

Max current rating

Definition at line 355 of file libelec.h.

◆ rate

double rate

Heating rate

Definition at line 356 of file libelec.h.

◆ triphase

bool triphase

Is a 3-phase breaker?

Definition at line 358 of file libelec.h.


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