71 void Write(
const wxString& aFilename );
Information pertinent to a Pcbnew printed circuit board.
Wrapper to expose an API for writing IPC-D356 files.
void Write(const wxString &aFilename)
Generates and writes the netlist to a given path.
void write_D356_records(std::vector< D356_RECORD > &aRecords, FILE *aFile)
Writes a list of records to the given output stream.
IPC356D_WRITER(BOARD *aPcb, wxWindow *aParent=nullptr)
Constructs an IPC-356D file writer.
virtual ~IPC356D_WRITER()