|
TB2026-YDS Firmware
|
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). | |
Snapshot of the running test, for the in-progress screen.
| uint32_t autonomy_status_t::elapsed_ms |
Time since the run started, ms (0 when not running).
| bool autonomy_status_t::running |
true between autonomy_start() and cancel/shutdown.
| autonomy_test_t autonomy_status_t::type |
Workload of the running test (valid when running).