APM:Libraries
Public Attributes | List of all members
AP_ROMFS::embedded_file Struct Reference

Public Attributes

const char * filename
 
uint32_t size
 
const uint8_t * contents
 

Detailed Description

Definition at line 13 of file AP_ROMFS.h.

Member Data Documentation

◆ contents

const uint8_t* AP_ROMFS::embedded_file::contents

Definition at line 16 of file AP_ROMFS.h.

Referenced by AP_ROMFS::find_file().

◆ filename

const char* AP_ROMFS::embedded_file::filename

Definition at line 14 of file AP_ROMFS.h.

◆ size

uint32_t AP_ROMFS::embedded_file::size

Definition at line 15 of file AP_ROMFS.h.

Referenced by AP_ROMFS::find_file().


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