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

One discovery hit: a human-facing title paired with a series URL. More...

#include <mdl_extract.h>

Data Fields

char title [k_mdl_hit_title_max]
 Display title, NUL-terminated.
char url [k_mdl_url_max]
 Absolute series URL, NUL-terminated.

Detailed Description

One discovery hit: a human-facing title paired with a series URL.

Produced by mdl_extract_hits from a search or latest-updates page; the title is the anchor's title= attribute, its stripped inner text, or – when neither is present – the URL's last path segment.

Invariant
Both fields are NUL-terminated; url is absolute.
See also
mdl_extract_hits()
Since
0.1.0

Definition at line 50 of file mdl_extract.h.

Field Documentation

◆ title

char mdl_hit_t::title[k_mdl_hit_title_max]

Display title, NUL-terminated.

Definition at line 51 of file mdl_extract.h.

Referenced by internal_merge_hit(), internal_print_hits(), and internal_select_hit().

◆ url

char mdl_hit_t::url[k_mdl_url_max]

Absolute series URL, NUL-terminated.

Definition at line 52 of file mdl_extract.h.

Referenced by internal_hit_index_of(), internal_merge_hit(), internal_print_hits(), internal_select_hit(), and mdl_search_filter_series_hits().


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