|
ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
|
Caller-owned workspace for one loaded host index. More...
#include <mdl_cache.h>
Data Fields | |
| mdl_cache_record_t | records [k_mdl_cache_record_max] |
| Retained observations. | |
| uint64_t | host_hash |
| Bound host identity. | |
| uint16_t | schema_version |
| Binary schema version. | |
| uint16_t | record_count |
| Populated rows. | |
Caller-owned workspace for one loaded host index.
Definition at line 54 of file mdl_cache.h.
| uint64_t mdl_cache_index_t::host_hash |
Bound host identity.
Definition at line 56 of file mdl_cache.h.
Referenced by priv_mdl_cache_save().
| uint16_t mdl_cache_index_t::record_count |
Populated rows.
Definition at line 58 of file mdl_cache.h.
Referenced by internal_cache_decode(), internal_cache_find(), internal_cache_payload_identity(), internal_cache_slot(), internal_cache_write_records(), and priv_mdl_cache_save().
| mdl_cache_record_t mdl_cache_index_t::records[k_mdl_cache_record_max] |
Retained observations.
Definition at line 55 of file mdl_cache.h.
Referenced by internal_cache_decode(), internal_cache_find(), internal_cache_payload_identity(), internal_cache_slot(), internal_cache_write_records(), and priv_mdl_cache_save().
| uint16_t mdl_cache_index_t::schema_version |
Binary schema version.
Definition at line 57 of file mdl_cache.h.
Referenced by priv_mdl_cache_save().