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

Header metadata interned when the comic is finalized. More...

#include <ra8_rabook_comic.h>

Data Fields

const char * title
 Human-readable book title.
const char * author
 Human-readable author or source.
const char * language
 BCP-47 language spelling.
const char * identifier
 Stable book identifier.

Detailed Description

Header metadata interned when the comic is finalized.

Invariant
Every member is NUL-terminated within k_ra8_rabook_comic_string_max bytes.
Since
0.1.0

Definition at line 66 of file ra8_rabook_comic.h.

Field Documentation

◆ author

const char* ra8_rabook_comic_metadata_t::author

Human-readable author or source.

Definition at line 68 of file ra8_rabook_comic.h.

Referenced by internal_set_metadata().

◆ identifier

const char* ra8_rabook_comic_metadata_t::identifier

Stable book identifier.

Definition at line 70 of file ra8_rabook_comic.h.

Referenced by internal_set_metadata().

◆ language

const char* ra8_rabook_comic_metadata_t::language

BCP-47 language spelling.

Definition at line 69 of file ra8_rabook_comic.h.

Referenced by internal_set_metadata().

◆ title

const char* ra8_rabook_comic_metadata_t::title

Human-readable book title.

Definition at line 67 of file ra8_rabook_comic.h.

Referenced by internal_set_metadata().


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