44 STREAM_MODE_START_CONTINUOUS = int(
'a'),
45 STREAM_MODE_STOP_CONTINUOUS = int(
'o'),
46 STREAM_MODE_NUM_SAMPS_AND_DONE = int(
'd'),
47 STREAM_MODE_NUM_SAMPS_AND_MORE = int(
'm')
Definition time_spec.hpp:31
#define UHD_API
Definition config.h:87
Definition build_info.hpp:12
Definition stream_cmd.hpp:42
bool stream_now
When true, the device will begin streaming ASAP.
Definition stream_cmd.hpp:54
trigger_t
Trigger source to be used when stream_now is false.
Definition stream_cmd.hpp:63
stream_mode_t
Definition stream_cmd.hpp:43
uint64_t num_samps
Definition stream_cmd.hpp:49
time_spec_t time_spec
The time spec to use when stream_now is false and trigger is TIMED.
Definition stream_cmd.hpp:56
stream_cmd_t(const stream_mode_t &stream_mode)