#include <simulationmember.h>
Public Member Functions | |
virtual int | Step (bool &trueHwStep, SystemClockOffset *timeToNextStepIn_ns=0)=0 |
Return nonzero if a breakpoint was hit. |
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.
virtual int SimulationMember::Step | ( | bool & | trueHwStep, | |
SystemClockOffset * | timeToNextStepIn_ns = 0 | |||
) | [pure virtual] |
Return nonzero if a breakpoint was hit.
Implemented in AdcPin, AvrDevice, GdbServer, SpiSink, SpiSource, Keyboard, Lcd, Scope, SerialRxBasic, SerialTxBuffered, and UserInterface.
Referenced by SystemClock::Step().