|
BOSS 8.0.0
BESIII Offline Software System
|
#include <ScheduledEvent.h>
Public Member Functions | |
| virtual | ~ScheduledEvent () |
| virtual void | execute ()=0 |
| virtual std::string | name () const |
| virtual | ~ScheduledEvent () |
| virtual void | execute ()=0 |
| virtual std::string | name () const |
| virtual | ~ScheduledEvent () |
| virtual void | execute ()=0 |
| virtual std::string | name () const |
Protected Member Functions | |
| ScheduledEvent () | |
| ScheduledEvent () | |
| ScheduledEvent () | |
Static Protected Member Functions | |
| static void | schedule (double t, ScheduledEvent *next) |
| static void | schedule (double t, ScheduledEvent *next) |
| static void | schedule (double t, ScheduledEvent *next) |
Friends | |
| class | Scheduler |
Definition at line 10 of file Calibration/facilities/include/facilities/ScheduledEvent.h.
|
inlinevirtual |
Definition at line 13 of file Calibration/facilities/include/facilities/ScheduledEvent.h.
|
inlineprotected |
Definition at line 22 of file Calibration/facilities/include/facilities/ScheduledEvent.h.
Referenced by schedule().
|
inlinevirtual |
Definition at line 13 of file InstallArea/x86_64-el9-gcc13-dbg/include/facilities/ScheduledEvent.h.
|
inlineprotected |
Definition at line 22 of file InstallArea/x86_64-el9-gcc13-dbg/include/facilities/ScheduledEvent.h.
|
inlinevirtual |
Definition at line 13 of file InstallArea/x86_64-el9-gcc13-opt/include/facilities/ScheduledEvent.h.
|
inlineprotected |
Definition at line 22 of file InstallArea/x86_64-el9-gcc13-opt/include/facilities/ScheduledEvent.h.
|
pure virtual |
Implemented in SimpleEvent< Receiver >, SimpleEvent< Receiver >, and SimpleEvent< Receiver >.
|
pure virtual |
Implemented in SimpleEvent< Receiver >, SimpleEvent< Receiver >, and SimpleEvent< Receiver >.
|
pure virtual |
Implemented in SimpleEvent< Receiver >, SimpleEvent< Receiver >, and SimpleEvent< Receiver >.
|
virtual |
Reimplemented in SimpleEvent< Receiver >, SimpleEvent< Receiver >, and SimpleEvent< Receiver >.
Definition at line 11 of file ScheduledEvent.cxx.
Referenced by SimpleEvent< Receiver >::name().
|
virtual |
Reimplemented in SimpleEvent< Receiver >, SimpleEvent< Receiver >, and SimpleEvent< Receiver >.
|
virtual |
Reimplemented in SimpleEvent< Receiver >, SimpleEvent< Receiver >, and SimpleEvent< Receiver >.
|
staticprotected |
Definition at line 7 of file ScheduledEvent.cxx.
|
staticprotected |
|
staticprotected |
|
friend |
Definition at line 28 of file Calibration/facilities/include/facilities/ScheduledEvent.h.
Referenced by schedule(), and Scheduler.