 |
GNU Radio Manual and C++ API Reference
3.9.1.0
The Free & Open Software Radio Ecosystem
|
|
Go to the documentation of this file.
12 #ifndef SAMPLE_AND_HOLD_H
13 #define SAMPLE_AND_HOLD_H
35 typedef std::shared_ptr<sample_and_hold<T>>
sptr;
std::shared_ptr< sample_and_hold< T > > sptr
Definition: sample_and_hold.h:35
sample_and_hold< float > sample_and_hold_ff
Definition: sample_and_hold.h:43
#define BLOCKS_API
Definition: gr-blocks/include/gnuradio/blocks/api.h:18
sample_and_hold< std::int16_t > sample_and_hold_ss
Definition: sample_and_hold.h:41
sample and hold circuit
Definition: sample_and_hold.h:31
sample_and_hold< std::int32_t > sample_and_hold_ii
Definition: sample_and_hold.h:42
synchronous 1:1 input to output with history
Definition: sync_block.h:25
GNU Radio logging wrapper for log4cpp library (C++ port of log4j)
Definition: basic_block.h:29
sample_and_hold< std::uint8_t > sample_and_hold_bb
Definition: sample_and_hold.h:40