![]() |
Avionics
Dropship Simulator
|
Motion Control Unit. More...
#include <Module.h>
Classes | |
struct | SSnap |
Public Member Functions | |
Mcu (Bus *prmBus, Logger *prmLogger) | |
void | FrameMove (float fElapsedTime) override |
![]() | |
Module (Bus *prmBus) | |
virtual | ~Module () |
Private Attributes | |
int | sequencer = 0 |
float | timer = 0.0f |
int | testmode = 0 |
float * | emergencyStopGetPtr = nullptr |
SSnap | Locations [11] |
SSnap | current |
Logger * | logger |
Additional Inherited Members | |
![]() | |
Bus * | bus |
|
overridevirtual |
check for pressure, door position, fire detection...
pushing to 5 shuts it down
check for pressure, door position, fire detection...
pushing to 5 shuts it down
watch for pressure, door position, fire detection... push sequencer to 5 if any of those are met!
where platform responds to flight controls
where platform is randomized at half-range for demo mode (never been tested)
http://msis.jsc.nasa.gov/sections/section05.htm::_5.3_ACCELERATION
Added 5/3/2015, if the compressor isn't keeping up then we limit the effect
in order to do heave we need to limit pitch and roll? we want to use it to the fullest compare Locations[5] to what we ended up with? we take the lowest non-zero value for each Location and the Locations[10] spot as highest heave is 0 that should be .5
until we calibrate the low position
until we calibrate the low position
until we calibrate the low position
until we calibrate the low position
Implements Module.
Definition at line 30 of file MCU.cpp.