CARLsim  5.0.0
CARLsim: a GPU-accelerated SNN simulator
ConnectConfig_s Struct Reference

The configuration of a connection. More...

#include <snn_datastructures.h>

Public Attributes

ConnectionGeneratorCoreconn
 
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
 

Detailed Description

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.

See also
CARLsimState

Definition at line 120 of file snn_datastructures.h.

Member Data Documentation

◆ conn

Definition at line 133 of file snn_datastructures.h.

◆ connectionMonitorId

int connectionMonitorId

Definition at line 131 of file snn_datastructures.h.

◆ connId

short int connId

Definition at line 136 of file snn_datastructures.h.

◆ connProbability

float connProbability

Definition at line 135 of file snn_datastructures.h.

◆ connProp

uint32_t connProp

Definition at line 132 of file snn_datastructures.h.

◆ connRadius

RadiusRF connRadius

Definition at line 128 of file snn_datastructures.h.

◆ grpDest

int grpDest

Definition at line 122 of file snn_datastructures.h.

◆ grpSrc

int grpSrc

Definition at line 121 of file snn_datastructures.h.

◆ initWt

float initWt

Definition at line 126 of file snn_datastructures.h.

◆ maxDelay

uint8_t maxDelay

Definition at line 123 of file snn_datastructures.h.

◆ maxWt

float maxWt

Definition at line 125 of file snn_datastructures.h.

◆ minDelay

uint8_t minDelay

Definition at line 124 of file snn_datastructures.h.

◆ minWt

float minWt

Definition at line 127 of file snn_datastructures.h.

◆ mulSynFast

float mulSynFast

Definition at line 129 of file snn_datastructures.h.

◆ mulSynSlow

float mulSynSlow

Definition at line 130 of file snn_datastructures.h.

◆ numberOfConnections

int numberOfConnections

Definition at line 137 of file snn_datastructures.h.

◆ type

conType_t type

Definition at line 134 of file snn_datastructures.h.


The documentation for this struct was generated from the following file: