|
KiCad PCB EDA Suite
|
Reference-designator uniqueness over a flat list of (refdes, id) pairs. More...
#include <merge_validators.h>
Public Attributes | |
| wxString | refdes |
| KIID_PATH | id |
Reference-designator uniqueness over a flat list of (refdes, id) pairs.
Cross-document utility: PCB validates that no two footprints share a refdes, SCH validates symbol references across the hierarchy (instance-aware), CLI uses it for project-level checks.
Definition at line 71 of file merge_validators.h.
| KIID_PATH KICAD_DIFF::REFDES_ENTRY::id |
Definition at line 74 of file merge_validators.h.
Referenced by KICAD_DIFF::PCB_MERGE_APPLIER::Apply(), and KICAD_DIFF::SCH_MERGE_APPLIER::Apply().
| wxString KICAD_DIFF::REFDES_ENTRY::refdes |
Definition at line 73 of file merge_validators.h.
Referenced by KICAD_DIFF::PCB_MERGE_APPLIER::Apply(), and KICAD_DIFF::SCH_MERGE_APPLIER::Apply().