![]() |
NEURON
|
Go to the source code of this file.
Functions | |
| static double | t_seconds (void *v) |
| static double | t_start (void *v) |
| static double | t_stop (void *v) |
| static void * | t_cons (Object *) |
| static void | t_destruct (void *v) |
| void | OcTimer_reg () |
Variables | |
| Member_func | t_members [] = {"seconds", t_seconds, "start", t_start, "end", t_stop, 0, 0} |
| void OcTimer_reg | ( | ) |
Definition at line 113 of file octimer.cpp.
Definition at line 93 of file octimer.cpp.
Definition at line 104 of file octimer.cpp.
|
static |
Definition at line 63 of file octimer.cpp.
|
static |
Definition at line 75 of file octimer.cpp.
|
static |
Definition at line 84 of file octimer.cpp.
| Member_func t_members[] = {"seconds", t_seconds, "start", t_start, "end", t_stop, 0, 0} |
Definition at line 111 of file octimer.cpp.