#ifndef INCLUDED_CUSTOMMOD_TEST_MSG_IMPL_H #define INCLUDED_CUSTOMMOD_TEST_MSG_IMPL_H #include #include namespace gr { namespace custommod { class test_msg_impl : public test_msg { private: // Nothing to declare in this block. public: test_msg_impl(); ~test_msg_impl(); void msg_handler_method(pmt::pmt_t msg); }; } // namespace custommod } // namespace gr #endif /* INCLUDED_CUSTOMMOD_TEST_MSG_IMPL_H */