Go to the source code of this file.
|
| void | nrnmusic_init (int *, char ***) |
| |
| void | nrnmusic_terminate () |
| |
| void | nrnmusic_injectlist (void *vp, double tt) |
| |
| void | nrnmusic_inject (void *port, int gindex, double tt) |
| |
| void | nrnmusic_spikehandle (void *vport, double tt, int gindex) |
| |
| Object * | nrnpy_po2ho (PyObject *) |
| |
| PyObject * | nrnpy_ho2po (Object *) |
| |
| Object * | hoc_new_object (Symbol *, void *) |
| |
| | declareTable (PortTable, void *, int) implementTable(PortTable |
| |
| | declareTable (Gi2PreSynTable, int, PreSyn *) implementTable(Gi2PreSynTable |
| |
| void | alloc_music_space () |
| |
| static void | nrnmusic_runtime_phase () |
| |
◆ NO_PYTHON_H
◆ alloc_music_space()
| void alloc_music_space |
( |
| ) |
|
◆ declareTable() [1/2]
| declareTable |
( |
PortTable |
, |
|
|
void * |
, |
|
|
int |
|
|
) |
| |
◆ declareTable() [2/2]
| declareTable |
( |
Gi2PreSynTable |
, |
|
|
int |
, |
|
|
PreSyn * |
|
|
) |
| |
◆ hoc_new_object()
◆ nrnmusic_init()
| void nrnmusic_init |
( |
int * |
pargc, |
|
|
char *** |
pargv |
|
) |
| |
◆ nrnmusic_inject()
| void nrnmusic_inject |
( |
void * |
port, |
|
|
int |
gindex, |
|
|
double |
tt |
|
) |
| |
◆ nrnmusic_injectlist()
| void nrnmusic_injectlist |
( |
void * |
vp, |
|
|
double |
tt |
|
) |
| |
◆ nrnmusic_runtime_phase()
| static void nrnmusic_runtime_phase |
( |
| ) |
|
|
static |
◆ nrnmusic_spikehandle()
| void nrnmusic_spikehandle |
( |
void * |
vport, |
|
|
double |
tt, |
|
|
int |
gindex |
|
) |
| |
◆ nrnmusic_terminate()
| void nrnmusic_terminate |
( |
| ) |
|
◆ nrnpy_ho2po()
| PyObject * nrnpy_ho2po |
( |
Object * |
o | ) |
|
◆ nrnpy_po2ho()
| Object * nrnpy_po2ho |
( |
PyObject * |
po | ) |
|
◆ int
◆ music_input_ports
| void static int PortTable* music_input_ports |
|
static |
◆ music_output_ports
| PortTable* music_output_ports |
|
static |
◆ npme
◆ nrnmusic
◆ nrnmusic_comm
◆ nrnmusic_runtime
| MUSIC::Runtime* nrnmusic_runtime |
◆ nrnmusic_setup
| MUSIC::Setup* nrnmusic_setup |