CARLsim
6.1.0
CARLsim: a GPU-accelerated SNN simulator
|
The configuration of a compartmental connection. More...
#include <snn_datastructures.h>
Public Attributes | |
short int | connId |
int | grpDest |
int | grpSrc |
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.
Definition at line 382 of file snn_datastructures.h.
short int connId |
Definition at line 384 of file snn_datastructures.h.
int grpDest |
Definition at line 383 of file snn_datastructures.h.
int grpSrc |
Definition at line 383 of file snn_datastructures.h.