|
ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
|
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. | |
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.
| 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().
| 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().
| 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().
| 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().
| 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().
| 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().