51 #ifndef _CALLBACK_CORE_H_ 52 #define _CALLBACK_CORE_H_ 77 virtual int nextSpikeTime(
SNN* s,
int grpId,
int i,
int currentTime,
int lastScheduledSpikeTime,
int endOfTimeSlice);
96 virtual void connect(
SNN* s,
int srcGrpId,
int i,
int destGrpId,
int j,
float& weight,
float& maxWt,
97 float& delay,
bool& connected);
virtual int nextSpikeTime(SNN *s, int grpId, int i, int currentTime, int lastScheduledSpikeTime, int endOfTimeSlice)
controls spike generation using a callback mechanism
CARLsim User Interface This class provides a user interface to the public sections of CARLsimCore sou...
used for relaying callback to ConnectionGenerator
used for relaying callback to SpikeGenerator
SpikeGeneratorCore(CARLsim *c, SpikeGenerator *s)
Contains all of CARLsim's core functionality.