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

The configuration of a connection. More...

#include <snn_datastructures.h>

Collaboration diagram for ConnectConfig_s:
[legend]

Public Member Functions

 ConnectConfig_s ()
 

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
 
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
 

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 278 of file snn_datastructures.h.

Constructor & Destructor Documentation

◆ ConnectConfig_s()

ConnectConfig_s ( )
inline

Definition at line 281 of file snn_datastructures.h.

Member Data Documentation

◆ conn

Definition at line 295 of file snn_datastructures.h.

◆ connectionMonitorId

int connectionMonitorId

Definition at line 293 of file snn_datastructures.h.

◆ connId

short int connId

Definition at line 298 of file snn_datastructures.h.

◆ connProbability

float connProbability

Definition at line 297 of file snn_datastructures.h.

◆ connProp

uint32_t connProp

Definition at line 294 of file snn_datastructures.h.

◆ connRadius

RadiusRF connRadius

Definition at line 290 of file snn_datastructures.h.

◆ grpDest

int grpDest

Definition at line 284 of file snn_datastructures.h.

◆ grpSrc

int grpSrc

Definition at line 281 of file snn_datastructures.h.

◆ icalcType

IcalcType icalcType

Definition at line 302 of file snn_datastructures.h.

◆ initWt

float initWt

Definition at line 288 of file snn_datastructures.h.

◆ maxDelay

uint8_t maxDelay

Definition at line 285 of file snn_datastructures.h.

◆ maxWt

float maxWt

Definition at line 287 of file snn_datastructures.h.

◆ minDelay

uint8_t minDelay

Definition at line 286 of file snn_datastructures.h.

◆ minWt

float minWt

Definition at line 289 of file snn_datastructures.h.

◆ mulSynFast

float mulSynFast

Definition at line 291 of file snn_datastructures.h.

◆ mulSynSlow

float mulSynSlow

Definition at line 292 of file snn_datastructures.h.

◆ numberOfConnections

int numberOfConnections

Definition at line 299 of file snn_datastructures.h.

◆ stdpConfig

STDPConfig stdpConfig

Definition at line 300 of file snn_datastructures.h.

◆ type

conType_t type

Definition at line 296 of file snn_datastructures.h.


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