GeNN  3.3.0
GPU enhanced Neuronal Networks (GeNN)
postSynapseModels.h File Reference
#include "dpclass.h"
#include <string>
#include <vector>
#include <cmath>

Go to the source code of this file.

Classes

class  postSynModel
 Class to hold the information that defines a post-synaptic model (a model of how synapses affect post-synaptic neuron variables, classically in the form of a synaptic current). It also allows to define an equation for the dynamics that can be applied to the summed synaptic input variable "insyn". More...
 
class  expDecayDp
 Class defining the dependent parameter for exponential decay. More...
 

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
 
const unsigned int MAXPOSTSYN = 2
 

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

◆ MAXPOSTSYN

const unsigned int MAXPOSTSYN = 2

◆ postSynModels

vector<postSynModel> postSynModels

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