|
libsidplayfp 2.4.0
|
#include <Event.h>
Public Member Functions | |
| Event (const char *const name) | |
| virtual void | event ()=0 |
Friends | |
| class | EventScheduler |
|
inline |
Events are used for delayed execution. Name is not used by code, but is useful for debugging.
| name | Descriptive string of the event. |
|
pure virtual |
Event code to be executed. Events are allowed to safely reschedule themselves with the EventScheduler during invocations.
Implemented in libsidplayfp::MOS656X.