NEURON
OcBBS Class Referencefinal
Inheritance diagram for OcBBS:
BBS Resource

Public Member Functions

 OcBBS (int nhost_request)
 
- Public Member Functions inherited from BBS
 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 *)
 
IvocVectnetpar_max_histogram (IvocVect *)
 
Object ** pyret ()
 
- Public Member Functions inherited from Resource
 Resource ()=default
 
virtual ~Resource ()=default
 
virtual void ref () const
 
virtual void unref () const
 
virtual void unref_deferred () const
 
virtual void cleanup ()
 
virtual void Reference () const
 
virtual void Unreference () const
 

Public Attributes

double retval_ = 0.
 
int userid_ = 0
 
int next_local_ = 0
 

Additional Inherited Members

- Static Public Member Functions inherited from Resource
static void ref (const Resource *)
 
static void unref (const Resource *)
 
static void unref_deferred (const Resource *)
 
static bool defer (bool)
 
static void flush ()
 
- Protected Member Functions inherited from BBS
void init (int)
 
- Protected Attributes inherited from BBS
BBSImplimpl_
 

Detailed Description

Definition at line 57 of file ocbbs.cpp.

Constructor & Destructor Documentation

◆ OcBBS()

OcBBS::OcBBS ( int  nhost_request)

Definition at line 67 of file ocbbs.cpp.

Member Data Documentation

◆ next_local_

int OcBBS::next_local_ = 0

Definition at line 64 of file ocbbs.cpp.

◆ retval_

double OcBBS::retval_ = 0.

Definition at line 62 of file ocbbs.cpp.

◆ userid_

int OcBBS::userid_ = 0

Definition at line 63 of file ocbbs.cpp.


The documentation for this class was generated from the following file: