 |
GNU Radio Manual and C++ API Reference
3.8.2.0
The Free & Open Software Radio Ecosystem
|
|
Go to the documentation of this file.
23 #ifndef INCLUDED_GR_MESSAGE_STROBE_RANDOM_H
24 #define INCLUDED_GR_MESSAGE_STROBE_RANDOM_H
56 typedef boost::shared_ptr<message_strobe_random>
sptr;
103 virtual float mean()
const = 0;
114 virtual float std()
const = 0;
Send message at defined interval.
Definition: message_strobe_random.h:53
@ STROBE_POISSON
Definition: message_strobe_random.h:36
virtual void set_msg(pmt::pmt_t msg)=0
virtual float mean() const =0
#define BLOCKS_API
Definition: gr-blocks/include/gnuradio/blocks/api.h:30
static sptr make(pmt::pmt_t msg, message_strobe_random_distribution_t dist, float mean_ms, float std_ms)
message_strobe_random_distribution_t
Definition: message_strobe_random.h:35
boost::shared_ptr< pmt_base > pmt_t
typedef for shared pointer (transparent reference counting). See http://www.boost....
Definition: pmt.h:96
virtual float std() const =0
@ STROBE_GAUSSIAN
Definition: message_strobe_random.h:37
virtual pmt::pmt_t msg() const =0
The abstract base class for all 'terminal' processing blocks.
Definition: block.h:72
boost::shared_ptr< message_strobe_random > sptr
Definition: message_strobe_random.h:56
virtual void set_dist(message_strobe_random_distribution_t dist)=0
virtual void set_std(float std)=0
GNU Radio logging wrapper for log4cpp library (C++ port of log4j)
Definition: basic_block.h:43
virtual void set_mean(float mean)=0
@ STROBE_UNIFORM
Definition: message_strobe_random.h:38
virtual message_strobe_random_distribution_t dist() const =0