CARLsim  5.0.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 58 of file spike_buffer.cpp.

Constructor & Destructor Documentation

◆ Impl()

Impl ( int  minDelay,
int  maxDelay 
)
inline

Definition at line 62 of file spike_buffer.cpp.

◆ ~Impl()

~Impl ( )
inline

Definition at line 69 of file spike_buffer.cpp.

Member Function Documentation

◆ back()

SpikeIterator back ( )
inline

Definition at line 101 of file spike_buffer.cpp.

◆ front()

SpikeIterator front ( int  stepOffset = 0)
inline

Definition at line 96 of file spike_buffer.cpp.

◆ length()

size_t length ( )
inline

Definition at line 106 of file spike_buffer.cpp.

◆ reset()

void reset ( int  minDelay,
int  maxDelay 
)
inline

Definition at line 75 of file spike_buffer.cpp.

◆ schedule()

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

Definition at line 111 of file spike_buffer.cpp.

◆ step()

void step ( )
inline

Definition at line 129 of file spike_buffer.cpp.


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