CARLsim
6.1.0
CARLsim: a GPU-accelerated SNN simulator
|
#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... | |
Definition at line 166 of file snn_datastructures.h.
|
inline |
Definition at line 167 of file snn_datastructures.h.
bool active5HT |
Definition at line 189 of file snn_datastructures.h.
bool activeACh |
Definition at line 190 of file snn_datastructures.h.
bool activeDP |
Definition at line 188 of file snn_datastructures.h.
bool activeNE |
Definition at line 191 of file snn_datastructures.h.
float base5HT |
Definition at line 174 of file snn_datastructures.h.
float baseACh |
Definition at line 175 of file snn_datastructures.h.
float baseDP |
Definition at line 173 of file snn_datastructures.h.
float baseNE |
Definition at line 176 of file snn_datastructures.h.
float decay5HT |
Definition at line 179 of file snn_datastructures.h.
float decayACh |
Definition at line 180 of file snn_datastructures.h.
float decayDP |
Definition at line 178 of file snn_datastructures.h.
float decayNE |
Definition at line 181 of file snn_datastructures.h.
float release5HT |
Definition at line 184 of file snn_datastructures.h.
float releaseACh |
Definition at line 185 of file snn_datastructures.h.
float releaseDP |
Definition at line 183 of file snn_datastructures.h.
float releaseNE |
Definition at line 186 of file snn_datastructures.h.