CARLsim  4.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 57 of file spike_buffer.cpp.

Constructor & Destructor Documentation

◆ Impl()

Impl ( int  minDelay,
int  maxDelay 
)
inline

Definition at line 61 of file spike_buffer.cpp.

◆ ~Impl()

~Impl ( )
inline

Definition at line 68 of file spike_buffer.cpp.

Member Function Documentation

◆ back()

SpikeIterator back ( )
inline

Definition at line 100 of file spike_buffer.cpp.

◆ front()

SpikeIterator front ( int  stepOffset = 0)
inline

Definition at line 95 of file spike_buffer.cpp.

◆ length()

size_t length ( )
inline

Definition at line 105 of file spike_buffer.cpp.

◆ reset()

void reset ( int  minDelay,
int  maxDelay 
)
inline

Definition at line 74 of file spike_buffer.cpp.

◆ schedule()

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

Definition at line 110 of file spike_buffer.cpp.

◆ step()

void step ( )
inline

Definition at line 128 of file spike_buffer.cpp.


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