USRP Hardware Driver and USRP Manual Version: 20250207.0.git0dede88c.fc43
UHD and USRP Manual
 
Loading...
Searching...
No Matches
stream_cmd.hpp
Go to the documentation of this file.
1/*
2 * Copyright 2010-2012,2015 Ettus Research LLC
3 * Copyright 2018 Ettus Research, a National Instruments Company
4 *
5 * SPDX-License-Identifier: GPL-3.0-or-later
6 */
7
8#pragma once
9
10#include <uhd/config.hpp>
12
13namespace uhd {
14
54
55} /* namespace uhd */
Definition time_spec.hpp:31
#define UHD_API
Definition config.h:87
Definition build_info.hpp:12
bool stream_now
Definition stream_cmd.hpp:49
stream_mode_t
Definition stream_cmd.hpp:41
@ STREAM_MODE_NUM_SAMPS_AND_DONE
Definition stream_cmd.hpp:44
@ STREAM_MODE_NUM_SAMPS_AND_MORE
Definition stream_cmd.hpp:45
@ STREAM_MODE_STOP_CONTINUOUS
Definition stream_cmd.hpp:43
@ STREAM_MODE_START_CONTINUOUS
Definition stream_cmd.hpp:42
uint64_t num_samps
Definition stream_cmd.hpp:47
time_spec_t time_spec
Definition stream_cmd.hpp:50
enum uhd::stream_cmd_t::stream_mode_t stream_mode
stream_cmd_t(const stream_mode_t &stream_mode)