FlightGear next
NasalTimer Struct Reference

#include <NasalSys_private.hxx>

Public Member Functions

 NasalTimer (naRef handler, FGNasalSys *sys)
 
void timerExpired ()
 
 ~NasalTimer ()
 

Public Attributes

naRef handler
 
int gcKey = 0
 
FGNasalSysnasal = nullptr
 

Detailed Description

Definition at line 79 of file NasalSys_private.hxx.

Constructor & Destructor Documentation

◆ NasalTimer()

NasalTimer::NasalTimer ( naRef handler,
FGNasalSys * sys )

Definition at line 1795 of file NasalSys.cxx.

◆ ~NasalTimer()

NasalTimer::~NasalTimer ( )

Definition at line 1802 of file NasalSys.cxx.

Member Function Documentation

◆ timerExpired()

void NasalTimer::timerExpired ( )

Definition at line 1807 of file NasalSys.cxx.

Member Data Documentation

◆ gcKey

int NasalTimer::gcKey = 0

Definition at line 87 of file NasalSys_private.hxx.

◆ handler

naRef NasalTimer::handler

Definition at line 86 of file NasalSys_private.hxx.

◆ nasal

FGNasalSys* NasalTimer::nasal = nullptr

Definition at line 88 of file NasalSys_private.hxx.


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