|
FlightGear next
|
#include <NasalSys_private.hxx>
Public Member Functions | |
| NasalTimer (naRef handler, FGNasalSys *sys) | |
| void | timerExpired () |
| ~NasalTimer () | |
Public Attributes | |
| naRef | handler |
| int | gcKey = 0 |
| FGNasalSys * | nasal = nullptr |
Definition at line 79 of file NasalSys_private.hxx.
| NasalTimer::NasalTimer | ( | naRef | handler, |
| FGNasalSys * | sys ) |
Definition at line 1795 of file NasalSys.cxx.
| NasalTimer::~NasalTimer | ( | ) |
Definition at line 1802 of file NasalSys.cxx.
| void NasalTimer::timerExpired | ( | ) |
Definition at line 1807 of file NasalSys.cxx.
| int NasalTimer::gcKey = 0 |
Definition at line 87 of file NasalSys_private.hxx.
| naRef NasalTimer::handler |
Definition at line 86 of file NasalSys_private.hxx.
| FGNasalSys* NasalTimer::nasal = nullptr |
Definition at line 88 of file NasalSys_private.hxx.