GNU Radio Manual and C++ API Reference  3.7.4.1
The Free & Open Software Radio Ecosystem
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
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 <gnuradio/msg_accepter.h>

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 More...
 
- Public Member Functions inherited from gr::messages::msg_accepter
 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::msg_accepter ( )
gr::msg_accepter::~msg_accepter ( )
virtual

Reimplemented from gr::messages::msg_accepter.

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: