BOSS 7.0.1
BESIII Offline Software System
Loading...
Searching...
No Matches
ScheduledEvent.cxx
Go to the documentation of this file.
1// $Id: ScheduledEvent.cxx,v 1.1.1.1 2005/10/17 06:11:40 maqm Exp $
2
3
4#include "facilities/ScheduledEvent.h"
5#include "facilities/Scheduler.h"
6
7#include <typeinfo>
9{
11}
12
13std::string ScheduledEvent::name()const
14{
15 const std::type_info& t = typeid(*this);
16 return t.name();
17}
static void schedule(double t, ScheduledEvent *next)
virtual std::string name() const
static Scheduler * instance()
Definition: Scheduler.cxx:9
void schedule(double deltaT, ScheduledEvent *event)
Definition: Scheduler.cxx:35
int t()
Definition: t.c:1