 |
GNU Radio Manual and C++ API Reference
3.9.1.0
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
44 typedef std::shared_ptr<message_strobe_random>
sptr;
86 virtual void set_mean(
float mean) = 0;
91 virtual float mean()
const = 0;
97 virtual void set_std(
float std) = 0;
102 virtual float std()
const = 0;
Send message at defined interval.
Definition: message_strobe_random.h:40
@ 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
The abstract base class for all 'terminal' processing blocks.
Definition: block.h:59
std::shared_ptr< message_strobe_random > sptr
Definition: message_strobe_random.h:44
std::shared_ptr< pmt_base > pmt_t
typedef for shared pointer (transparent reference counting).
Definition: pmt.h:84
GNU Radio logging wrapper for log4cpp library (C++ port of log4j)
Definition: basic_block.h:29
@ STROBE_UNIFORM
Definition: message_strobe_random.h:26