libsidplayfp 2.15.0
|
#include <Event.h>
Public Member Functions | |
Event (const char *const name) | |
virtual void | event ()=0 |
const char * | name () const |
Friends | |
class | EventScheduler |
|
inline |
Events are used for delayed execution.
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.
|
inline |
Get the event name. Only for debugging purposes.