GeNN  2.2.3
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

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

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