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

The configuration of a compartmental connection. More...

#include <snn_datastructures.h>

Public Attributes

short int connId
 
int grpDest
 
int grpSrc
 

Detailed Description

This structure contains the configurations of compartmental 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 180 of file snn_datastructures.h.

Member Data Documentation

◆ connId

short int connId

Definition at line 182 of file snn_datastructures.h.

◆ grpDest

int grpDest

Definition at line 181 of file snn_datastructures.h.

◆ grpSrc

int grpSrc

Definition at line 181 of file snn_datastructures.h.


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