USRP Hardware Driver and USRP Manual
Version: 4.4.0.HEAD-0-g5fac246b
UHD and USRP Manual
component_file.hpp
Go to the documentation of this file.
1
//
2
// Copyright 2017 Ettus Research, a National Instruments Company
3
//
4
// SPDX-License-Identifier: GPL-3.0-or-later
5
//
6
7
#pragma once
8
9
#include <
uhd/types/dict.hpp
>
10
#include <string>
11
#include <vector>
12
13
namespace
uhd
{
namespace
usrp {
14
27
struct
component_file_t
28
{
29
uhd::dict<std::string, std::string>
metadata
;
30
std::vector<uint8_t>
data
;
31
};
32
33
typedef
std::vector<component_file_t>
component_files_t
;
34
35
}}
// namespace uhd::usrp
uhd::usrp::component_file_t
Definition:
component_file.hpp:27
uhd::usrp::component_file_t::metadata
uhd::dict< std::string, std::string > metadata
Definition:
component_file.hpp:29
uhd
Definition:
build_info.hpp:12
uhd::dict< std::string, std::string >
uhd::usrp::component_files_t
std::vector< component_file_t > component_files_t
Definition:
component_file.hpp:33
dict.hpp
uhd::usrp::component_file_t::data
std::vector< uint8_t > data
Definition:
component_file.hpp:30
include
uhd
types
component_file.hpp
Generated by
1.8.17