su_TimerCallback Class Reference

#include <uInputQueue.h>

List of all members.

Public Member Functions

virtual REAL GetTime ()=0
 su_TimerCallback ()
virtual ~su_TimerCallback ()


Detailed Description

Definition at line 69 of file uInputQueue.h.


Constructor & Destructor Documentation

su_TimerCallback::su_TimerCallback (  ) 

Definition at line 43 of file uInputQueue.cpp.

00043                                   {
00044     timer = this;
00045 }

su_TimerCallback::~su_TimerCallback (  )  [virtual]

Definition at line 47 of file uInputQueue.cpp.

References NULL.

00047                                    {
00048     if (timer == this)
00049         timer = NULL;
00050 }


Member Function Documentation

virtual REAL su_TimerCallback::GetTime (  )  [pure virtual]

Referenced by Time().

Here is the caller graph for this function:


The documentation for this class was generated from the following files:
Generated on Sat Mar 15 23:54:46 2008 for Armagetron Advanced by  doxygen 1.5.4