26#ifndef NETLIST_EXPORTER_KICAD_H
27#define NETLIST_EXPORTER_KICAD_H
50 bool WriteNetlist(
const wxString& aOutFileName,
unsigned aNetlistOptions,
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, REPORTER &aReporter) override
Write netlist to aOutFileName.
NETLIST_EXPORTER_KICAD(SCHEMATIC *aSchematic)
Generate a generic XML based netlist file.
A pure virtual class used to derive REPORTER objects from.
Holds all the data relating to one schematic.