GNU Radio 3.7.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 <msg_accepter.h>

Inheritance diagram for gr::msg_accepter:

List of all members.

Public Member Functions

 msg_accepter ()
 ~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 gr::messages::msg_accepter.


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