KiCad PCB EDA Suite
Loading...
Searching...
No Matches
netlist_exporter_xml.cpp File Reference
#include "netlist_exporter_xml.h"
#include <build_version.h>
#include <common.h>
#include <sch_base_frame.h>
#include <symbol_library.h>
#include <string_utils.h>
#include <connection_graph.h>
#include <core/kicad_algo.h>
#include <wx/wfstream.h>
#include <xnode.h>
#include <nlohmann/json.hpp>
#include <project_sch.h>
#include <symbol_lib_table.h>
#include <set>

Go to the source code of this file.

Functions

static bool sortPinsByNumber (SCH_PIN *aPin1, SCH_PIN *aPin2)
 

Function Documentation

◆ sortPinsByNumber()

static bool sortPinsByNumber ( SCH_PIN aPin1,
SCH_PIN aPin2 
)
static

Definition at line 859 of file netlist_exporter_xml.cpp.

References SCH_PIN::GetShownNumber(), and StrNumCmp().

Referenced by NETLIST_EXPORTER_XML::makeLibParts().