11 #ifndef INCLUDED_GR_MESSAGE_STROBE_RANDOM_H
12 #define INCLUDED_GR_MESSAGE_STROBE_RANDOM_H
45 typedef std::shared_ptr<message_strobe_random>
sptr;
91 virtual void set_mean(
float mean) = 0;
96 virtual float mean()
const = 0;
102 virtual void set_std(
float std) = 0;
107 virtual float std()
const = 0;
Definition: message_strobe_random.h:27
GR_RUNTIME_API const pmt::pmt_t msg()
std::shared_ptr< message_strobe_random > sptr
Definition: message_strobe_random.h:45
Definition: message_strobe_random.h:25
Send message at defined interval.
Definition: message_strobe_random.h:41
GNU Radio logging wrapper.
Definition: basic_block.h:29
Definition: message_strobe_random.h:26
#define BLOCKS_API
Definition: gr-blocks/include/gnuradio/blocks/api.h:18
message_strobe_random_distribution_t
Definition: message_strobe_random.h:23
Definition: message_strobe_random.h:24
The abstract base class for all 'terminal' processing blocks.A signal processing flow is constructed ...
Definition: gnuradio-runtime/include/gnuradio/block.h:62
std::shared_ptr< pmt_base > pmt_t
typedef for shared pointer (transparent reference counting).
Definition: pmt.h:83