10 #ifndef INCLUDED_PDU_ADD_SYSTEM_TIME_H
11 #define INCLUDED_PDU_ADD_SYSTEM_TIME_H
30 typedef std::shared_ptr<add_system_time>
sptr;
The abstract base class for all 'terminal' processing blocks.
Definition: gnuradio-runtime/include/gnuradio/block.h:63
Adds system time to a PDU's metadata.
Definition: add_system_time.h:28
std::shared_ptr< add_system_time > sptr
Definition: add_system_time.h:30
static sptr make(const pmt::pmt_t key)
Return a shared_ptr to a new instance of pdu::add_system_time.
#define PDU_API
Definition: gr-pdu/include/gnuradio/pdu/api.h:18
GR_RUNTIME_API const pmt::pmt_t pdu()
GNU Radio logging wrapper.
Definition: basic_block.h:29
std::shared_ptr< pmt_base > pmt_t
typedef for shared pointer (transparent reference counting).
Definition: pmt.h:83