26#ifndef NETLIST_EXPORTER_KICAD_H
27#define NETLIST_EXPORTER_KICAD_H
50 bool WriteNetlist(
const wxString& aOutFileName,
unsigned aNetlistOptions )
override;
Generate the KiCad netlist format supported by Pcbnew.
void Format(OUTPUTFORMATTER *aOutputFormatter, int aCtl)
Output this s-expression netlist into aOutputFormatter.
bool WriteNetlist(const wxString &aOutFileName, unsigned aNetlistOptions) override
Write netlist to aOutFileName.
NETLIST_EXPORTER_KICAD(SCHEMATIC *aSchematic)
Generate a generic XML based netlist file.
Holds all the data relating to one schematic.