CARLsim  5.0.0
CARLsim: a GPU-accelerated SNN simulator
SpikeBuffer::SpikeNode Struct Reference

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...
 
SpikeNodenext
 pointer to the next element in the list More...
 

Detailed Description

Definition at line 90 of file spike_buffer.h.

Member Data Documentation

◆ delay

unsigned short int delay

Definition at line 93 of file spike_buffer.h.

◆ grpId

int grpId

Definition at line 92 of file spike_buffer.h.

◆ neurId

int neurId

Definition at line 91 of file spike_buffer.h.

◆ next

SpikeNode* next

Definition at line 94 of file spike_buffer.h.


The documentation for this struct was generated from the following file: