![]() |
NEURON
|
Go to the source code of this file.
Typedefs | |
| typedef void(* | NrnBBSCallback) (const char *) |
Functions | |
| bool | nrnbbs_connect () |
| void | nrnbbs_disconnect () |
| bool | nrnbbs_connected () |
| void | nrnbbs_post (const char *) |
| void | nrnbbs_post_int (const char *, int) |
| void | nrnbbs_post_string (const char *, const char *) |
| bool | nrnbbs_take (const char *) |
| bool | nrnbbs_take_int (const char *, int *) |
| bool | nrnbbs_take_string (const char *, char *) |
| bool | nrnbbs_look (const char *) |
| void | nrnbbs_exec (const char *) |
| void | nrnbbs_notify (const char *, NrnBBSCallback) |
| void | nrnbbs_wait (bool *pflag=(bool *) 0) |
| bool nrnbbs_connect | ( | ) |
Definition at line 32 of file ivocmac.cpp.
| bool nrnbbs_connected | ( | ) |
Definition at line 36 of file ivocmac.cpp.
| void nrnbbs_disconnect | ( | ) |
Definition at line 35 of file ivocmac.cpp.
| void nrnbbs_exec | ( | const char * | cmd | ) |
Definition at line 58 of file ivocmac.cpp.
| bool nrnbbs_look | ( | const char * | key | ) |
Definition at line 54 of file ivocmac.cpp.
| void nrnbbs_notify | ( | const char * | key, |
| NrnBBSCallback | cb | ||
| ) |
Definition at line 60 of file ivocmac.cpp.
| void nrnbbs_post | ( | const char * | key | ) |
Definition at line 40 of file ivocmac.cpp.
| void nrnbbs_post_int | ( | const char * | key, |
| int | ival | ||
| ) |
Definition at line 41 of file ivocmac.cpp.
| void nrnbbs_post_string | ( | const char * | key, |
| const char * | sval | ||
| ) |
Definition at line 42 of file ivocmac.cpp.
| bool nrnbbs_take | ( | const char * | key | ) |
Definition at line 44 of file ivocmac.cpp.
| bool nrnbbs_take_int | ( | const char * | key, |
| int * | ipval | ||
| ) |
Definition at line 47 of file ivocmac.cpp.
| bool nrnbbs_take_string | ( | const char * | key, |
| char * | sval | ||
| ) |
Definition at line 50 of file ivocmac.cpp.
| void nrnbbs_wait | ( | bool * | pflag = (bool *) 0 | ) |
Definition at line 62 of file ivocmac.cpp.