![]() |
NEURON
|
#include <bbs.h>
Public Member Functions | |
| BBS () | |
| BBS (int nhost) | |
| virtual | ~BBS () |
| bool | look (const char *) |
| void | take (const char *) |
| bool | look_take (const char *) |
| int | upkint () |
| double | upkdouble () |
| void | upkvec (int n, double *px) |
| char * | upkstr () |
| std::vector< char > | upkpickle () |
| void | pkbegin () |
| void | pkint (int) |
| void | pkdouble (double) |
| void | pkvec (int n, double *px) |
| void | pkstr (const char *) |
| void | pkpickle (const std::vector< char > &) |
| void | post (const char *) |
| int | submit (int userid) |
| bool | working (int &id, double &x, int &userid) |
| void | master_works (int flag) |
| void | context () |
| bool | is_master () |
| void | worker () |
| void | done () |
| void | perror (const char *) |
| double | time () |
| double | wait_time () |
| double | integ_time () |
| double | send_time () |
| void | add_wait_time (double) |
| int | nhost () |
| int | myid () |
| void | set_gid2node (int, int) |
| int | gid_exists (int) |
| double | threshold () |
| void | cell () |
| void | outputcell (int) |
| void | spike_record (int, IvocVect *, IvocVect *) |
| void | spike_record (IvocVect *, IvocVect *, IvocVect *) |
| void | netpar_solve (double) |
| Object ** | gid2obj (int) |
| Object ** | gid2cell (int) |
| Object ** | gid_connect (int) |
| double | netpar_mindelay (double maxdelay) |
| void | netpar_spanning_statistics (int *, int *, int *, int *) |
| IvocVect * | netpar_max_histogram (IvocVect *) |
| Object ** | pyret () |
Protected Member Functions | |
| void | init (int) |
Protected Attributes | |
| BBSImpl * | impl_ |
| void BBS::cell | ( | ) |
Definition at line 1070 of file netpar.cpp.
| Object ** BBS::gid2cell | ( | int | gid | ) |
Definition at line 1167 of file netpar.cpp.
| Object ** BBS::gid2obj | ( | int | gid | ) |
Definition at line 1163 of file netpar.cpp.
| Object ** BBS::gid_connect | ( | int | gid | ) |
Definition at line 1193 of file netpar.cpp.
| int BBS::gid_exists | ( | int | gid | ) |
Definition at line 1053 of file netpar.cpp.
Definition at line 1429 of file netpar.cpp.
| double BBS::netpar_mindelay | ( | double | maxdelay | ) |
Definition at line 1411 of file netpar.cpp.
| void BBS::netpar_solve | ( | double | tstop | ) |
Definition at line 1251 of file netpar.cpp.
| void BBS::netpar_spanning_statistics | ( | int * | nsend, |
| int * | nsendmax, | ||
| int * | nrecv, | ||
| int * | nrecv_useful | ||
| ) |
Definition at line 1419 of file netpar.cpp.
| void BBS::outputcell | ( | int | gid | ) |
Definition at line 1104 of file netpar.cpp.
| void BBS::set_gid2node | ( | int | gid, |
| int | nid | ||
| ) |
Definition at line 947 of file netpar.cpp.
Definition at line 1113 of file netpar.cpp.
Definition at line 1134 of file netpar.cpp.
| double BBS::threshold | ( | ) |
Definition at line 1057 of file netpar.cpp.