|
class | gr::pdu::add_system_time |
| Adds system time to a PDU's metadataAdds a user specified key to PDU dict containing the system time in seconds since unix epoch. More...
|
|
class | gr::pdu::pdu_split |
| Split PDU dict and data to separate portsSplits a PDU into its metadata dictionary and vector, outputs nothing if the input message is not a PDU. Useful for stripping metadata out for printing or saving. More...
|
|
class | gr::pdu::tags_to_pdu< T > |
| Tags to PDUThis block will generate a PDU (of up to Max PDU Size) based on input tags. No tag alignment in input buffer is necessary. More...
|
|
class | gr::pdu::take_skip_to_pdu< T > |
| Extract periodic PDUs from a data stream.This block will generate PDUs of size TAKE skipping SKIP samples between. More...
|
|
class | gr::pdu::time_delta |
| Compute system time differences and provide statistics upon completion.This block computes the difference between the current system time and a defined PDU key previously added (e.g.: by by the add_system_time block). This is useful for benchmarking PDU operations. The block also maintains running estimates of mean and variance, accessible by getters and printed when the flowgraph is stopped. More...
|
|