Avionics
Dropship Simulator
Systems::BaseComponent Class Reference

#include <BaseComponent.h>

Inheritance diagram for Systems::BaseComponent:
[legend]
Collaboration diagram for Systems::BaseComponent:
[legend]

Public Attributes

GUID guid
 
std::string guidStr
 
System system
 
D3DXVECTOR3 location
 
float capacityPressureEtc
 propogated supply More...
 
float propogatedLoad
 propogated demand More...
 
int hpPhysical
 
int hpEnergy
 
float hpPhysicalRemaining
 
float hpEnergyRemaining
 
Fault fault = Fault::NoSignal
 

Detailed Description

Definition at line 14 of file BaseComponent.h.

Member Data Documentation

◆ capacityPressureEtc

float Systems::BaseComponent::capacityPressureEtc

propogated supply

Definition at line 24 of file BaseComponent.h.

◆ fault

Fault Systems::BaseComponent::fault = Fault::NoSignal

Definition at line 33 of file BaseComponent.h.

◆ guid

GUID Systems::BaseComponent::guid

Definition at line 17 of file BaseComponent.h.

◆ guidStr

std::string Systems::BaseComponent::guidStr

Definition at line 18 of file BaseComponent.h.

◆ hpEnergy

int Systems::BaseComponent::hpEnergy

Definition at line 29 of file BaseComponent.h.

◆ hpEnergyRemaining

float Systems::BaseComponent::hpEnergyRemaining

Definition at line 31 of file BaseComponent.h.

◆ hpPhysical

int Systems::BaseComponent::hpPhysical

Definition at line 28 of file BaseComponent.h.

◆ hpPhysicalRemaining

float Systems::BaseComponent::hpPhysicalRemaining

Definition at line 30 of file BaseComponent.h.

◆ location

D3DXVECTOR3 Systems::BaseComponent::location

Definition at line 21 of file BaseComponent.h.

◆ propogatedLoad

float Systems::BaseComponent::propogatedLoad

propogated demand

Definition at line 26 of file BaseComponent.h.

◆ system

System Systems::BaseComponent::system

Definition at line 20 of file BaseComponent.h.


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