NEURON
ocmain.cpp File Reference
#include <../../nrnconf.h>
#include <stdio.h>
#include <stdlib.h>
#include <hocdec.h>

Go to the source code of this file.

Functions

static void setnrnhome (const char *arg)
 
int main (int argc, const char **argv, const char **envp)
 
void hoc_single_event_run ()
 
int run_til_stdin ()
 
void hoc_notify_value ()
 

Variables

int hoc_nstack
 
int hoc_nframe
 
const char * neuron_home
 
Object **(* nrnpy_gui_helper_ )(const char *name, Object *obj) = NULL
 HAVE_IV. More...
 
double(* nrnpy_object_to_double_ )(Object *) = NULL
 

Function Documentation

◆ hoc_notify_value()

void hoc_notify_value ( )

Definition at line 103 of file ocmain.cpp.

◆ hoc_single_event_run()

void hoc_single_event_run ( void  )

Definition at line 88 of file ocmain.cpp.

◆ main()

int main ( int  argc,
const char **  argv,
const char **  envp 
)

Definition at line 60 of file ocmain.cpp.

◆ run_til_stdin()

int run_til_stdin ( )

Definition at line 102 of file ocmain.cpp.

◆ setnrnhome()

static void setnrnhome ( const char *  arg)
static

Definition at line 23 of file ocmain.cpp.

Variable Documentation

◆ hoc_nframe

int hoc_nframe

Definition at line 8 of file ocmain.cpp.

◆ hoc_nstack

int hoc_nstack

Definition at line 8 of file ocmain.cpp.

◆ neuron_home

const char* neuron_home

Definition at line 268 of file hoc_init.cpp.

◆ nrnpy_gui_helper_

Object**(* nrnpy_gui_helper_) (const char *name, Object *obj) = NULL

HAVE_IV.

Definition at line 13 of file xmenu.cpp.

◆ nrnpy_object_to_double_

double(* nrnpy_object_to_double_) (Object *) = NULL

Definition at line 14 of file xmenu.cpp.