USRP Hardware Driver and USRP Manual  Version: 4.6.0.0-7-gece7c4811
UHD and USRP Manual
uhd_stream_cmd_t Struct Reference

Define how device streams to host. More...

#include <uhd/usrp/usrp.h>

Public Attributes

uhd_stream_mode_t stream_mode
 How streaming is issued to the device. More...
 
size_t num_samps
 Number of samples. More...
 
bool stream_now
 Stream now? More...
 
int64_t time_spec_full_secs
 If not now, then full seconds into future to stream. More...
 
double time_spec_frac_secs
 If not now, then fractional seconds into future to stream. More...
 

Detailed Description

Define how device streams to host.

See uhd::stream_cmd_t for more details.

Member Data Documentation

◆ num_samps

size_t uhd_stream_cmd_t::num_samps

Number of samples.

◆ stream_mode

uhd_stream_mode_t uhd_stream_cmd_t::stream_mode

How streaming is issued to the device.

◆ stream_now

bool uhd_stream_cmd_t::stream_now

Stream now?

◆ time_spec_frac_secs

double uhd_stream_cmd_t::time_spec_frac_secs

If not now, then fractional seconds into future to stream.

◆ time_spec_full_secs

int64_t uhd_stream_cmd_t::time_spec_full_secs

If not now, then full seconds into future to stream.


The documentation for this struct was generated from the following file: