![]() |
NEURON
|
#include <../../nrnconf.h>
#include <stdlib.h>
#include "neuron.h"
#include "section.h"
#include "nrniv_mf.h"
#include <math.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_syn (void) |
static void | stim_record (int) |
void | print_syn (void) |
static double | alpha (double x) |
static double | stimulus (int i) |
void | fsyni (void) |
void | fsyng (void) |
void | fsyn (void) |
void | synapse_prepare (void) |
void | activsynapse_rhs (void) |
void | activsynapse_lhs () |
Variables | |
static int | maxstim = 0 |
static Stimulus * | pstim |
#define nt_t nrn_threads->_t |
Definition at line 44 of file synapse.cpp.
void activsynapse_lhs | ( | void | ) |
Definition at line 215 of file synapse.cpp.
void activsynapse_rhs | ( | void | ) |
Definition at line 206 of file synapse.cpp.
|
static |
Definition at line 85 of file synapse.cpp.
|
static |
Definition at line 168 of file synapse.cpp.
void fsyn | ( | void | ) |
Definition at line 130 of file synapse.cpp.
void fsyng | ( | void | ) |
Definition at line 117 of file synapse.cpp.
void fsyni | ( | void | ) |
Definition at line 106 of file synapse.cpp.
void print_syn | ( | void | ) |
Definition at line 65 of file synapse.cpp.
|
static |
Definition at line 181 of file synapse.cpp.
|
static |
Definition at line 93 of file synapse.cpp.
void synapse_prepare | ( | void | ) |
Definition at line 198 of file synapse.cpp.
|
static |
Definition at line 59 of file synapse.cpp.
|
static |
Definition at line 60 of file synapse.cpp.