KiCad PCB EDA Suite
Loading...
Searching...
No Matches
ALLEGRO_BLOCK_TEST_DESCRIPTOR Struct Reference

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.
 

Detailed Description

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.

Member Data Documentation

◆ m_BlockOffset

size_t ALLEGRO_BLOCK_TEST_DESCRIPTOR::m_BlockOffset

Definition at line 67 of file test_allegro_boards.cpp.

Referenced by createBlockTestEntry().

◆ m_BlockTestJson

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().

◆ m_BlockType

uint8_t ALLEGRO_BLOCK_TEST_DESCRIPTOR::m_BlockType

Definition at line 66 of file test_allegro_boards.cpp.

Referenced by createBlockTestEntry().


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