![]() |
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 34 of file ivocmac.cpp.
| void nrnbbs_disconnect | ( | ) |
Definition at line 33 of file ivocmac.cpp.
| void nrnbbs_exec | ( | const char * | ) |
Definition at line 46 of file ivocmac.cpp.
| bool nrnbbs_look | ( | const char * | ) |
Definition at line 44 of file ivocmac.cpp.
| void nrnbbs_notify | ( | const char * | , |
| NrnBBSCallback | |||
| ) |
Definition at line 48 of file ivocmac.cpp.
| void nrnbbs_post | ( | const char * | ) |
Definition at line 36 of file ivocmac.cpp.
Definition at line 37 of file ivocmac.cpp.
| void nrnbbs_post_string | ( | const char * | , |
| const char * | |||
| ) |
Definition at line 38 of file ivocmac.cpp.
| bool nrnbbs_take | ( | const char * | ) |
Definition at line 40 of file ivocmac.cpp.
| bool nrnbbs_take_int | ( | const char * | , |
| int * | |||
| ) |
Definition at line 41 of file ivocmac.cpp.
| bool nrnbbs_take_string | ( | const char * | , |
| char * | |||
| ) |
Definition at line 42 of file ivocmac.cpp.
| void nrnbbs_wait | ( | bool * | pflag = (bool *) 0 | ) |
Definition at line 50 of file ivocmac.cpp.