|
KiCad PCB EDA Suite
|
Go to the source code of this file.
Namespaces | |
| namespace | KICAD_DIFF |
Functions | |
| VALIDATION_REPORT | KICAD_DIFF::CheckRefdesUniqueness (const std::vector< REFDES_ENTRY > &aEntries) |
| Run refdes-uniqueness checks. | |
| VALIDATION_REPORT | KICAD_DIFF::CheckConnectivityRebuildFlag (bool aPlanRequiredRebuild, bool aApplierReportedRebuild) |
| Information needed for the connectivity-rebuild side-effect check. | |
| VALIDATION_REPORT | KICAD_DIFF::CheckSchemaVersions (int aAncestorVersion, int aOursVersion, int aTheirsVersion) |
| Schema-version compatibility check: every input to the merge must use a compatible serialization version. | |