BALL  1.4.2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Public Member Functions | Public Attributes | List of all members
BALL::RingPerceptionProcessor::TNode_ Struct Reference

#include <BALL/QSAR/ringPerceptionProcessor.h>

Public Member Functions

void recieve ()
 method to process the messages in the recieve buffer More...
 
void send ()
 method to process the messages in the send buffer More...
 

Public Attributes

std::vector< PathMessage_recieve_buffer
 the recieve buffer, where messages are stored in More...
 
std::vector< PathMessage_send_buffer
 the send buffer, where messages are stored in More...
 

Detailed Description

Definition at line 179 of file ringPerceptionProcessor.h.

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

std::vector<PathMessage_> BALL::RingPerceptionProcessor::TNode_::recieve_buffer

the recieve buffer, where messages are stored in

Definition at line 188 of file ringPerceptionProcessor.h.

std::vector<PathMessage_> BALL::RingPerceptionProcessor::TNode_::send_buffer

the send buffer, where messages are stored in

Definition at line 191 of file ringPerceptionProcessor.h.