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

Regression coverage for https://gitlab.com/kicad/code/kicad/-/issues/24772. More...

Public Attributes

SETTINGS_MANAGER m_settingsManager
 
std::unique_ptr< BOARDm_board
 

Detailed Description

Regression coverage for https://gitlab.com/kicad/code/kicad/-/issues/24772.

A through via placed while routing a differential pair took its span from the router layer pair instead of the whole board. The via stopped short of the outer layers, which removed the outer annular rings and made the annular width tests report zero.

Definition at line 49 of file test_pns_via_layer_span.cpp.

Member Data Documentation

◆ m_board

std::unique_ptr<BOARD> VIA_LAYER_SPAN_FIXTURE::m_board

Definition at line 52 of file test_pns_via_layer_span.cpp.

◆ m_settingsManager

SETTINGS_MANAGER VIA_LAYER_SPAN_FIXTURE::m_settingsManager

Definition at line 51 of file test_pns_via_layer_span.cpp.


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