GeNN  3.3.0
GPU enhanced Neuronal Networks (GeNN)
postSynapseModels.cc File Reference
#include "codeGenUtils.h"
#include "postSynapseModels.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

◆ POSTSYNAPSEMODELS_CC

#define POSTSYNAPSEMODELS_CC

Function Documentation

◆ preparePostSynModels()

void preparePostSynModels ( )

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

Variable Documentation

◆ EXPDECAY

unsigned int EXPDECAY

◆ IZHIKEVICH_PS

unsigned int IZHIKEVICH_PS

◆ postSynModels

vector<postSynModel> postSynModels

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