GNU Radio 3.5.3.2 C++ API
|
Virtual base class that accepts messages. More...
#include <msg_accepter.h>
Public Member Functions | |
msg_accepter () | |
virtual | ~msg_accepter () |
virtual void | post (pmt::pmt_t msg)=0 |
send msg to msg_accepter |
Virtual base class that accepts messages.
|
inline |
|
virtual |
|
pure 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.
Implemented in gruel::msg_accepter_msgq, and gr_msg_accepter.
Referenced by gruel::send().