USRP Hardware Driver and USRP Manual Version: 4.1.0.1
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
13namespace uhd { namespace usrp {
14
28{
30 std::vector<uint8_t> data;
31};
32
33typedef std::vector<component_file_t> component_files_t;
34
35}} // namespace uhd::usrp
std::vector< component_file_t > component_files_t
Definition: component_file.hpp:33
Definition: build_info.hpp:12
Definition: component_file.hpp:28
uhd::dict< std::string, std::string > metadata
Definition: component_file.hpp:29
std::vector< uint8_t > data
Definition: component_file.hpp:30