CARLsim
5.0.0
CARLsim: a GPU-accelerated SNN simulator
|
The configuration of a connection. More...
#include <snn_datastructures.h>
Public Attributes | |
ConnectionGeneratorCore * | conn |
int | connectionMonitorId |
short int | connId |
connectID of the element in the linked list More... | |
float | connProbability |
connection probability More... | |
uint32_t | connProp |
RadiusRF | connRadius |
int | grpDest |
int | grpSrc |
float | initWt |
uint8_t | maxDelay |
float | maxWt |
uint8_t | minDelay |
float | minWt |
float | mulSynFast |
factor to be applied to either gAMPA or gGABAa More... | |
float | mulSynSlow |
factor to be applied to either gNMDA or gGABAb More... | |
int | numberOfConnections |
conType_t | type |
This structure contains the configurations of connections that are created during configuration state. The configurations are later processed by compileNetwork() and translated to meta data which are ready to be linked.
Definition at line 120 of file snn_datastructures.h.
ConnectionGeneratorCore* conn |
Definition at line 133 of file snn_datastructures.h.
int connectionMonitorId |
Definition at line 131 of file snn_datastructures.h.
short int connId |
Definition at line 136 of file snn_datastructures.h.
float connProbability |
Definition at line 135 of file snn_datastructures.h.
uint32_t connProp |
Definition at line 132 of file snn_datastructures.h.
RadiusRF connRadius |
Definition at line 128 of file snn_datastructures.h.
int grpDest |
Definition at line 122 of file snn_datastructures.h.
int grpSrc |
Definition at line 121 of file snn_datastructures.h.
float initWt |
Definition at line 126 of file snn_datastructures.h.
uint8_t maxDelay |
Definition at line 123 of file snn_datastructures.h.
float maxWt |
Definition at line 125 of file snn_datastructures.h.
uint8_t minDelay |
Definition at line 124 of file snn_datastructures.h.
float minWt |
Definition at line 127 of file snn_datastructures.h.
float mulSynFast |
Definition at line 129 of file snn_datastructures.h.
float mulSynSlow |
Definition at line 130 of file snn_datastructures.h.
int numberOfConnections |
Definition at line 137 of file snn_datastructures.h.
conType_t type |
Definition at line 134 of file snn_datastructures.h.