|
pico-binary-info
Portable Pi Pico binary_info parser
|
Binary info entry defining a named group of related binary info entries. More...
#include <structure.h>
Public Member Functions | |
| bi_ptr_of (const char) label | |
| Pointer to the null-terminated group label. | |
Data Fields | |
| struct _binary_info_core | core |
| Common binary info header. | |
| uint32_t | parent_id |
| ID of the parent group (0 for top-level) | |
| uint16_t | flags |
| Display flags for the group (BI_NAMED_GROUP_*) | |
| uint16_t | group_tag |
| Tag namespace used by entries within this group. | |
| uint32_t | group_id |
| Unique identifier for this group. | |
Binary info entry defining a named group of related binary info entries.
Named groups allow tools to present related binary info entries together under a common label, with configurable display behaviour.