#include <fw-update-unsigned.h>
Public Attributes | |
uint32_t | app_size |
uint32_t | offset |
std::vector< flash_payload_header > | payloads |
flash_table | table_of_content |
std::vector< flash_table > | tables |
uint16_t | version |
Definition at line 70 of file fw-update-unsigned.h.
uint32_t librealsense::flash_section::app_size |
Definition at line 74 of file fw-update-unsigned.h.
uint32_t librealsense::flash_section::offset |
Definition at line 73 of file fw-update-unsigned.h.
std::vector<flash_payload_header> librealsense::flash_section::payloads |
Definition at line 76 of file fw-update-unsigned.h.
flash_table librealsense::flash_section::table_of_content |
Definition at line 75 of file fw-update-unsigned.h.
std::vector<flash_table> librealsense::flash_section::tables |
Definition at line 77 of file fw-update-unsigned.h.
uint16_t librealsense::flash_section::version |
Definition at line 72 of file fw-update-unsigned.h.