GNU Radio 3.5.3.1 C++ API
gr_msg_accepter Class Reference

Accepts messages and inserts them into a message queue, then notifies subclass gr_basic_block there is a message pending. More...

#include <gr_msg_accepter.h>

Inheritance diagram for gr_msg_accepter:

List of all members.

Public Member Functions

 gr_msg_accepter ()
 ~gr_msg_accepter ()
void post (pmt::pmt_t msg)
 send msg to msg_accepter
- Public Member Functions inherited from gruel::msg_accepter
 msg_accepter ()
virtual ~msg_accepter ()

Detailed Description

Accepts messages and inserts them into a message queue, then notifies subclass gr_basic_block there is a message pending.


Constructor & Destructor Documentation

gr_msg_accepter::gr_msg_accepter ( )
gr_msg_accepter::~gr_msg_accepter ( )

Member Function Documentation

void gr_msg_accepter::post ( pmt::pmt_t  msg)
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.

Implements gruel::msg_accepter.


The documentation for this class was generated from the following file: