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

const char * neuron_home
 

Function Documentation

◆ hoc_notify_value()

void hoc_notify_value ( )

Definition at line 68 of file ocmain.cpp.

◆ hoc_single_event_run()

void hoc_single_event_run ( void  )

Definition at line 57 of file ocmain.cpp.

◆ main()

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

Definition at line 42 of file ocmain.cpp.

◆ run_til_stdin()

int run_til_stdin ( )

Definition at line 65 of file ocmain.cpp.

◆ setnrnhome()

static void setnrnhome ( const char *  arg)
static

Definition at line 15 of file ocmain.cpp.

Variable Documentation

◆ neuron_home

const char* neuron_home
extern

Definition at line 227 of file hoc_init.cpp.