USRP Hardware Driver and USRP Manual  Version: 4.3.0.HEAD-0-g1f8fd345
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 #pragma once
8 
9 #include <map>
10 #include <string>
11 #include <vector>
12 
13 namespace uhd {
14 
15 typedef std::map<std::string, std::vector<uint8_t>> eeprom_map_t;
16 
17 } /* namespace uhd */
uhd
Definition: build_info.hpp:12
uhd::eeprom_map_t
std::map< std::string, std::vector< uint8_t > > eeprom_map_t
Definition: eeprom.hpp:15