 |
GNU Radio Manual and C++ API Reference
3.10.5.1
The Free & Open Software Radio Ecosystem
|
|
Go to the documentation of this file.
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;
Send message at defined interval.
Definition: message_strobe_random.h:41
@ STROBE_POISSON
Definition: message_strobe_random.h:24
#define BLOCKS_API
Definition: gr-blocks/include/gnuradio/blocks/api.h:18
message_strobe_random_distribution_t
Definition: message_strobe_random.h:23
@ STROBE_GAUSSIAN
Definition: message_strobe_random.h:25
@ STROBE_EXPONENTIAL
Definition: message_strobe_random.h:27
The abstract base class for all 'terminal' processing blocks.
Definition: gnuradio-runtime/include/gnuradio/block.h:62
const GR_RUNTIME_API pmt::pmt_t msg()
std::shared_ptr< message_strobe_random > sptr
Definition: message_strobe_random.h:45
std::shared_ptr< pmt_base > pmt_t
typedef for shared pointer (transparent reference counting).
Definition: pmt.h:83
GNU Radio logging wrapper.
Definition: basic_block.h:29
@ STROBE_UNIFORM
Definition: message_strobe_random.h:26