#include <uhd/types/metadata.hpp>
Public Types | |
enum | event_code_t { EVENT_CODE_BURST_ACK = 0x1, EVENT_CODE_UNDERFLOW = 0x2, EVENT_CODE_SEQ_ERROR = 0x4, EVENT_CODE_TIME_ERROR = 0x8, EVENT_CODE_UNDERFLOW_IN_PACKET = 0x10, EVENT_CODE_SEQ_ERROR_IN_BURST = 0x20, EVENT_CODE_USER_PAYLOAD = 0x40 } |
Public Attributes | |
size_t | channel |
The channel number in a mimo configuration. More... | |
bool | has_time_spec |
Has time specification? More... | |
time_spec_t | time_spec |
When the async event occurred. More... | |
enum uhd::async_metadata_t::event_code_t | event_code |
uint32_t | user_payload [4] |
Async metadata structure for describing transmit related events.
The type of event for a receive async message call.
size_t uhd::async_metadata_t::channel |
The channel number in a mimo configuration.
enum uhd::async_metadata_t::event_code_t uhd::async_metadata_t::event_code |
bool uhd::async_metadata_t::has_time_spec |
Has time specification?
time_spec_t uhd::async_metadata_t::time_spec |
When the async event occurred.
uint32_t uhd::async_metadata_t::user_payload[4] |
A special payload populated by custom FPGA fabric.