PX4 Firmware
PX4 Autopilot Software http://px4.io
app_descriptor_t Struct Reference

#include <boot_app_shared.h>

Collaboration diagram for app_descriptor_t:

Public Attributes

uint8_t signature [sizeof(uint64_t)]
 
uint64_t image_crc
 
uint32_t image_size
 
uint32_t vcs_commit
 
uint8_t major_version
 
uint8_t minor_version
 
uint8_t reserved [6]
 

Detailed Description

Definition at line 141 of file boot_app_shared.h.

Member Data Documentation

◆ image_crc

uint64_t app_descriptor_t::image_crc

Definition at line 143 of file boot_app_shared.h.

Referenced by UavcanEsc::fill_node_info().

◆ image_size

uint32_t app_descriptor_t::image_size

Definition at line 144 of file boot_app_shared.h.

◆ major_version

uint8_t app_descriptor_t::major_version

Definition at line 146 of file boot_app_shared.h.

Referenced by UavcanEsc::fill_node_info().

◆ minor_version

uint8_t app_descriptor_t::minor_version

Definition at line 147 of file boot_app_shared.h.

Referenced by UavcanEsc::fill_node_info().

◆ reserved

uint8_t app_descriptor_t::reserved[6]

Definition at line 148 of file boot_app_shared.h.

◆ signature

uint8_t app_descriptor_t::signature[sizeof(uint64_t)]

Definition at line 142 of file boot_app_shared.h.

◆ vcs_commit

uint32_t app_descriptor_t::vcs_commit

Definition at line 145 of file boot_app_shared.h.


The documentation for this struct was generated from the following file: