|
|||||||||||
Main Page | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members | Related Pages
cbneuronst.hGo to the documentation of this file.00001 00005 #ifndef _CBNEURON_ST_H_ 00006 #define _CBNEURON_ST_H_ 00007 00008 #include "cbneuron.h" 00009 #include "spikingneuron.h" 00010 #include "ionchannel.h" 00011 00013 00064 class CbNeuronSt : public CbNeuron { 00065 00066 DO_REGISTERING 00067 00068 public: 00069 00070 CbNeuronSt(void) { STempHeight=30e-3; Trefract=5e-3; }; 00071 virtual ~CbNeuronSt() {}; 00072 00073 virtual double nextstate(void); 00074 00076 double STempHeight; 00077 00078 private: 00079 00081 int STempIdxMax; 00082 00083 static const double STEMP[]; 00084 00085 static const int NSTEMP; 00086 00087 int STempIdx; 00088 00089 }; 00090 00091 #endif | |||||||||||
(C) 2003, Thomas Natschläger | last modified 07/10/2006 |