24#ifndef NETLIST_EXPORTER_PADS_H 
   25#define NETLIST_EXPORTER_PADS_H 
   44    bool WriteNetlist( 
const wxString& aOutFileName, 
unsigned aNetlistOptions,
 
 
NETLIST_EXPORTER_BASE(SCHEMATIC *aSchematic)
 
bool WriteNetlist(const wxString &aOutFileName, unsigned aNetlistOptions, REPORTER &aReporter) override
Write to specified output file.
 
NETLIST_EXPORTER_PADS(SCHEMATIC *aSchematic)
 
bool writeListOfNets(FILE *f)
Write a net list (ranked by Netcode), and pins connected to it.
 
A pure virtual class used to derive REPORTER objects from.
 
Holds all the data relating to one schematic.