#include <Module.h>
Definition at line 149 of file Module.h.
◆ Cas()
◆ AcknowledgeAllMessages()
void Cas::AcknowledgeAllMessages |
( |
| ) |
const |
|
private |
◆ AddMessage()
bool Cas::AddMessage |
( |
const std::wstring & |
text, |
|
|
MessageLevel |
level, |
|
|
bool |
renew = true |
|
) |
| |
|
private |
◆ FrameMove()
void Cas::FrameMove |
( |
float |
fElapsedTime | ) |
|
|
overridevirtual |
- Todo:
- we could probably make it wait 2 seconds as long as last frame didn't add/remove anything
- Todo:
- hard-coded for now, what should it really be based off of?
- Todo:
- need to add a warning for if they take off (in an air vehicle)
Implements Module.
Definition at line 10 of file CAS.cpp.
◆ IsMessageOnStack()
bool Cas::IsMessageOnStack |
( |
std::wstring |
text, |
|
|
MessageLevel |
level, |
|
|
bool |
renew |
|
) |
| const |
|
private |
◆ RemoveMessage()
bool Cas::RemoveMessage |
( |
const std::wstring & |
text, |
|
|
bool |
onlyIfAcknowledged = false |
|
) |
| const |
|
private |
◆ below400Time
float Cas::below400Time = 0.0f |
|
private |
◆ evaluating
◆ inhibit
bool Cas::inhibit = false |
|
private |
◆ logger
◆ messages
◆ secsincelast
float Cas::secsincelast = -2.0f |
|
private |
◆ sound
Sound* Cas::sound = nullptr |
|
private |
◆ temporaryMessage
WCHAR Cas::temporaryMessage[99] |
|
private |
◆ weightOffWheelsTime
float Cas::weightOffWheelsTime = 0.0f |
|
private |
◆ weightOnWheelsTime
float Cas::weightOnWheelsTime = 0.0f |
|
private |
The documentation for this class was generated from the following files: