Home
last modified time | relevance | path

Searched refs:dispatch_msg (Results 1 – 6 of 6) sorted by relevance

/dports/comms/gnuradio/gnuradio-3.8.4.0/gnuradio-runtime/include/gnuradio/
H A Dblock_gateway.h332 void dispatch_msg(pmt::pmt_t which_port, pmt::pmt_t msg) in dispatch_msg() function
339 gr::basic_block::dispatch_msg(which_port, msg); in dispatch_msg()
H A Dbasic_block.h135 virtual void dispatch_msg(pmt::pmt_t which_port, pmt::pmt_t msg) in dispatch_msg() function
/dports/comms/gnuradio/gnuradio-3.8.4.0/gnuradio-runtime/lib/
H A Dtpb_thread_body.cc107 block->dispatch_msg(i.first, msg); in tpb_thread_body()
/dports/comms/gnuradio/gnuradio-3.8.4.0/gr-digital/lib/
H A Dchunks_to_symbols_impl.cc124 this->dispatch_msg(tag.key, tag.value); in work()
H A Dconstellation_receiver_cb_impl.cc156 dispatch_msg(tag.key, tag.value); in general_work()
/dports/print/lyx/lyx-2.3.4.2/src/frontends/qt4/
H A DGuiApplication.cpp1361 docstring dispatch_msg = msg; in makeDispatchMessage() local
1362 if (!dispatch_msg.empty()) in makeDispatchMessage()
1363 dispatch_msg += ' '; in makeDispatchMessage()
1385 dispatch_msg += '(' + rtrim(comname) + ')'; in makeDispatchMessage()
1387 LYXERR(Debug::ACTION, "verbose dispatch msg " << to_utf8(dispatch_msg)); in makeDispatchMessage()
1388 return dispatch_msg; in makeDispatchMessage()