8 #ifndef INCLUDED_UHD_TYPES_METADATA_H
9 #define INCLUDED_UHD_TYPES_METADATA_H
23 struct uhd_rx_metadata_t {
25 std::string last_error;
28 struct uhd_tx_metadata_t {
30 std::string last_error;
33 struct uhd_async_metadata_t {
35 std::string last_error;
40 struct uhd_rx_metadata_t;
41 struct uhd_tx_metadata_t;
42 struct uhd_async_metadata_t;
116 int64_t *full_secs_out,
117 double *frac_secs_out
129 size_t *fragment_offset_out
239 int64_t *full_secs_out,
240 double *frac_secs_out
319 int64_t *full_secs_out,
320 double *frac_secs_out
332 uint32_t user_payload_out[4]
#define UHD_API
Definition: config.h:68
uhd_error
UHD error codes.
Definition: error.h:21