OpenASIP
2.0
|
#include <string>
#include <wx/wx.h>
Go to the source code of this file.
Classes | |
class | SimulatorEvent |
Macros | |
#define | EVT_SIMULATOR_TERMINATED(id, fn) |
#define | EVT_SIMULATOR_START(id, fn) |
#define | EVT_SIMULATOR_STOP(id, fn) |
#define | EVT_SIMULATOR_OUTPUT(id, fn) |
#define | EVT_SIMULATOR_COMMAND(id, fn) |
#define | EVT_SIMULATOR_COMMAND_DONE(id, fn) |
#define | EVT_SIMULATOR_ERROR(id, fn) |
#define | EVT_SIMULATOR_MACHINE_LOADED(id, fn) |
#define | EVT_SIMULATOR_LOADING_PROGRAM(id, fn) |
#define | EVT_SIMULATOR_PROGRAM_LOADED(id, fn) |
#define | EVT_SIMULATOR_LOADING_MACHINE(id, fn) |
#define | EVT_SIMULATOR_MACHINE_LOADED(id, fn) |
#define | EVT_SIMULATOR_RUNTIME_ERROR(id, fn) |
#define | EVT_SIMULATOR_RUNTIME_WARNING(id, fn) |
#define | EVT_SIMULATOR_RUN(id, fn) |
#define | EVT_SIMULATOR_RESET(id, fn) |
#define EVT_SIMULATOR_COMMAND | ( | id, | |
fn | |||
) |
Definition at line 120 of file SimulatorEvent.hh.
#define EVT_SIMULATOR_COMMAND_DONE | ( | id, | |
fn | |||
) |
Definition at line 127 of file SimulatorEvent.hh.
#define EVT_SIMULATOR_ERROR | ( | id, | |
fn | |||
) |
Definition at line 134 of file SimulatorEvent.hh.
#define EVT_SIMULATOR_LOADING_MACHINE | ( | id, | |
fn | |||
) |
Definition at line 157 of file SimulatorEvent.hh.
#define EVT_SIMULATOR_LOADING_PROGRAM | ( | id, | |
fn | |||
) |
Definition at line 145 of file SimulatorEvent.hh.
#define EVT_SIMULATOR_MACHINE_LOADED | ( | id, | |
fn | |||
) |
Definition at line 163 of file SimulatorEvent.hh.
#define EVT_SIMULATOR_MACHINE_LOADED | ( | id, | |
fn | |||
) |
Definition at line 163 of file SimulatorEvent.hh.
#define EVT_SIMULATOR_OUTPUT | ( | id, | |
fn | |||
) |
Definition at line 113 of file SimulatorEvent.hh.
#define EVT_SIMULATOR_PROGRAM_LOADED | ( | id, | |
fn | |||
) |
Definition at line 151 of file SimulatorEvent.hh.
#define EVT_SIMULATOR_RESET | ( | id, | |
fn | |||
) |
Definition at line 190 of file SimulatorEvent.hh.
#define EVT_SIMULATOR_RUN | ( | id, | |
fn | |||
) |
Definition at line 183 of file SimulatorEvent.hh.
#define EVT_SIMULATOR_RUNTIME_ERROR | ( | id, | |
fn | |||
) |
Definition at line 169 of file SimulatorEvent.hh.
#define EVT_SIMULATOR_RUNTIME_WARNING | ( | id, | |
fn | |||
) |
Definition at line 176 of file SimulatorEvent.hh.
#define EVT_SIMULATOR_START | ( | id, | |
fn | |||
) |
Definition at line 100 of file SimulatorEvent.hh.
#define EVT_SIMULATOR_STOP | ( | id, | |
fn | |||
) |
Definition at line 106 of file SimulatorEvent.hh.
#define EVT_SIMULATOR_TERMINATED | ( | id, | |
fn | |||
) |
Definition at line 94 of file SimulatorEvent.hh.