![]()  | 
  
    GeNN
    2.2.3
    
   GPU enhanced Neuronal Networks (GeNN) 
   | 
 
Header file containing global variables and macros used in running the classol / MBody1 model. More...
#include <cassert>#include "hr_time.h"#include "utils.h"#include "stringUtils.h"#include <cuda_runtime.h>#include "MBody_userdef.cc"#include "map_classol.cc"Go to the source code of this file.
Macros | |
| #define | MYRAND(Y, X) Y = Y * 1103515245 +12345; X= (Y >> 16); | 
| #define | PATTERNNO 100 | 
| #define | T_REPORT_TME 10000.0 | 
| #define | SYN_OUT_TME 20000.0 | 
| #define | PAT_TIME 100.0 | 
| #define | PATFTIME 1.5 | 
| #define | TOTAL_TME 5000.0 | 
Variables | |
| scalar | InputBaseRate = 2e-04 | 
| int | patSetTime | 
| int | patFireTime | 
| CStopWatch | timer | 
Header file containing global variables and macros used in running the classol / MBody1 model.
| #define MYRAND | ( | Y, | |
| X | |||
| ) | Y = Y * 1103515245 +12345; X= (Y >> 16); | 
| #define PAT_TIME 100.0 | 
| #define PATFTIME 1.5 | 
| #define PATTERNNO 100 | 
| #define SYN_OUT_TME 20000.0 | 
| #define T_REPORT_TME 10000.0 | 
| #define TOTAL_TME 5000.0 | 
| scalar InputBaseRate = 2e-04 | 
| int patFireTime | 
| int patSetTime | 
| CStopWatch timer |