USRP Hardware Driver and USRP Manual  Version: 4.1.0.4-3
UHD and USRP Manual
adapter_id.hpp
Go to the documentation of this file.
1 //
2 // Copyright 2019 Ettus Research, a National Instruments Brand
3 //
4 // SPDX-License-Identifier: GPL-3.0-or-later
5 //
6 
7 #pragma once
8 
9 #include <cstddef>
10 
11 namespace uhd { namespace transport {
12 
14 using adapter_id_t = size_t;
16 static const adapter_id_t NULL_ADAPTER_ID = 0;
17 
18 }} // namespace uhd::transport
size_t adapter_id_t
Host transport adapter ID.
Definition: adapter_id.hpp:14
Definition: build_info.hpp:12