A interactive spike generator that generate spikes upon users' request.
More...
#include <interactive_spikegen.h>
Definition at line 60 of file interactive_spikegen.h.
◆ InteractiveSpikeGenerator()
◆ ~InteractiveSpikeGenerator()
◆ nextSpikeTime()
int nextSpikeTime |
( |
CARLsim * |
s, |
|
|
int |
grpId, |
|
|
int |
i, |
|
|
int |
currentTime, |
|
|
int |
lastScheduledSpikeTime, |
|
|
int |
endOfTimeSlice |
|
) |
| |
|
virtual |
- Attention
- The virtual method should never be called directly
- Parameters
-
s | pointer to the simulator object |
grpId | the group id |
i | the neuron index in the group |
currentTime | the current simluation time |
lastScheduledSpikeTime | the last spike time which was scheduled |
endOfTimeSlice | the end of the current scheduling time slice. Spike times after this will not be scheduled. |
Implements SpikeGenerator.
Definition at line 63 of file interactive_spikegen.cpp.
◆ setQuota()
void setQuota |
( |
int |
nid_, |
|
|
int |
quota_ |
|
) |
| |
◆ setQuotaAll()
void setQuotaAll |
( |
int |
quota_ | ) |
|
The documentation for this class was generated from the following files: