33#ifndef TTA_SIMULATOR_SETTINGS_DIALOG_HH
34#define TTA_SIMULATOR_SETTINGS_DIALOG_HH
55 wxSizer*
createContents(wxWindow* parent,
bool set_sizer,
bool call_fit);
56 void onOK(wxCommandEvent& event);
108 DECLARE_EVENT_TABLE()
virtual ~SimulatorSettingsDialog()
SimulatorFrontend & simulator_
Frontend of the simulator to configure.
bool execTrace_
Execution trace enabled/disabled.
bool historySave_
Input history log file enabled/disabled.
bool rfTrace_
Register file access tracing enabled/disabled.
ProximLineReader & lineReader_
Line reader to configure.
bool nextInstructionPrinting_
Next instruction printing enabled/disabled.
virtual bool TransferDataToWindow()
wxString historyFile_
History log file name.
bool fuConflictDetection_
FU conflict detection enabled/disabled.
@ ID_SIMULATION_TIME_STATISTICS
@ ID_UTILIZATION_DATA_SAVING
@ ID_FU_CONFLICT_DETECTION
@ ID_NEXT_INSTRUCTION_PRINTING
bool ptTrace_
Procedure transfer tracing enabled/disabled.
bool simulationTimeStatistics_
Profile data saving enabled/disabled.
wxSizer * createContents(wxWindow *parent, bool set_sizer, bool call_fit)
bool busTrace_
Bus trace enabled/disabled.
bool profileDataSaving_
Profile data saving enabled/disabled.
int historySize_
History log max size.
void onOK(wxCommandEvent &event)
bool utilizationDataSaving_
Utilization data saving enabled/disabled.