![]() |
NEURON
|
#include <../../nrnconf.h>
#include <stdlib.h>
#include "neuron.h"
#include "section.h"
#include "nrniv_mf.h"
Go to the source code of this file.
Classes | |
struct | Stimulus |
Macros | |
#define | nt_t nrn_threads->_t |
Typedefs | |
typedef struct Stimulus | Stimulus |
Functions | |
static void | free_stim (void) |
static void | stim_record (int) |
void | print_stim () |
static double | stimulus (int i) |
void | fstimi (void) |
void | fstim (void) |
void | stim_prepare (void) |
void | activstim_rhs (void) |
Variables | |
static int | maxstim = 0 |
static Stimulus * | pstim |
#define nt_t nrn_threads->_t |