23#ifndef INCLUDED_GR_MESSAGE_STROBE_H
24#define INCLUDED_GR_MESSAGE_STROBE_H
44 typedef boost::shared_ptr<message_strobe>
sptr;
The abstract base class for all 'terminal' processing blocks.
Definition: block.h:66
Send message at defined interval.
Definition: message_strobe.h:41
virtual pmt::pmt_t msg() const =0
static sptr make(pmt::pmt_t msg, float period_ms)
virtual void set_period(float period_ms)=0
boost::shared_ptr< message_strobe > sptr
Definition: message_strobe.h:44
virtual float period() const =0
virtual void set_msg(pmt::pmt_t msg)=0
#define BLOCKS_API
Definition: gr-blocks/include/gnuradio/blocks/api.h:30
static purpose_t msg
Definition: source_logger.h:39
Include this header to use the message passing features.
Definition: basic_block.h:45
boost::intrusive_ptr< pmt_base > pmt_t
typedef for shared pointer (transparent reference counting). See http://www.boost....
Definition: pmt.h:56