GeNN  1.1
GPU enhanced Neuronal Networks (GeNN)
 All Classes Files Functions Variables Typedefs Macros Pages
classol_sim.h File Reference

Header file containing global variables and macros used in running the HHVClamp/VClampGA model. More...

#include <cassert>
#include "hr_time.cpp"
#include "utils.h"
#include <cuda_runtime.h>
#include "map_classol.cc"

Go to the source code of this file.

Macros

#define RAND(Y, X)   Y = Y * 1103515245 +12345;X= (unsigned int)(Y >> 16) & 32767
 
#define DBG_SIZE   10000
 
#define PATTERNNO   100
 
#define INPUTBASERATE   17
 
#define T_REPORT_TME   1000.0
 
#define SYN_OUT_TME   20000.0
 
#define PAT_TIME   100.0
 
#define PATFTIME   1.0
 
#define TOTAL_TME   5000.0
 

Variables

float t = 0.0f
 
unsigned int iT = 0
 
int patSetTime
 
int patFireTime
 
CStopWatch timer
 

Detailed Description

Header file containing global variables and macros used in running the HHVClamp/VClampGA model.

Header file containing global variables and macros used in running the classol / MBody1 model.

Macro Definition Documentation

#define DBG_SIZE   10000
#define INPUTBASERATE   17
#define PAT_TIME   100.0
#define PATFTIME   1.0
#define PATTERNNO   100
#define RAND (   Y,
 
)    Y = Y * 1103515245 +12345;X= (unsigned int)(Y >> 16) & 32767
#define SYN_OUT_TME   20000.0
#define T_REPORT_TME   1000.0
#define TOTAL_TME   5000.0

Variable Documentation

unsigned int iT = 0
int patFireTime
int patSetTime
float t = 0.0f
CStopWatch timer