40class channel_msg_receiver_cc :
public gr::block
46 friend channel_msg_receiver_cc_sptr channel_msg_receiver_make_cc(std::shared_ptr<ChannelFsm> channel_fsm,
bool repeat);
47 channel_msg_receiver_cc(std::shared_ptr<ChannelFsm> channel_fsm,
bool repeat);
48 void msg_handler_channel_events(
const pmt::pmt_t& msg);
49 std::shared_ptr<ChannelFsm> d_channel_fsm;