|
KiCad PCB EDA Suite
|
Just enough information about a block-level test to be able to name and register it with the test runner at static init time. More...
Public Attributes | |
| uint8_t | m_BlockType |
| size_t | m_BlockOffset |
| const nlohmann::json & | m_BlockTestJson |
| Handy ref to the JSON entry for this block test. | |
Just enough information about a block-level test to be able to name and register it with the test runner at static init time.
Definition at line 64 of file test_allegro_boards.cpp.
| size_t ALLEGRO_BLOCK_TEST_DESCRIPTOR::m_BlockOffset |
Definition at line 67 of file test_allegro_boards.cpp.
Referenced by createBlockTestEntry().
| const nlohmann::json& ALLEGRO_BLOCK_TEST_DESCRIPTOR::m_BlockTestJson |
Handy ref to the JSON entry for this block test.
Definition at line 69 of file test_allegro_boards.cpp.
Referenced by createBlockTestEntry().
| uint8_t ALLEGRO_BLOCK_TEST_DESCRIPTOR::m_BlockType |
Definition at line 66 of file test_allegro_boards.cpp.
Referenced by createBlockTestEntry().