CARLsim  5.0.0
CARLsim: a GPU-accelerated SNN simulator
snn_manager.cpp File Reference
#include <snn.h>
#include <sstream>
#include <algorithm>
#include <connection_monitor.h>
#include <connection_monitor_core.h>
#include <spike_monitor.h>
#include <spike_monitor_core.h>
#include <group_monitor.h>
#include <group_monitor_core.h>
#include <neuron_monitor.h>
#include <neuron_monitor_core.h>
#include <spike_buffer.h>
#include <error_code.h>

Go to the source code of this file.

Macros

#define COMPACTION_ALIGNMENT_POST   0
 
#define COMPACTION_ALIGNMENT_PRE   16
 

Functions

bool compareDelay (const ConnectionInfo &first, const ConnectionInfo &second)
 
bool compareSrcNeuron (const ConnectionInfo &first, const ConnectionInfo &second)
 

Macro Definition Documentation

◆ COMPACTION_ALIGNMENT_POST

#define COMPACTION_ALIGNMENT_POST   0

Definition at line 70 of file snn_manager.cpp.

◆ COMPACTION_ALIGNMENT_PRE

#define COMPACTION_ALIGNMENT_PRE   16
TODO:
what are the following for? why were they all the way at the bottom of this file?

Definition at line 69 of file snn_manager.cpp.

Function Documentation

◆ compareDelay()

bool compareDelay ( const ConnectionInfo first,
const ConnectionInfo second 
)

Definition at line 3220 of file snn_manager.cpp.

◆ compareSrcNeuron()

bool compareSrcNeuron ( const ConnectionInfo first,
const ConnectionInfo second 
)

Definition at line 3216 of file snn_manager.cpp.