AnimatLab
2
Test
|
used for fine-grained control over the stepping behavior during a runNetwork execution More...
#include <snn.h>
Public Member Functions | |
virtual bool | stepUpdate (CpuSNN *s, int step) |
virtual void | updateMonitors (CpuSNN *s, int step) |
used for fine-grained control over the stepping behavior during a runNetwork execution
If this callback is set then the using application is notified each time the simulation is stepped and if it passes back a true then then stepping stops at that point and the runNetwork call exists.
|
inlinevirtual |
Reimplemented in AnimatCarlSim::CsNeuralModule.
Definition at line 211 of file snn.h.
Referenced by CpuSNN::runNetwork().