|
AnimatLab
2
Test
|
used for fine-grained control over the stepping behavior during a runNetwork execution More...
#include <snn.h>
Inheritance diagram for StepFeedback:
Collaboration diagram for StepFeedback: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().
Here is the caller graph for this function: