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

One search or browse request against a configured site descriptor. More...

#include <mdl_app.h>

Data Fields

const char * cfg_path
 Site descriptor path.
const char * term
 Search term; unused when browsing.
size_t pick
 1-based hit to download; 0 lists only.
uint32_t timeout
 Per-request budget, ms.
uint64_t seed
 Governor jitter seed.
bool browse
 Browse latest updates instead of search.

Detailed Description

One search or browse request against a configured site descriptor.

Names the selection a discovery run makes without naming how the caller expressed it, so the same values arrive from an argv parser, a config file, or an on-device menu.

Invariant
browse is true or term is a non-empty search string.
See also
mdl_app_run_discover()
Since
0.1.0

Definition at line 140 of file mdl_app.h.

Field Documentation

◆ browse

bool mdl_discover_run_t::browse

Browse latest updates instead of search.

Definition at line 146 of file mdl_app.h.

Referenced by mdl_app_run_discover().

◆ cfg_path

const char* mdl_discover_run_t::cfg_path

Site descriptor path.

Definition at line 141 of file mdl_app.h.

Referenced by mdl_app_run_discover().

◆ pick

size_t mdl_discover_run_t::pick

1-based hit to download; 0 lists only.

Definition at line 143 of file mdl_app.h.

Referenced by mdl_app_run_discover().

◆ seed

uint64_t mdl_discover_run_t::seed

Governor jitter seed.

Definition at line 145 of file mdl_app.h.

Referenced by mdl_app_run_discover().

◆ term

const char* mdl_discover_run_t::term

Search term; unused when browsing.

Definition at line 142 of file mdl_app.h.

Referenced by mdl_app_run_discover().

◆ timeout

uint32_t mdl_discover_run_t::timeout

Per-request budget, ms.

Definition at line 144 of file mdl_app.h.

Referenced by mdl_app_run_discover().


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