GeNN  1.1
GPU enhanced Neuronal Networks (GeNN)
 All Classes Files Functions Variables Typedefs Macros Pages
SynDelay.cc File Reference
#include "modelSpec.h"
#include "modelSpec.cc"

Macros

#define DT   1.0f
 

Functions

void modelDefinition (NNmodel &model)
 

Variables

float input_p [4]
 
float input_ini [2]
 
float constInput = 4.0
 
float postExpInp [2]
 
float inter_p [4]
 
float inter_ini [2]
 
float postExpInt [2]
 
float output_p [4]
 
float output_ini [2]
 
float postExpOut [2]
 
float synapses_p [3]
 
float postSynV [0]
 
float strongSynG = 0.0006
 
float weakSynG = 0.0002
 

Macro Definition Documentation

#define DT   1.0f

Function Documentation

void modelDefinition ( NNmodel model)

Variable Documentation

float constInput = 4.0
float input_ini[2]
Initial value:
= {
-65,
-20
}
float input_p[4]
Initial value:
= {
0.02,
0.2,
-65,
6
}
float inter_ini[2]
Initial value:
= {
-65,
-20
}
float inter_p[4]
Initial value:
= {
0.02,
0.2,
-65,
6
}
float output_ini[2]
Initial value:
= {
-65,
-20
}
float output_p[4]
Initial value:
= {
0.02,
0.2,
-65,
6
}
float postExpInp[2]
Initial value:
= {
1.0,
0.0
}
float postExpInt[2]
Initial value:
= {
1.0,
0.0
}
float postExpOut[2]
Initial value:
= {
1.0,
0.0
}
float postSynV[0]
Initial value:
= {
}
float strongSynG = 0.0006
float synapses_p[3]
Initial value:
= {
0.0,
-30.0,
1.0
}
float weakSynG = 0.0002