![]() |
RTXI 1.3
|
Go to the source code of this file.
Defines | |
| #define | V (y[0]) |
| #define | m (y[1]) |
| #define | h (y[2]) |
| #define | n (y[3]) |
| #define | dV (dydt[0]) |
| #define | dm (dydt[1]) |
| #define | dh (dydt[2]) |
| #define | dn (dydt[3]) |
| #define | G_Na (G_Na_max*m*m*m*h) |
| #define | G_K (G_K_max*n*n*n*n) |
| #define | Iapp (input(0)*1e6+Iapp_offset) |
Functions | |
| Plugin::Object * | createRTXIPlugin (void) |
| #define dh (dydt[2]) |
Definition at line 152 of file neuron.cpp.
| #define dm (dydt[1]) |
Definition at line 151 of file neuron.cpp.
| #define dn (dydt[3]) |
Definition at line 153 of file neuron.cpp.
| #define dV (dydt[0]) |
Definition at line 150 of file neuron.cpp.
| #define G_K (G_K_max*n*n*n*n) |
Definition at line 155 of file neuron.cpp.
| #define G_Na (G_Na_max*m*m*m*h) |
Definition at line 154 of file neuron.cpp.
| #define h (y[2]) |
Definition at line 148 of file neuron.cpp.
| #define Iapp (input(0)*1e6+Iapp_offset) |
Definition at line 156 of file neuron.cpp.
| #define m (y[1]) |
Definition at line 147 of file neuron.cpp.
| #define n (y[3]) |
Definition at line 149 of file neuron.cpp.
| #define V (y[0]) |
Definition at line 146 of file neuron.cpp.
| Plugin::Object* createRTXIPlugin | ( | void | ) |
Definition at line 112 of file neuron.cpp.