gruel::msg_accepter Class Reference

Virtual base class that accepts messages. More...

#include <msg_accepter.h>

Inheritance diagram for gruel::msg_accepter:
Inheritance graph
[legend]

List of all members.

Public Member Functions

 msg_accepter ()
virtual ~msg_accepter ()
virtual void post (pmt::pmt_t msg)=0
 send msg to msg_accepter

Detailed Description

Virtual base class that accepts messages.


Constructor & Destructor Documentation

gruel::msg_accepter::msg_accepter (  )  [inline]
virtual gruel::msg_accepter::~msg_accepter (  )  [virtual]

Member Function Documentation

virtual void gruel::msg_accepter::post ( pmt::pmt_t  msg  )  [pure virtual]

send msg to msg_accepter

Sending a message is an asynchronous operation. The post call will not wait for the message either to arrive at the destination or to be received.

Implemented in gr_msg_accepter, and gruel::msg_accepter_msgq.


The documentation for this class was generated from the following file:
Generated on Sat Oct 23 17:38:25 2010 for GNU Radio 3.3.0 C++ API by  doxygen 1.6.3