CARLsim
6.1.0
CARLsim: a GPU-accelerated SNN simulator
|
The configuration of a connection. More...
#include <snn_datastructures.h>
Public Member Functions | |
ConnectConfig_s () | |
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 |
IcalcType | icalcType |
conduction of receptor determined by connection More... | |
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 |
STDPConfig | stdpConfig |
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 278 of file snn_datastructures.h.
|
inline |
Definition at line 281 of file snn_datastructures.h.
ConnectionGeneratorCore* conn |
Definition at line 295 of file snn_datastructures.h.
int connectionMonitorId |
Definition at line 293 of file snn_datastructures.h.
short int connId |
Definition at line 298 of file snn_datastructures.h.
float connProbability |
Definition at line 297 of file snn_datastructures.h.
uint32_t connProp |
Definition at line 294 of file snn_datastructures.h.
RadiusRF connRadius |
Definition at line 290 of file snn_datastructures.h.
int grpDest |
Definition at line 284 of file snn_datastructures.h.
int grpSrc |
Definition at line 281 of file snn_datastructures.h.
IcalcType icalcType |
Definition at line 302 of file snn_datastructures.h.
float initWt |
Definition at line 288 of file snn_datastructures.h.
uint8_t maxDelay |
Definition at line 285 of file snn_datastructures.h.
float maxWt |
Definition at line 287 of file snn_datastructures.h.
uint8_t minDelay |
Definition at line 286 of file snn_datastructures.h.
float minWt |
Definition at line 289 of file snn_datastructures.h.
float mulSynFast |
Definition at line 291 of file snn_datastructures.h.
float mulSynSlow |
Definition at line 292 of file snn_datastructures.h.
int numberOfConnections |
Definition at line 299 of file snn_datastructures.h.
STDPConfig stdpConfig |
Definition at line 300 of file snn_datastructures.h.
conType_t type |
Definition at line 296 of file snn_datastructures.h.