|
simulavr
1.1.0
|
#include "systemclocktypes.h"#include "systemclock.h"#include "simulationmember.h"#include "helper.h"#include "application.h"#include "avrdevice.h"#include "avrerror.h"#include "signal.h"#include <assert.h>Go to the source code of this file.
Functions | |
| void | OnBreak (int s) |
Variables | |
| volatile bool | breakMessage = false |
| void OnBreak | ( | int | s | ) |
Definition at line 198 of file systemclock.cpp.
References breakMessage.
Referenced by SystemClock::Endless(), SystemClock::Run(), and SystemClock::RunTimeRange().
| volatile bool breakMessage = false |
Definition at line 137 of file systemclock.cpp.
Referenced by SystemClock::Endless(), OnBreak(), SystemClock::ResetClock(), SystemClock::Run(), SystemClock::RunTimeRange(), SystemClock::Step(), and SystemClock::Stop().