diff options
author | Tim O'Shea | 2012-11-30 22:31:43 -0800 |
---|---|---|
committer | Johnathan Corgan | 2012-11-30 22:41:46 -0800 |
commit | 6cc818260128df57c51a41e4e6aa459de5faf4fe (patch) | |
tree | b79aaa3f6c584c13bf203406367c756a98c94bdf /gruel | |
parent | 4478cb86a5dc9fccf66c2cdd5806419b70c3837e (diff) | |
download | gnuradio-6cc818260128df57c51a41e4e6aa459de5faf4fe.tar.gz gnuradio-6cc818260128df57c51a41e4e6aa459de5faf4fe.tar.bz2 gnuradio-6cc818260128df57c51a41e4e6aa459de5faf4fe.zip |
core: gr_blocks can now have only message ports with no general_work()
* msg only blocks now get thread context
* added blocking msg queue delete call
* added gr_message_strobe block
* added grc definitions for message_debug, message_strobe, pdu_to_tagged_stream, tagged_stream_to_pdu.
* allow message fan-in connections in GRC
Diffstat (limited to 'gruel')
-rw-r--r-- | gruel/src/include/gruel/msg_accepter.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gruel/src/include/gruel/msg_accepter.h b/gruel/src/include/gruel/msg_accepter.h index 65abd5a6b..45acb3c78 100644 --- a/gruel/src/include/gruel/msg_accepter.h +++ b/gruel/src/include/gruel/msg_accepter.h @@ -37,7 +37,7 @@ namespace gruel { virtual ~msg_accepter(); /*! - * \brief send \p msg to \p msg_accepter + * \brief send \p msg to \p msg_accepter on port \p which_port * * Sending a message is an asynchronous operation. The \p post * call will not wait for the message either to arrive at the |