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

#include <snn_datastructures.h>

Public Member Functions

 NeuromodulatorConfig_s ()
 

Public Attributes

bool active5HT
 flag for Serotonin More...
 
bool activeACh
 flag for Acetylcholine More...
 
bool activeDP
 flag for Dopaamine More...
 
bool activeNE
 flag for Noradrenaline More...
 
float base5HT
 baseline concentration of Serotonin More...
 
float baseACh
 baseline concentration of Acetylcholine More...
 
float baseDP
 baseline concentration of Dopamine More...
 
float baseNE
 baseline concentration of Noradrenaline More...
 
float decay5HT
 decay rate for Serotonin More...
 
float decayACh
 decay rate for Acetylcholine More...
 
float decayDP
 decay rate for Dopamine More...
 
float decayNE
 decay rate for Noradrenaline More...
 
float release5HT
 release per spike for Serotonin More...
 
float releaseACh
 release per spike for Acetylcholine More...
 
float releaseDP
 release per spike for Dopaamine More...
 
float releaseNE
 release per spike for Noradrenaline More...
 

Detailed Description

Definition at line 166 of file snn_datastructures.h.

Constructor & Destructor Documentation

◆ NeuromodulatorConfig_s()

Definition at line 167 of file snn_datastructures.h.

Member Data Documentation

◆ active5HT

bool active5HT

Definition at line 189 of file snn_datastructures.h.

◆ activeACh

bool activeACh

Definition at line 190 of file snn_datastructures.h.

◆ activeDP

bool activeDP

Definition at line 188 of file snn_datastructures.h.

◆ activeNE

bool activeNE

Definition at line 191 of file snn_datastructures.h.

◆ base5HT

float base5HT

Definition at line 174 of file snn_datastructures.h.

◆ baseACh

float baseACh

Definition at line 175 of file snn_datastructures.h.

◆ baseDP

float baseDP

Definition at line 173 of file snn_datastructures.h.

◆ baseNE

float baseNE

Definition at line 176 of file snn_datastructures.h.

◆ decay5HT

float decay5HT

Definition at line 179 of file snn_datastructures.h.

◆ decayACh

float decayACh

Definition at line 180 of file snn_datastructures.h.

◆ decayDP

float decayDP

Definition at line 178 of file snn_datastructures.h.

◆ decayNE

float decayNE

Definition at line 181 of file snn_datastructures.h.

◆ release5HT

float release5HT

Definition at line 184 of file snn_datastructures.h.

◆ releaseACh

float releaseACh

Definition at line 185 of file snn_datastructures.h.

◆ releaseDP

float releaseDP

Definition at line 183 of file snn_datastructures.h.

◆ releaseNE

float releaseNE

Definition at line 186 of file snn_datastructures.h.


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