VR-Forces 4.1.1 Class Documentation
periTimer.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2006 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 /*******************************************************************************
6 ** $RCSfile: periTimer.h,v $ $Revision: 1.7 $ $State: Exp $
7 *******************************************************************************/
8 
11 
12 
13 #ifndef DtPeriodicTimer_H_
14 #define DtPeriodicTimer_H_
15 
16 #include "vrfutil/vlClock.h"
17 #include "vrfcore/timer.h"
18 
27 
28 
29 #include "vrfcore/vrfcoreDefines.h"
31 {
32 protected:
35 
36 public:
41  DtPeriodicTimer (const DtClock *clock, const unsigned int type,
42  const DtTime period, const DtTimerCallbackFcn callback,
43  void *usr);
44 
45  virtual ~DtPeriodicTimer();
46 
47  virtual void fire();
48 
49 private:
50  const DtTime myPeriod;
51  const DtClock * myClock;
52 };
53 
54 #endif
55 
56 
57 

Document ID: Generated on Mon Apr 8 19:24:01 EDT 2013 from SVN revision 125877
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)