Avionics
Dropship Simulator
Component.h File Reference
#include "Dependency.h"
Include dependency graph for Component.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Systems::Component
 
class  Systems::Relay
 
class  Systems::Switch
 Switch is a direct-set (no control voltage, command from bus from physical switch) which takes a supply and propogates it, no load. More...
 
class  Systems::TempSensor
 Temperature sensor reads data from setState (or attached component?) and puts it on currentState assuming nothing is wrong with the sensor. More...
 
class  Systems::Battery
 
class  Systems::Starter
 starter is very specific, load differential More...
 
class  Systems::N2
 N2 is very specific, load differential. More...
 
class  Systems::N1
 N1 is very specific, load differential. More...
 
class  Systems::Igniter
 Igniter is very specific, on or off set, we get the pulses. More...
 
class  Systems::Combustion
 Combustion Chamber is very specific, on or off set, we get the pulses. More...
 
class  Systems::Real
 real components simply take setState and apply it to currentState, they run their own fault states More...
 

Namespaces

 Systems
 These have to be in this order.