Go to the documentation of this file.
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()
bool busTrace_
Bus trace enabled/disabled.
@ ID_FU_CONFLICT_DETECTION
virtual bool TransferDataToWindow()
virtual ~SimulatorSettingsDialog()
int historySize_
History log max size.
bool historySave_
Input history log file enabled/disabled.
bool nextInstructionPrinting_
Next instruction printing enabled/disabled.
wxString historyFile_
History log file name.
@ ID_SIMULATION_TIME_STATISTICS
bool execTrace_
Execution trace enabled/disabled.
SimulatorFrontend & simulator_
Frontend of the simulator to configure.
@ ID_UTILIZATION_DATA_SAVING
@ ID_NEXT_INSTRUCTION_PRINTING
bool rfTrace_
Register file access tracing enabled/disabled.
bool profileDataSaving_
Profile data saving enabled/disabled.
SimulatorSettingsDialog(wxWindow *parent, wxWindowID id, SimulatorFrontend &simulator, ProximLineReader &lineReader)
bool fuConflictDetection_
FU conflict detection enabled/disabled.
bool simulationTimeStatistics_
Profile data saving enabled/disabled.
wxSizer * createContents(wxWindow *parent, bool set_sizer, bool call_fit)
bool utilizationDataSaving_
Utilization data saving enabled/disabled.
void onOK(wxCommandEvent &event)
ProximLineReader & lineReader_
Line reader to configure.
bool ptTrace_
Procedure transfer tracing enabled/disabled.