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... | |
Define how device streams to host.
See uhd::stream_cmd_t for more details.
size_t uhd_stream_cmd_t::num_samps |
Number of samples.
uhd_stream_mode_t uhd_stream_cmd_t::stream_mode |
How streaming is issued to the device.
bool uhd_stream_cmd_t::stream_now |
Stream now?
double uhd_stream_cmd_t::time_spec_frac_secs |
If not now, then fractional seconds into future to stream.
int64_t uhd_stream_cmd_t::time_spec_full_secs |
If not now, then full seconds into future to stream.