#include "systemclocktypes.h"#include "systemclock.h"#include "simulationmember.h"#include "helper.h"#include "application.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 int | breakMessage = false |
| void OnBreak | ( | int | s | ) |
Definition at line 197 of file systemclock.cpp.
References breakMessage.
Referenced by SystemClock::Endless(), SystemClock::Run(), and SystemClock::RunTimeRange().

| volatile int breakMessage = false |
Definition at line 195 of file systemclock.cpp.
Referenced by SystemClock::Endless(), OnBreak(), SystemClock::Run(), SystemClock::RunTimeRange(), and SystemClock::stop().
1.6.3