|
OpenASIP 2.2
|
#include <SimulationEventHandler.hh>


Public Types | |
| enum | { SE_NEW_INSTRUCTION = 0 , SE_CYCLE_END , SE_RUNTIME_ERROR , SE_SIMULATION_STOPPED , SE_MEMORY_ACCESS } |
| simulation specific event codes More... | |
Public Member Functions | |
| SimulationEventHandler () | |
| virtual | ~SimulationEventHandler () |
Public Member Functions inherited from Informer | |
| Informer () | |
| virtual | ~Informer () |
| void | handleEvent (int event) |
| virtual bool | registerListener (int event, Listener *listener) |
| virtual bool | unregisterListener (int event, Listener *listener) |
Public Attributes | |
| enum SimulationEventHandler:: { ... } | SimulationEvent |
| simulation specific event codes | |
The informer of the simulation specific events.
Definition at line 41 of file SimulationEventHandler.hh.
| anonymous enum |
simulation specific event codes
Definition at line 47 of file SimulationEventHandler.hh.
| SimulationEventHandler::SimulationEventHandler | ( | ) |
|
virtual |
| enum { ... } SimulationEventHandler::SimulationEvent |
simulation specific event codes