GeNN  2.2.3
GPU enhanced Neuronal Networks (GeNN)
postSynapseModels.cc File Reference
#include "postSynapseModels.h"
#include "stringUtils.h"
#include "extra_postsynapses.h"

Macros

#define POSTSYNAPSEMODELS_CC
 

Functions

void preparePostSynModels ()
 Function that prepares the standard post-synaptic models, including their variables, parameters, dependent parameters and code strings. More...
 

Variables

vector< postSynModelpostSynModels
 Global C++ vector containing all post-synaptic update model descriptions. More...
 
unsigned int EXPDECAY
 
unsigned int IZHIKEVICH_PS
 

Macro Definition Documentation

#define POSTSYNAPSEMODELS_CC

Function Documentation

void preparePostSynModels ( )

Function that prepares the standard post-synaptic models, including their variables, parameters, dependent parameters and code strings.

Variable Documentation

unsigned int EXPDECAY
unsigned int IZHIKEVICH_PS
vector<postSynModel> postSynModels

Global C++ vector containing all post-synaptic update model descriptions.