USRP Hardware Driver and USRP Manual Version: 4.7.0.0-0-unknown
UHD and USRP Manual
 
Loading...
Searching...
No Matches
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
14namespace uhd {
15
16typedef std::map<std::string, std::vector<uint8_t>> eeprom_map_t;
17
18} /* namespace uhd */
Definition build_info.hpp:12
std::map< std::string, std::vector< uint8_t > > eeprom_map_t
Definition eeprom.hpp:16