Structure defining a self-test function. More...
#include <health_server.h>
Data Fields | |
uint8_t | test_id |
Self-test ID. More... | |
health_server_selftest_cb_t | selftest_function |
Pointer to the self-test function. More... | |
Structure defining a self-test function.
An array of these structs should be passed to the health server on initialization if self-tests are supported by the device.
Definition at line 92 of file health_server.h.
uint8_t health_server_selftest_t::test_id |
Self-test ID.
Definition at line 94 of file health_server.h.
health_server_selftest_cb_t health_server_selftest_t::selftest_function |
Pointer to the self-test function.
Definition at line 95 of file health_server.h.