26#ifndef NETLIST_EXPORTER_ORCADPCB2_H
27#define NETLIST_EXPORTER_ORCADPCB2_H
42 bool WriteNetlist(
const wxString& aOutFileName,
unsigned aNetlistOptions,
An abstract class used for the netlist exporters that Eeschema supports.
Generate a netlist compatible with OrCAD.
NETLIST_EXPORTER_ORCADPCB2(SCHEMATIC *aSchematic)
bool WriteNetlist(const wxString &aOutFileName, unsigned aNetlistOptions, REPORTER &aReporter) override
Write to specified output file.
A pure virtual class used to derive REPORTER objects from.
Holds all the data relating to one schematic.