simulavr
1.1.0
|
#include <simulationmember.h>
Public Member Functions | |
virtual | ~SimulationMember () |
virtual int | Step (bool &trueHwStep, SystemClockOffset *timeToNextStepIn_ns=0)=0 |
Return nonzero if a breakpoint was hit. More... | |
Any class which is needs to be notified at certain time implements this. Implementor usually calls SystemClock::Add(this) and its SimulationMember::Step() will be called later. People, please avoid polling.
Definition at line 34 of file simulationmember.h.
|
inlinevirtual |
Definition at line 36 of file simulationmember.h.
References Step().
|
pure virtual |
Return nonzero if a breakpoint was hit.
Implemented in HWTimerTinyX5, AvrDevice, HWUSI, GdbServer, Lcd, SerialRxBasic, UserInterface, Keyboard, AdcPin, SerialTxBuffered, Scope, SpiSink, and SpiSource.
Referenced by SystemClock::Step(), and ~SimulationMember().