38 STREAM_MODE_START_CONTINUOUS = int(
'a'),
39 STREAM_MODE_STOP_CONTINUOUS = int(
'o'),
40 STREAM_MODE_NUM_SAMPS_AND_DONE = int(
'd'),
41 STREAM_MODE_NUM_SAMPS_AND_MORE = int(
'm')
Definition: time_spec.hpp:31
#define UHD_API
Definition: config.h:67
Definition: build_info.hpp:12
Definition: stream_cmd.hpp:36
bool stream_now
Definition: stream_cmd.hpp:45
stream_mode_t
Definition: stream_cmd.hpp:37
uint64_t num_samps
Definition: stream_cmd.hpp:43
time_spec_t time_spec
Definition: stream_cmd.hpp:46
stream_cmd_t(const stream_mode_t &stream_mode)