BALL::RingPerceptionProcessor::TNode_ Struct Reference

#include <BALL/QSAR/ringPerceptionProcessor.h>

List of all members.


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



Member Function Documentation

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


Member Data Documentation

the recieve buffer, where messages are stored in

the send buffer, where messages are stored in