VR-Forces 4.2 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrfcore
recTimer.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2006 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
/*******************************************************************************
6
** $RCSfile: recTimer.h,v $ $Revision: 1.6 $ $State: Exp $
7
*******************************************************************************/
8
11
12
13
#ifndef DtRecurringTimer_H_
14
#define DtRecurringTimer_H_
15
16
#include "
vrfutil/vlClock.h
"
17
#include "
vrfcore/timer.h
"
18
27
28
#include "
vrfcore/vrfcoreDefines.h
"
29
class
DT_DLL_vrfcore
DtRecurringTimer
:
public
DtTimer
30
{
31
protected
:
33
DtRecurringTimer
&
operator=
(
const
DtRecurringTimer
& orig);
34
35
public
:
40
DtRecurringTimer
(
const
DtClock
* clock,
const
unsigned
int
type,
41
const
DtTime recurTime,
const
DtTimerCallbackFcn
callback,
42
void
*usr);
43
44
virtual
~
DtRecurringTimer
();
45
46
virtual
void
fire
();
47
48
protected
:
49
const
DtTime
myRecurTime
;
50
const
DtClock
*
myClock
;
51
};
52
#endif
Document ID: Generated on Sun Nov 24 19:49:21 EST 2013 from SVN revision 133924
Copyright © 2005-2013 VT MÄK. All Rights Reserved (
www.mak.com
)