AnimatLab  2
Test
StepFeedback Class Reference

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)
 

Detailed Description

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.

Definition at line 206 of file snn.h.

Member Function Documentation

virtual bool StepFeedback::stepUpdate ( CpuSNN s,
int  step 
)
inlinevirtual
Attention
The virtual method should never be called directly

Reimplemented in AnimatCarlSim::CsNeuralModule.

Definition at line 211 of file snn.h.

Referenced by CpuSNN::runNetwork().

+ Here is the caller graph for this function:


The documentation for this class was generated from the following file: