22struct uhd_rx_metadata_t {
 
   24    std::string last_error;
 
   27struct uhd_tx_metadata_t {
 
   29    std::string last_error;
 
   32struct uhd_async_metadata_t {
 
   34    std::string last_error;
 
   39struct uhd_rx_metadata_t;
 
   40struct uhd_tx_metadata_t;
 
   41struct uhd_async_metadata_t;
 
  115    int64_t *full_secs_out,
 
  116    double *frac_secs_out
 
  128    size_t *fragment_offset_out
 
  238    int64_t *full_secs_out,
 
  239    double *frac_secs_out
 
  318    int64_t *full_secs_out,
 
  319    double *frac_secs_out
 
  331    uint32_t user_payload_out[4]
 
#define UHD_API
Definition: config.h:70
 
uhd_error
UHD error codes.
Definition: error.h:20