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

Test for issue #22938: Local power port acts as global port. More...

Public Member Functions

 LOCAL_POWER_TEST_FIXTURE ()=default
 

Public Attributes

SETTINGS_MANAGER m_settingsManager
 
std::unique_ptr< SCHEMATICm_schematic
 

Detailed Description

Test for issue #22938: Local power port acts as global port.

A local power port symbol should only connect nets within the same sheet. The bug causes local power ports with the same name on different sheets to be connected together as if they were global power ports.

Definition at line 44 of file test_issue22938_local_power.cpp.

Constructor & Destructor Documentation

◆ LOCAL_POWER_TEST_FIXTURE()

LOCAL_POWER_TEST_FIXTURE::LOCAL_POWER_TEST_FIXTURE ( )
default

Member Data Documentation

◆ m_schematic

std::unique_ptr<SCHEMATIC> LOCAL_POWER_TEST_FIXTURE::m_schematic

Definition at line 49 of file test_issue22938_local_power.cpp.

◆ m_settingsManager

SETTINGS_MANAGER LOCAL_POWER_TEST_FIXTURE::m_settingsManager

Definition at line 48 of file test_issue22938_local_power.cpp.


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