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

A struct for retrieving neuromodulator information of a group. More...

#include <carlsim_datastructures.h>

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 Dopaamine 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

The struct is used in test suite only. CARLsim API call provides a getter function CARLsim::getGroupNeuromodulatorInfo() for retrieving neuromodulator information of a group. A developer can write his/her test cases to test the neuromodulator parameters

See also
CARLsim::getGroupNeuromodulatorInfo()

Definition at line 568 of file carlsim_datastructures.h.

Member Data Documentation

◆ active5HT

bool active5HT

Definition at line 585 of file carlsim_datastructures.h.

◆ activeACh

bool activeACh

Definition at line 586 of file carlsim_datastructures.h.

◆ activeDP

bool activeDP

Definition at line 584 of file carlsim_datastructures.h.

◆ activeNE

bool activeNE

Definition at line 587 of file carlsim_datastructures.h.

◆ base5HT

float base5HT

Definition at line 570 of file carlsim_datastructures.h.

◆ baseACh

float baseACh

Definition at line 571 of file carlsim_datastructures.h.

◆ baseDP

float baseDP

Definition at line 569 of file carlsim_datastructures.h.

◆ baseNE

float baseNE

Definition at line 572 of file carlsim_datastructures.h.

◆ decay5HT

float decay5HT

Definition at line 575 of file carlsim_datastructures.h.

◆ decayACh

float decayACh

Definition at line 576 of file carlsim_datastructures.h.

◆ decayDP

float decayDP

Definition at line 574 of file carlsim_datastructures.h.

◆ decayNE

float decayNE

Definition at line 577 of file carlsim_datastructures.h.

◆ release5HT

float release5HT

Definition at line 580 of file carlsim_datastructures.h.

◆ releaseACh

float releaseACh

Definition at line 581 of file carlsim_datastructures.h.

◆ releaseDP

float releaseDP

Definition at line 579 of file carlsim_datastructures.h.

◆ releaseNE

float releaseNE

Definition at line 582 of file carlsim_datastructures.h.


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