 |
GNU Radio C++ API Reference
3.10.12.0
The Free & Open Software Radio Ecosystem
|
|
Go to the documentation of this file.
10 #ifndef INCLUDED_PDU_TIME_DELTA_H
11 #define INCLUDED_PDU_TIME_DELTA_H
32 typedef std::shared_ptr<time_delta>
sptr;
std::shared_ptr< time_delta > sptr
Definition: time_delta.h:32
static sptr make(const pmt::pmt_t delta_key, const pmt::pmt_t time_key)
Return a shared_ptr to a new instance of pdu::time_delta.
virtual void reset_stats(void)=0
#define PDU_API
Definition: gr-pdu/include/gnuradio/pdu/api.h:18
virtual double get_mean(void)=0
The abstract base class for all 'terminal' processing blocks.
Definition: gnuradio-runtime/include/gnuradio/block.h:63
Compute system time differences and provide statistics upon completion.
Definition: time_delta.h:30
std::shared_ptr< pmt_base > pmt_t
typedef for shared pointer (transparent reference counting).
Definition: pmt.h:83
virtual double get_variance(void)=0
GNU Radio logging wrapper.
Definition: basic_block.h:29
GR_RUNTIME_API const pmt::pmt_t pdu()