template<class O, class S>
class video_screen::VideoScreenIoDevice< O, S >
Definition at line 62 of file video_screen_io_device.h.
◆ eject()
template<class O , class S >
Override eject to check for implemented commands.
- Parameters
-
command | The command from the Replicode (cmd ...). |
- Returns
- The given command if it is executed as-is, or a new command object of the command that is actually executed. The program controller will make a fact from the command and inject it as the efferent copy. However, if the command is not executed, then return NULL and the program controller will put an anti-fact of the command in the mk.rdx reduction.
Definition at line 103 of file video_screen_io_device.cpp.
◆ load()
template<class O , class S >
◆ on_diagnostic_time_tick()
template<class O , class S >
This is called when run_in_diagnostic_time() updates the tickTime. Just call on_time_tick(), because there is no real - time timer thread to call it.
Definition at line 88 of file video_screen_io_device.h.
The documentation for this class was generated from the following files: