#include "dpclass.h"
#include <string>
#include <vector>
Go to the source code of this file.
◆ prepareStandardModels()
void prepareStandardModels |
( |
| ) |
|
Function that defines standard neuron models.
The neuron models are defined and added to the C++ vector nModels that is holding all neuron model descriptions. User defined neuron models can be appended to this vector later in (a) separate function(s).
◆ IZHIKEVICH
variable attaching the name "IZHIKEVICH"
◆ IZHIKEVICH_V
unsigned int IZHIKEVICH_V |
variable attaching the name "IZHIKEVICH_V"
◆ MAPNEURON
variable attaching the name "MAPNEURON"
◆ MAXNRN
const unsigned int MAXNRN = 7 |
◆ nModels
Global C++ vector containing all neuron model descriptions.
◆ POISSONNEURON
unsigned int POISSONNEURON |
variable attaching the name "POISSONNEURON"
◆ SPIKESOURCE
variable attaching the name "SPIKESOURCE"
◆ TRAUBMILES
variable attaching the name "TRAUBMILES"
◆ TRAUBMILES_ALTERNATIVE
unsigned int TRAUBMILES_ALTERNATIVE |
variable attaching the name "TRAUBMILES_ALTERNATIVE"
◆ TRAUBMILES_FAST
unsigned int TRAUBMILES_FAST |
variable attaching the name "TRAUBMILES_FAST"
◆ TRAUBMILES_PSTEP
unsigned int TRAUBMILES_PSTEP |
variable attaching the name "TRAUBMILES_PSTEP"
◆ TRAUBMILES_SAFE
unsigned int TRAUBMILES_SAFE |
variable attaching the name "TRAUBMILES_SAFE"