BOSS
7.0.4
BESIII Offline Software System
Toggle main menu visibility
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
z
Functions
a
b
c
d
e
f
g
i
l
m
n
o
p
r
s
t
u
v
w
z
Variables
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
v
w
x
z
Typedefs
b
c
d
e
g
h
i
l
m
n
o
p
r
s
t
v
Enumerations
_
e
f
g
h
i
l
m
o
p
r
s
t
Enumerator
a
b
c
d
e
f
i
k
l
m
n
o
p
r
s
t
u
w
x
z
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
m
n
p
r
s
t
v
w
Enumerations
b
c
d
e
f
g
h
i
k
l
m
n
p
r
s
t
v
Enumerator
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
z
Related Functions
:
a
b
c
d
e
f
g
i
k
l
m
n
o
p
r
s
t
w
x
Files
File List
File Members
All
!
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
!
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
Variables
!
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
p
q
r
s
t
u
v
w
z
Enumerations
d
e
g
h
p
r
s
t
Enumerator
a
b
c
d
e
f
g
h
i
k
m
n
o
p
r
s
t
u
w
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
Loading...
Searching...
No Matches
Calibration/facilities/facilities-00-00-04/facilities/ScheduledEvent.h
Go to the documentation of this file.
1
// $Id: ScheduledEvent.h,v 1.1.1.1 2005/10/17 06:11:40 maqm Exp $
2
3
#ifndef SCHEDULEDEVENT_H
4
#define SCHEDULEDEVENT_H
5
6
#include <string>
7
8
class
Scheduler
;
9
10
class
ScheduledEvent
11
{
12
// abstract base class for an event that is scheduled by the ScheduledEvent class
13
public
:
14
virtual
~ScheduledEvent
(){}
15
16
virtual
void
execute
()=0;
17
// perform the task (must be implemented)
18
19
virtual
std::string
name
()
const
;
20
// describe the event. Default is the class name from class info
21
22
protected
:
23
ScheduledEvent
(){};
24
25
static
void
schedule
(
double
t
,
ScheduledEvent
* next);
26
// subclass can easily schedule a new event
27
28
private
:
29
friend
class
Scheduler
;
30
31
};
32
#endif
ScheduledEvent
Definition:
Calibration/facilities/facilities-00-00-04/facilities/ScheduledEvent.h:11
ScheduledEvent::schedule
static void schedule(double t, ScheduledEvent *next)
Definition:
ScheduledEvent.cxx:8
ScheduledEvent::name
virtual std::string name() const
Definition:
ScheduledEvent.cxx:13
ScheduledEvent::execute
virtual void execute()=0
ScheduledEvent::~ScheduledEvent
virtual ~ScheduledEvent()
Definition:
Calibration/facilities/facilities-00-00-04/facilities/ScheduledEvent.h:14
ScheduledEvent::ScheduledEvent
ScheduledEvent()
Definition:
Calibration/facilities/facilities-00-00-04/facilities/ScheduledEvent.h:23
Scheduler
Definition:
Calibration/facilities/facilities-00-00-04/facilities/Scheduler.h:34
t
int t()
Definition:
t.c:1
source
Calibration
facilities
facilities-00-00-04
facilities
ScheduledEvent.h
Generated by
1.9.6