ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
Loading...
Searching...
No Matches
mdl_export_output_t Struct Reference

One validated staged publication, including random ZIP backfill. More...

#include <mdl_export_io_internal.h>

Collaboration diagram for mdl_export_output_t:

Data Fields

mdl_storage_txn_t writer
 Active storage transaction.
mdl_format_t format
 Canonical verifier selection.
uint64_t offset
 Current staged write position.
uint64_t extent
 Greatest written byte edge.
ra8_err_t error
 First callback error, if any.

Detailed Description

One validated staged publication, including random ZIP backfill.

Definition at line 38 of file mdl_export_io_internal.h.

Field Documentation

◆ error

◆ extent

uint64_t mdl_export_output_t::extent

Greatest written byte edge.

Definition at line 42 of file mdl_export_io_internal.h.

Referenced by internal_emit_container(), internal_output_write_at(), and priv_mdl_export_output_commit().

◆ format

mdl_format_t mdl_export_output_t::format

Canonical verifier selection.

Definition at line 40 of file mdl_export_io_internal.h.

Referenced by priv_mdl_export_output_commit().

◆ offset

uint64_t mdl_export_output_t::offset

Current staged write position.

Definition at line 41 of file mdl_export_io_internal.h.

Referenced by internal_output_write_at(), and priv_mdl_export_output_write().

◆ writer


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