GNU Radio C++ API
|
Concrete class that accepts messages and inserts them into a message queue. More...
#include <msg_accepter_msgq.h>
Public Member Functions | |
msg_accepter_msgq (msg_queue_sptr msgq) | |
~msg_accepter_msgq () | |
virtual void | post (pmt::pmt_t msg) |
send msg to msg_accepter | |
msg_queue_sptr | msg_queue () const |
![]() | |
msg_accepter () | |
virtual | ~msg_accepter () |
Protected Attributes | |
msg_queue_sptr | d_msg_queue |
Concrete class that accepts messages and inserts them into a message queue.
gruel::msg_accepter_msgq::msg_accepter_msgq | ( | msg_queue_sptr | msgq | ) |
gruel::msg_accepter_msgq::~msg_accepter_msgq | ( | ) |
|
inline |
|
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.
|
protected |