41 #ifndef _SPIKEGEN_FROM_VECTOR_H_
42 #define _SPIKEGEN_FROM_VECTOR_H_
79 unsigned int lastScheduledSpikeTime,
unsigned int endOfTimeSlice);
82 void checkSpikeVector();
84 std::vector<int> spkTimes_;
CARLsim User Interface This class provides a user interface to the public sections of CARLsimCore sou...
unsigned int nextSpikeTime(CARLsim *sim, int grpId, int nid, unsigned int currentTime, unsigned int lastScheduledSpikeTime, unsigned int endOfTimeSlice)
schedules the next spike time
SpikeGeneratorFromVector(std::vector< int > spkTimes)
SpikeGeneratorFromVector constructor.
a SpikeGenerator that schedules spikes from a vector of spike times
~SpikeGeneratorFromVector()
PeriodicSpikeGenerator destructor.