VR-Forces 4.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrfcore
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
"
30
class
DT_DLL_vrfcore
DtPeriodicTimer
:
public
DtTimer
31
{
32
protected
:
34
DtPeriodicTimer
&
operator=
(
const
DtPeriodicTimer
& orig);
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 Tue Jan 29 18:21:16 EST 2013 from SVN revision 123193
Copyright © 2005-2013 VT MÄK Inc. All Rights Reserved (
www.mak.com
)