CARLsim
5.0.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 594 of file snn_datastructures.h.
|
inline |
Definition at line 595 of file snn_datastructures.h.
int maxDelay |
Definition at line 611 of file snn_datastructures.h.
int numComp |
Definition at line 606 of file snn_datastructures.h.
int numN |
Definition at line 602 of file snn_datastructures.h.
int numN1msDelay |
Definition at line 612 of file snn_datastructures.h.
int numN2msDelay |
Definition at line 613 of file snn_datastructures.h.
int numNExcPois |
Definition at line 607 of file snn_datastructures.h.
int numNExcReg |
Definition at line 603 of file snn_datastructures.h.
int numNInhPois |
Definition at line 608 of file snn_datastructures.h.
int numNInhReg |
Definition at line 604 of file snn_datastructures.h.
int numNPois |
Definition at line 609 of file snn_datastructures.h.
int numNReg |
Definition at line 605 of file snn_datastructures.h.
int numSynNet |
Definition at line 610 of file snn_datastructures.h.
integrationMethod_t simIntegrationMethod |
Definition at line 615 of file snn_datastructures.h.
int simNumStepsPerMs |
Definition at line 616 of file snn_datastructures.h.
float timeStep |
Definition at line 617 of file snn_datastructures.h.