USRP Hardware Driver and USRP Manual
Version: 3.11.0.HEAD-0-ga1b5c4ae
UHD and USRP Manual
eeprom.hpp
Go to the documentation of this file.
1
//
2
// Copyright 2017 Ettus Research (National Instruments Corp.)
3
//
4
// SPDX-License-Identifier: GPL-3.0-or-later
5
//
6
7
#ifndef INCLUDED_UHD_EEPROM_HPP
8
#define INCLUDED_UHD_EEPROM_HPP
9
10
#include <map>
11
#include <string>
12
#include <vector>
13
14
namespace
uhd
{
15
16
typedef
std::map<std::string, std::vector<uint8_t>>
eeprom_map_t
;
17
18
}
/* namespace uhd */
19
20
#endif
/* INCLUDED_UHD_EEPROM_HPP */
uhd::eeprom_map_t
std::map< std::string, std::vector< uint8_t > > eeprom_map_t
Definition:
eeprom.hpp:16
uhd
Definition:
build_info.hpp:14
include
uhd
types
eeprom.hpp
Generated by
1.8.13