| 
    KiCad PCB EDA Suite
    
   | 
 
#include "netlist_exporter_xml.h"#include <build_version.h>#include <common.h>#include <sch_base_frame.h>#include <sch_group.h>#include <string_utils.h>#include <connection_graph.h>#include <pgm_base.h>#include <core/kicad_algo.h>#include <wx/wfstream.h>#include <xnode.h>#include <json_common.h>#include <project_sch.h>#include <trace_helpers.h>#include <set>#include <libraries/symbol_library_adapter.h>Go to the source code of this file.
Functions | |
| static bool | sortPinsByNumber (SCH_PIN *aPin1, SCH_PIN *aPin2) | 
Definition at line 1098 of file netlist_exporter_xml.cpp.
References SCH_PIN::GetShownNumber(), and StrNumCmp().
Referenced by NETLIST_EXPORTER_XML::makeLibParts().