Avionics
Dropship Simulator
|
#include "..\Bass.h"
#include "..\Joystick.h"
#include "Watch.h"
#include "../Library/Solar.h"
#include <atltime.h>
Go to the source code of this file.
Classes | |
class | Module |
Abstract base class for modules By definition, instruments don't do any of the work (they don't modify bus values) If you have something that takes data like VSI and AGL and then triggers GPWS that would be in a module It is a computer but not on the component level, it only has access to bus values from other modules. More... | |
class | Gpws |
Forward definitions for the modules are below. More... | |
class | Tcas |
Traffic Collision Avoidance System. More... | |
class | Vmu |
Voice Messaging Unit. More... | |
class | Fcs |
Flight Control System. More... | |
struct | Fcs::Location |
class | Fadec |
Full Authority Digital Engine Control. More... | |
class | Cas |
Crew Alerting System. More... | |
class | Rtu |
Radio Tuning Unit. More... | |
class | Mcu |
Motion Control Unit. More... | |
struct | Mcu::SSnap |
class | Pfd |
Primary Flight Display. More... | |
struct | Pfd::SLight |
class | Afcs |
Automatic Flight Control System. More... | |
class | Ase |
Adaptive Scenario Engine. More... | |
struct | Ase::SVoice |
struct | Ase::SVocalware |
struct | Ase::SCommand |
struct | Ase::SStep |
class | Fms |
Flight Management System. More... | |
class | Fdr |
Flight Data Recorder. More... | |
class | Door |
CUSTOM## Door moduleMore... | |
class | Logo |
CUSTOM## Logo moduleMore... | |