Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of mbed-os-example-mbed5-blinky by
_meta_info Struct Reference
meta info : used for extract meta data and modules array data More...
#include <pack_include.h>
Data Fields | |
| uint32_t | meta_data_size |
| decompressed meta data size | |
| uint32_t | module_data_offset |
| decompressed module data offset | |
| unsigned char * | meta_data |
| decompressed meta data | |
| void * | meta_object |
| json object | |
Detailed Description
meta info : used for extract meta data and modules array data
Definition at line 148 of file pack_include.h.
Field Documentation
| unsigned char* meta_data |
decompressed meta data
Definition at line 160 of file pack_include.h.
| uint32_t meta_data_size |
decompressed meta data size
Definition at line 152 of file pack_include.h.
| void* meta_object |
json object
Definition at line 164 of file pack_include.h.
| uint32_t module_data_offset |
decompressed module data offset
Definition at line 156 of file pack_include.h.
Generated on Tue Jul 12 2022 16:28:55 by
1.7.2
