CARLsim
6.1.0
CARLsim: a GPU-accelerated SNN simulator
|
linked list to hold the corresponding neuron Id and delivery delay for each spike More...
#include <spike_buffer.h>
Public Attributes | |
unsigned short int | delay |
scheduling delay (in number of time steps) More... | |
int | grpId |
corresponding global group Id More... | |
int | neurId |
corresponding global neuron Id More... | |
SpikeNode * | next |
pointer to the next element in the list More... | |
Definition at line 91 of file spike_buffer.h.
unsigned short int delay |
Definition at line 94 of file spike_buffer.h.
int grpId |
Definition at line 93 of file spike_buffer.h.
int neurId |
Definition at line 92 of file spike_buffer.h.
SpikeNode* next |
Definition at line 95 of file spike_buffer.h.