Avionics
Dropship Simulator
Pfd Class Reference

Primary Flight Display. More...

#include <Module.h>

Inheritance diagram for Pfd:
[legend]
Collaboration diagram for Pfd:
[legend]

Classes

struct  SLight
 

Public Member Functions

 Pfd (Bus *prmBus, Logger *prmLogger)
 
void FrameMove (float fElapsedTime) override
 
- Public Member Functions inherited from Module
 Module (Bus *prmBus)
 
virtual ~Module ()
 

Private Attributes

Loggerlogger
 
struct Pfd::SLight lights [10]
 
float timer = 0.0f
 

Additional Inherited Members

- Protected Attributes inherited from Module
Busbus
 

Detailed Description

Primary Flight Display.

Definition at line 217 of file Module.h.

Constructor & Destructor Documentation

◆ Pfd()

Pfd::Pfd ( Bus prmBus,
Logger prmLogger 
)

Definition at line 3 of file PFD.cpp.

Member Function Documentation

◆ FrameMove()

void Pfd::FrameMove ( float  fElapsedTime)
overridevirtual

Implements Module.

Definition at line 37 of file PFD.cpp.

Member Data Documentation

◆ lights

struct Pfd::SLight Pfd::lights[10]
private

◆ logger

Logger* Pfd::logger
private

Definition at line 220 of file Module.h.

◆ timer

float Pfd::timer = 0.0f
private

Definition at line 229 of file Module.h.


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