USRP Hardware Driver and USRP Manual Version: 3.15.0.0-MacPorts-Release
UHD and USRP Manual
mboard_eeprom.hpp
Go to the documentation of this file.
1//
2// Copyright 2010-2012 Ettus Research LLC
3// Copyright 2018 Ettus Research, a National Instruments Company
4// Copyright 2017 Ettus Research (National Instruments Corp.)
5//
6// SPDX-License-Identifier: GPL-3.0-or-later
7//
8
9#ifndef INCLUDED_UHD_USRP_MBOARD_EEPROM_HPP
10#define INCLUDED_UHD_USRP_MBOARD_EEPROM_HPP
11
12#include <uhd/types/dict.hpp>
13#include <string>
14
15namespace uhd { namespace usrp {
16
29
30}} // namespace uhd::usrp
31
32#endif /* INCLUDED_UHD_USRP_MBOARD_EEPROM_HPP */
uhd::dict< std::string, std::string > mboard_eeprom_t
Definition: mboard_eeprom.hpp:28
Definition: build_info.hpp:13