TB2026-YDS Firmware
Loading...
Searching...
No Matches
autonomy_status_t Struct Reference

Snapshot of the running test, for the in-progress screen. More...

#include <autonomy.h>

Data Fields

bool running
 true between autonomy_start() and cancel/shutdown.
autonomy_test_t type
 Workload of the running test (valid when running).
uint32_t elapsed_ms
 Time since the run started, ms (0 when not running).

Detailed Description

Snapshot of the running test, for the in-progress screen.

Field Documentation

◆ elapsed_ms

uint32_t autonomy_status_t::elapsed_ms

Time since the run started, ms (0 when not running).

◆ running

bool autonomy_status_t::running

true between autonomy_start() and cancel/shutdown.

◆ type

autonomy_test_t autonomy_status_t::type

Workload of the running test (valid when running).


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