openMSX
|
Public Member Functions | |
AfterRealTimeCmd (RTScheduler &rtScheduler, AfterCommand &afterCommand, TclObject command, double time) | |
string | getType () const override |
![]() | |
virtual | ~AfterCmd ()=default |
string_view | getCommand () const |
const string & | getId () const |
void | execute () |
Additional Inherited Members | |
![]() | |
AfterCmd (AfterCommand &afterCommand, TclObject command) | |
unique_ptr< AfterCmd > | removeSelf () |
![]() | |
AfterCommand & | afterCommand |
TclObject | command |
string | id |
![]() | |
static unsigned | lastAfterId = 0 |
Definition at line 107 of file AfterCommand.cc.
openmsx::AfterRealTimeCmd::AfterRealTimeCmd | ( | RTScheduler & | rtScheduler, |
AfterCommand & | afterCommand, | ||
TclObject | command, | ||
double | time | ||
) |
Definition at line 600 of file AfterCommand.cc.
References openmsx::RTSchedulable::scheduleRT().
|
overridevirtual |
Implements openmsx::AfterCmd.
Definition at line 609 of file AfterCommand.cc.