|
libsidplayfp
2.0.2
|
#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, libsidplayfp::InterruptSource6526, and libsidplayfp::InterruptSource8521.
1.8.18