#include <modelSpec.h>
|
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...
|
|
dpclass * | dps |
|
vector<string> postSynModel::dpNames |
Names of dependent parameters of the model. These are assumed to be always of type "float".
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: