GNU Radio 3.6.4.2 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:
gruel::msg_accepter gr_basic_block

List of all members.

Public Member Functions

 gr_msg_accepter ()
 ~gr_msg_accepter ()
void post (pmt::pmt_t which_port, pmt::pmt_t msg)
 send msg to msg_accepter on port which_port

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


Member Function Documentation

void gr_msg_accepter::post ( pmt::pmt_t  which_port,
pmt::pmt_t  msg 
) [virtual]

send msg to msg_accepter on port which_port

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: