This object handles all of the message passing between cells
This object handles all of the message passing between cells. Since a message being passed between one cell and another is either an Action Potential (a firing message) or an Inhibitory message (dont fire message). The Message Bus is simply a conveyor belt that transfers data in one form or another to the cell, it does not do any conversions or summing of values or delays in transmission
vector <Message *> vOutgoingMsgs
vector <Message *> * vOutsideMachineArray
MessageBus(int)
~MessageBus()
void ProcessOutsideMachineMessages(int)
void SendMsgsToOtherMachine(int, int)
void ReceiveMsgsFromOutsideMachine(int)
void ProcessIncomingMsgs(int)
void AddMsgToIncomingMsgQ(Message *)
void SendOutgoingMsgs(int)
alphabetic index hierarchy of classes
this page has been generated automatically by doc++
(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de