CARLsim  6.1.0
CARLsim: a GPU-accelerated SNN simulator
SpikeBuffer::Impl Class Reference

Public Member Functions

 Impl (int minDelay, int maxDelay)
 
 ~Impl ()
 
SpikeIterator back ()
 
SpikeIterator front (int stepOffset=0)
 
size_t length ()
 
void reset (int minDelay, int maxDelay)
 
void schedule (int neurId, int grpId, unsigned short int delay)
 
void step ()
 

Detailed Description

Definition at line 59 of file spike_buffer.cpp.

Constructor & Destructor Documentation

◆ Impl()

Impl ( int  minDelay,
int  maxDelay 
)
inline

Definition at line 63 of file spike_buffer.cpp.

Here is the call graph for this function:

◆ ~Impl()

~Impl ( )
inline

Definition at line 70 of file spike_buffer.cpp.

Member Function Documentation

◆ back()

SpikeIterator back ( )
inline

Definition at line 102 of file spike_buffer.cpp.

Here is the caller graph for this function:

◆ front()

SpikeIterator front ( int  stepOffset = 0)
inline

Definition at line 97 of file spike_buffer.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ length()

size_t length ( )
inline

Definition at line 107 of file spike_buffer.cpp.

Here is the caller graph for this function:

◆ reset()

void reset ( int  minDelay,
int  maxDelay 
)
inline

Definition at line 76 of file spike_buffer.cpp.

Here is the caller graph for this function:

◆ schedule()

void schedule ( int  neurId,
int  grpId,
unsigned short int  delay 
)
inline

Definition at line 112 of file spike_buffer.cpp.

Here is the caller graph for this function:

◆ step()

void step ( )
inline

Definition at line 130 of file spike_buffer.cpp.

Here is the caller graph for this function:

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