software:firmware
MakAir Firmware
|
Auto test for end of line unit test. More...
Go to the source code of this file.
Classes | |
class | EolTest |
Controls the running of the embedded auto tests. More... | |
Macros | |
#define | EOL_TEST_ACTIVE 0xa240183a |
This an arbitrary value allowing to check if test mode is active. More... | |
Variables | |
EolTest | eolTest |
Auto test for end of line unit test.
Definition in file end_of_line_test.h.
#define EOL_TEST_ACTIVE 0xa240183a |
This an arbitrary value allowing to check if test mode is active.
A variable is initialized at beginning of testMode with this value. Due to the fact this value is arbitrary and big, it is highly impossible that a memory corruption randomly gives this value
Definition at line 22 of file end_of_line_test.h.
enum TestState |
Enumerator | |
---|---|
STATE_IN_PROGRESS | |
STATE_ERROR | |
STATE_SUCCESS |
Definition at line 70 of file end_of_line_test.h.
enum TestStep |
Definition at line 26 of file end_of_line_test.h.
|
extern |
Definition at line 37 of file end_of_line_test.cpp.