#include "nrnconf.h"
#include "nrnmpi.h"
#include "nrnneosm.h"
#include <errno.h>
#include <stdio.h>
#include <string.h>
Go to the source code of this file.
|
| int | ivocmain (int, const char **, const char **) |
| | Main entrypoint function into the HOC interpeter. More...
|
| |
| int | main (int argc, char **argv, char **env) |
| |
◆ ivocmain()
| int ivocmain |
( |
int |
argc, |
|
|
const char ** |
argv, |
|
|
const char ** |
env |
|
) |
| |
Main entrypoint function into the HOC interpeter.
This function simply calls ivocmain_session with the start_session = 1.
- Note
- This is part of NEURON's public interface
-
env argument should not be used as it might become invalid
- Parameters
-
| argc | argument count as found in C/C++ main functions |
| argv | argument vector as found in C/C++ main functions |
| env | environment variable array as optionally found in main functions. |
- Returns
- 0 on success, otherwise error code.
Definition at line 334 of file ivocmain.cpp.
◆ main()
| int main |
( |
int |
argc, |
|
|
char ** |
argv, |
|
|
char ** |
env |
|
) |
| |
◆ nrn_main_launch
◆ nrn_noauto_dlopen_nrnmech
| int nrn_noauto_dlopen_nrnmech |
|
extern |