A struct of parameters to construct a stream. More...
#include <uhd/usrp/usrp.h>
Public Attributes | |
char * | cpu_format |
Format of host memory. More... | |
char * | otw_format |
Over-the-wire format. More... | |
char * | args |
Other stream args. More... | |
size_t * | channel_list |
Array that lists channels. More... | |
int | n_channels |
Number of channels. More... | |
A struct of parameters to construct a stream.
See uhd::stream_args_t for more details.
char* uhd_stream_args_t::args |
Other stream args.
size_t* uhd_stream_args_t::channel_list |
Array that lists channels.
char* uhd_stream_args_t::cpu_format |
Format of host memory.
int uhd_stream_args_t::n_channels |
Number of channels.
char* uhd_stream_args_t::otw_format |
Over-the-wire format.