|
CARLsim
4.1.0
CARLsim: a GPU-accelerated SNN simulator
|
used for relaying callback to ConnectionGenerator More...
#include <callback_core.h>
Public Member Functions | |
| ConnectionGeneratorCore (CARLsim *c, ConnectionGenerator *cg) | |
| virtual void | connect (SNN *s, int srcGrpId, int i, int destGrpId, int j, float &weight, float &maxWt, float &delay, bool &connected) |
| specifies which synaptic connections (per group, per neuron, per synapse) should be made More... | |
The class is used to store user-defined callback function and to be registered in core (i.e., snn_cpu.cpp) Once the core invokes the callback method of the class, the class relays all parameter and invokes user-defined callback function.
Definition at line 89 of file callback_core.h.
| ConnectionGeneratorCore | ( | CARLsim * | c, |
| ConnectionGenerator * | cg | ||
| ) |
Definition at line 68 of file callback_core.cpp.
|
virtual |
Definition at line 73 of file callback_core.cpp.