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