#include <uhd/types/component_file.hpp>
Public Attributes | |
uhd::dict< std::string, std::string > | metadata |
std::vector< uint8_t > | data |
Defines a file that can be sent using update_component
metadata | dictionary of strings that define the metadata associated with the file. |
Keys must include "id" and "filename", and may include an "md5" hash, as well as other, device- or component-specific keys.
data | the binary data file |
Can be the contents of the FPGA image file, for example.
std::vector<uint8_t> uhd::usrp::component_file_t::data |
uhd::dict<std::string, std::string> uhd::usrp::component_file_t::metadata |