USRP Hardware Driver and USRP Manual
Version: 4.6.0.0
UHD and USRP Manual
trig_io_mode.hpp
Go to the documentation of this file.
1
//
2
// Copyright 2021 Ettus Research, a National Instruments Brand
3
//
4
// SPDX-License-Identifier: GPL-3.0-or-later
5
//
6
7
#pragma once
8
9
namespace
uhd
{
10
11
enum class
trig_io_mode_t
{
13
PPS_OUTPUT
,
15
INPUT
,
17
OFF
18
};
19
20
}
// namespace uhd
uhd
Definition:
build_info.hpp:12
uhd::trig_io_mode_t::INPUT
Use port as input.
uhd::trig_io_mode_t::PPS_OUTPUT
Output PPS signal from port.
uhd::trig_io_mode_t::OFF
Port is turned off.
uhd::trig_io_mode_t
trig_io_mode_t
Definition:
trig_io_mode.hpp:11
include
uhd
types
trig_io_mode.hpp
Generated by
1.8.13