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