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

Just enough information about the board and block tests to be able to name and register the test cases and look up the definitions at runtime. 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 the board and block tests to be able to name and register the test cases and look up the definitions at runtime.

Definition at line 406 of file test_allegro_boards.cpp.

Member Data Documentation

◆ m_BlockOffset

size_t ALLEGRO_BLOCK_TEST::m_BlockOffset

Definition at line 409 of file test_allegro_boards.cpp.

◆ m_BlockTestJson

const nlohmann::json& ALLEGRO_BLOCK_TEST::m_BlockTestJson

Handy ref to the JSON entry for this block test.

Definition at line 411 of file test_allegro_boards.cpp.

◆ m_BlockType

uint8_t ALLEGRO_BLOCK_TEST::m_BlockType

Definition at line 408 of file test_allegro_boards.cpp.


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