diff options
author | Josh Blum | 2012-10-04 21:15:11 -0700 |
---|---|---|
committer | Josh Blum | 2012-10-04 21:15:11 -0700 |
commit | 709f8e97cc642e446d357612a6d6512d5a4c5330 (patch) | |
tree | 203a53e63fca96fe9e9a72d3fe386102d817b8d2 /lib/register_messages.cpp | |
parent | 3600e927bf31ca46bb99ef2df83512112fa6a8b2 (diff) | |
download | sandhi-709f8e97cc642e446d357612a6d6512d5a4c5330.tar.gz sandhi-709f8e97cc642e446d357612a6d6512d5a4c5330.tar.bz2 sandhi-709f8e97cc642e446d357612a6d6512d5a4c5330.zip |
implementation for the top block global config
Diffstat (limited to 'lib/register_messages.cpp')
-rw-r--r-- | lib/register_messages.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/register_messages.cpp b/lib/register_messages.cpp index 18a3cd8..7c894fa 100644 --- a/lib/register_messages.cpp +++ b/lib/register_messages.cpp @@ -15,6 +15,7 @@ // along with io_sig program. If not, see <http://www.gnu.org/licenses/>. #include <Theron/Register.h> +#include <gnuradio/top_block.hpp> #include <gras_impl/messages.hpp> #include <gras_impl/interruptible_thread.hpp> #include <Apology/Worker.hpp> @@ -24,7 +25,7 @@ THERON_REGISTER_MESSAGE(gnuradio::TopAllocMessage); THERON_REGISTER_MESSAGE(gnuradio::TopActiveMessage); THERON_REGISTER_MESSAGE(gnuradio::TopInertMessage); THERON_REGISTER_MESSAGE(gnuradio::TopTokenMessage); -THERON_REGISTER_MESSAGE(gnuradio::TopHintMessage); +THERON_REGISTER_MESSAGE(gnuradio::GlobalBlockConfig); THERON_REGISTER_MESSAGE(gnuradio::SharedThreadGroup); THERON_REGISTER_MESSAGE(gnuradio::InputTagMessage); |