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:72
Send message at defined interval.
Definition message_strobe.h:41
virtual pmt::pmt_t msg() const =0
boost::shared_ptr< message_strobe > sptr
Definition message_strobe.h:44
virtual long period() const =0
virtual void set_msg(pmt::pmt_t msg)=0
static sptr make(pmt::pmt_t msg, long period_ms)
virtual void set_period(long period_ms)=0
#define BLOCKS_API
Definition gr-blocks/include/gnuradio/blocks/api.h:30
GNU Radio logging wrapper for log4cpp library (C++ port of log4j)
Definition basic_block.h:46
boost::shared_ptr< pmt_base > pmt_t
typedef for shared pointer (transparent reference counting). See http://www.boost....
Definition pmt.h:96