USRP Hardware Driver and USRP Manual Version: 4.1.0.1
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
13namespace uhd {
14
15typedef std::map<std::string, std::vector<uint8_t>> eeprom_map_t;
16
17} /* namespace uhd */
Definition: build_info.hpp:12
std::map< std::string, std::vector< uint8_t > > eeprom_map_t
Definition: eeprom.hpp:15