USRP Hardware Driver and USRP Manual  Version: 4.6.0.0-7-gece7c4811
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 <cstdint>
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 */
std::map< std::string, std::vector< uint8_t > > eeprom_map_t
Definition: eeprom.hpp:16
Definition: build_info.hpp:12