simulavr  1.1.0
systemclock.cpp File Reference
#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
 

Function Documentation

◆ OnBreak()

void OnBreak ( int  s)

Definition at line 198 of file systemclock.cpp.

References breakMessage.

Referenced by SystemClock::Endless(), SystemClock::Run(), and SystemClock::RunTimeRange().

Variable Documentation

◆ breakMessage