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