#include <BALL/QSAR/ringPerceptionProcessor.h>
Public Member Functions | |
void | recieve () |
method to process the messages in the recieve buffer | |
void | send () |
method to process the messages in the send buffer | |
Public Attributes | |
std::vector< PathMessage_ > | recieve_buffer |
the recieve buffer, where messages are stored in | |
std::vector< PathMessage_ > | send_buffer |
the send buffer, where messages are stored in |
Definition at line 179 of file ringPerceptionProcessor.h.
void BALL::RingPerceptionProcessor::TNode_::recieve | ( | ) |
method to process the messages in the recieve buffer
void BALL::RingPerceptionProcessor::TNode_::send | ( | ) |
method to process the messages in the send buffer
the recieve buffer, where messages are stored in
Definition at line 188 of file ringPerceptionProcessor.h.
the send buffer, where messages are stored in
Definition at line 191 of file ringPerceptionProcessor.h.