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

The configuration of a group. More...

#include <snn_datastructures.h>

Collaboration diagram for GroupConfig_s:
[legend]

Public Member Functions

 GroupConfig_s ()
 

Public Attributes

ACNE12Config acneConfig
 ACNE config at group level. More...
 
int AxonPlast_TAU
 
float compCouplingDown
 
float compCouplingUp
 
ConductanceConfig conductanceConfig
 conductance config at group level More...
 
Grid3D grid
 
std::string grpName
 
HomeostasisConfig homeoConfig
 
IcalcType icalcType
 calculation of input current is defined at group level and replaces the COBA/CUBA flags More...
 
bool isLIF
 
bool isSpikeGenerator
 
NeuralDynamicsConfig neuralDynamicsConfig
 
NeuromodulatorConfig neuromodulatorConfig
 
NM4STPConfig nm4StpConfig
 NM4 weighted STP param. More...
 
NM4wConfig nm4wConfig
 NM4 config at group level. More...
 
int numN
 
int preferredNetId
 
SpikeGeneratorCorespikeGenFunc
 
STPConfig stpConfig
 
unsigned int type
 
bool with_GABAb_rise
 replaces sim_with_GABAb_rise More...
 
bool with_NMDA_rise
 replaces sim_with_NMDA_rise More...
 
bool WithAxonPlast
 
bool withCompartments
 
bool WithDA_MOD
 True if at least one connection group is WithDA_MOD. More...
 
bool withParamModel_9
 False = 4 parameter model; 1 = 9 parameter model. More...
 
bool WithPKA_PLC_MOD
 
bool WithSTDP
 True if at least one connection group is WithSTDP. More...
 

Detailed Description

This structure contains the configuration of groups that are created during configuration state. The configurations are later processed by compileNetwork() and translated to meata data which are ready to be linked.

See also
CARLsimState

Definition at line 431 of file snn_datastructures.h.

Constructor & Destructor Documentation

◆ GroupConfig_s()

GroupConfig_s ( )
inline

Definition at line 432 of file snn_datastructures.h.

Member Data Documentation

◆ acneConfig

ACNE12Config acneConfig

Definition at line 477 of file snn_datastructures.h.

◆ AxonPlast_TAU

int AxonPlast_TAU

Definition at line 483 of file snn_datastructures.h.

◆ compCouplingDown

float compCouplingDown

Definition at line 456 of file snn_datastructures.h.

◆ compCouplingUp

float compCouplingUp

Definition at line 455 of file snn_datastructures.h.

◆ conductanceConfig

ConductanceConfig conductanceConfig

Definition at line 476 of file snn_datastructures.h.

◆ grid

Grid3D grid

Definition at line 466 of file snn_datastructures.h.

◆ grpName

std::string grpName

Definition at line 446 of file snn_datastructures.h.

◆ homeoConfig

HomeostasisConfig homeoConfig

Definition at line 470 of file snn_datastructures.h.

◆ icalcType

IcalcType icalcType

Definition at line 473 of file snn_datastructures.h.

◆ isLIF

bool isLIF

Definition at line 452 of file snn_datastructures.h.

◆ isSpikeGenerator

bool isSpikeGenerator

Definition at line 450 of file snn_datastructures.h.

◆ neuralDynamicsConfig

NeuralDynamicsConfig neuralDynamicsConfig

Definition at line 467 of file snn_datastructures.h.

◆ neuromodulatorConfig

NeuromodulatorConfig neuromodulatorConfig

Definition at line 471 of file snn_datastructures.h.

◆ nm4StpConfig

NM4STPConfig nm4StpConfig

Definition at line 479 of file snn_datastructures.h.

◆ nm4wConfig

NM4wConfig nm4wConfig

Definition at line 478 of file snn_datastructures.h.

◆ numN

int numN

Definition at line 449 of file snn_datastructures.h.

◆ preferredNetId

int preferredNetId

Definition at line 447 of file snn_datastructures.h.

◆ spikeGenFunc

SpikeGeneratorCore* spikeGenFunc

Definition at line 464 of file snn_datastructures.h.

◆ stpConfig

STPConfig stpConfig

Definition at line 469 of file snn_datastructures.h.

◆ type

unsigned int type

Definition at line 448 of file snn_datastructures.h.

◆ with_GABAb_rise

bool with_GABAb_rise

Definition at line 475 of file snn_datastructures.h.

◆ with_NMDA_rise

bool with_NMDA_rise

Definition at line 474 of file snn_datastructures.h.

◆ WithAxonPlast

bool WithAxonPlast

Definition at line 482 of file snn_datastructures.h.

◆ withCompartments

bool withCompartments

Definition at line 453 of file snn_datastructures.h.

◆ WithDA_MOD

bool WithDA_MOD

Definition at line 459 of file snn_datastructures.h.

◆ withParamModel_9

bool withParamModel_9

Definition at line 451 of file snn_datastructures.h.

◆ WithPKA_PLC_MOD

bool WithPKA_PLC_MOD

Definition at line 461 of file snn_datastructures.h.

◆ WithSTDP

bool WithSTDP

Definition at line 458 of file snn_datastructures.h.


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