GeNN  1.1
GPU enhanced Neuronal Networks (GeNN)
 All Classes Files Functions Variables Typedefs Macros Pages
postSynModel Struct Reference

#include <modelSpec.h>

Public Attributes

string postSyntoCurrent
 
string postSynDecay
 
vector< string > varNames
 Names of the variables in the postsynaptic model. More...
 
vector< string > varTypes
 Types of the variable named above, e.g. "float". Names and types are matched by their order of occurrence in the vector. More...
 
vector< string > pNames
 Names of (independent) parameters of the model. These are assumed to be always of type "float". More...
 
vector< string > dpNames
 Names of dependent parameters of the model. These are assumed to be always of type "float". More...
 
dpclassdps
 

Member Data Documentation

vector<string> postSynModel::dpNames

Names of dependent parameters of the model. These are assumed to be always of type "float".

dpclass* postSynModel::dps
vector<string> postSynModel::pNames

Names of (independent) parameters of the model. These are assumed to be always of type "float".

string postSynModel::postSynDecay
string postSynModel::postSyntoCurrent
vector<string> postSynModel::varNames

Names of the variables in the postsynaptic model.

vector<string> postSynModel::varTypes

Types of the variable named above, e.g. "float". Names and types are matched by their order of occurrence in the vector.


The documentation for this struct was generated from the following file: