CARLsim
6.1.0
CARLsim: a GPU-accelerated SNN simulator
|
#include <snn_datastructures.h>
Public Member Functions | |
GlobalNetworkConfig_s () | |
Public Attributes | |
int | maxDelay |
maximum axonal delay in the gloabl network More... | |
int | numComp |
number of compartmental neurons More... | |
int | numN |
number of neurons in the global network More... | |
int | numN1msDelay |
number of neurons with maximum out going axonal delay = 1 ms More... | |
int | numN2msDelay |
number of neurons with maximum out going axonal delay >= 2 ms More... | |
int | numNExcPois |
number of excitatory poisson neurons in the global network More... | |
int | numNExcReg |
number of regular excitatory neurons in the global network More... | |
int | numNInhPois |
number of inhibitory poisson neurons in the global network More... | |
int | numNInhReg |
number of regular inhibitory neurons in the global network More... | |
int | numNPois |
number of poisson neurons in the global network More... | |
int | numNReg |
number of regular (spking) neurons in the global network More... | |
int | numSynNet |
number of total synaptic connections in the global network More... | |
integrationMethod_t | simIntegrationMethod |
integration method (forward-Euler or Fourth-order Runge-Kutta) More... | |
int | simNumStepsPerMs |
number of steps per 1 millisecond More... | |
float | timeStep |
inverse of simNumStepsPerMs More... | |
Definition at line 804 of file snn_datastructures.h.
|
inline |
Definition at line 805 of file snn_datastructures.h.
int maxDelay |
Definition at line 821 of file snn_datastructures.h.
int numComp |
Definition at line 816 of file snn_datastructures.h.
int numN |
Definition at line 812 of file snn_datastructures.h.
int numN1msDelay |
Definition at line 822 of file snn_datastructures.h.
int numN2msDelay |
Definition at line 823 of file snn_datastructures.h.
int numNExcPois |
Definition at line 817 of file snn_datastructures.h.
int numNExcReg |
Definition at line 813 of file snn_datastructures.h.
int numNInhPois |
Definition at line 818 of file snn_datastructures.h.
int numNInhReg |
Definition at line 814 of file snn_datastructures.h.
int numNPois |
Definition at line 819 of file snn_datastructures.h.
int numNReg |
Definition at line 815 of file snn_datastructures.h.
int numSynNet |
Definition at line 820 of file snn_datastructures.h.
integrationMethod_t simIntegrationMethod |
Definition at line 825 of file snn_datastructures.h.
int simNumStepsPerMs |
Definition at line 826 of file snn_datastructures.h.
float timeStep |
Definition at line 827 of file snn_datastructures.h.