#include <electrical.hxx>
Inherited by FGElectricalBus, FGElectricalConnector, FGElectricalOutput, and FGElectricalSupplier.
Definition at line 22 of file electrical.hxx.
◆ comp_list
◆ FGElectricalComponentType
Enumerator |
---|
FG_UNKNOWN | |
FG_SUPPLIER | |
FG_BUS | |
FG_OUTPUT | |
FG_CONNECTOR | |
Definition at line 25 of file electrical.hxx.
◆ FGElectricalComponent()
FGElectricalComponent::FGElectricalComponent |
( |
| ) |
|
◆ ~FGElectricalComponent()
virtual FGElectricalComponent::~FGElectricalComponent |
( |
| ) |
|
|
virtualdefault |
◆ add_input()
◆ add_output()
◆ add_prop()
void FGElectricalComponent::add_prop |
( |
const std::string & | s | ) |
|
◆ get_available_amps()
float FGElectricalComponent::get_available_amps |
( |
| ) |
const |
|
inline |
◆ get_input()
◆ get_kind()
int FGElectricalComponent::get_kind |
( |
| ) |
const |
|
inline |
◆ get_load_amps()
float FGElectricalComponent::get_load_amps |
( |
| ) |
const |
|
inline |
◆ get_name()
const std::string & FGElectricalComponent::get_name |
( |
| ) |
|
|
inline |
◆ get_num_inputs()
int FGElectricalComponent::get_num_inputs |
( |
| ) |
const |
|
inline |
◆ get_num_outputs()
int FGElectricalComponent::get_num_outputs |
( |
| ) |
const |
|
inline |
◆ get_output()
◆ get_volts()
float FGElectricalComponent::get_volts |
( |
| ) |
const |
|
inline |
◆ publishVoltageToProps()
void FGElectricalComponent::publishVoltageToProps |
( |
| ) |
const |
◆ set_available_amps()
void FGElectricalComponent::set_available_amps |
( |
float | val | ) |
|
|
inline |
◆ set_load_amps()
void FGElectricalComponent::set_load_amps |
( |
float | val | ) |
|
|
inline |
◆ set_volts()
void FGElectricalComponent::set_volts |
( |
float | val | ) |
|
|
inline |
◆ available_amps
float FGElectricalComponent::available_amps |
|
protected |
◆ inputs
◆ kind
int FGElectricalComponent::kind |
|
protected |
◆ load_amps
float FGElectricalComponent::load_amps |
|
protected |
◆ name
std::string FGElectricalComponent::name |
|
protected |
◆ outputs
◆ props
simgear::PropertyList FGElectricalComponent::props |
|
protected |
◆ volts
float FGElectricalComponent::volts |
|
protected |
The documentation for this class was generated from the following files: