UHD  003.004.000-16-stable
Public Member Functions | Public Attributes
uhd::tx_metadata_t Struct Reference

#include <metadata.hpp>

List of all members.

Public Member Functions

 tx_metadata_t (void)

Public Attributes

bool has_time_spec
time_spec_t time_spec
 When to send the first sample.
bool start_of_burst
 Set start of burst to true for the first packet in the chain.
bool end_of_burst
 Set end of burst to true for the last packet in the chain.

Detailed Description

TX metadata structure for describing received IF data. Includes time specification, and start and stop burst flags. The send routines will convert the metadata to IF data headers.


Constructor & Destructor Documentation

uhd::tx_metadata_t::tx_metadata_t ( void  )

The default constructor: Sets the fields to default values (flags set to false).


Member Data Documentation

Set end of burst to true for the last packet in the chain.

Has time specification?

  • Set false to send immediately.
  • Set true to send at the time specified by time spec.

Set start of burst to true for the first packet in the chain.

When to send the first sample.


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines