BOSS 8.0.0
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#include "facilities/ScheduledEvent.h"
4#include "facilities/Scheduler.h"
5
6#include <typeinfo>
9}
10
11std::string ScheduledEvent::name() const {
12 const std::type_info& t = typeid( *this );
13 return t.name();
14}
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:27
int t()
Definition t.c:1