73 bool Write(
const wxString& aFilename );
Information pertinent to a Pcbnew printed circuit board.
Wrapper to expose an API for writing IPC-D356 files.
bool m_doNotExportUnconnectedPads
void write_D356_records(std::vector< D356_RECORD > &aRecords, FILE *aFile)
Writes a list of records to the given output stream.
void build_pad_testpoints(BOARD *aPcb, std::vector< D356_RECORD > &aRecords)
void SetDoNotExportUnconnectedPads(bool aDoNotExportUnconnectedPads)
Sets whether unconnected pads should be exported.
IPC356D_WRITER(BOARD *aPcb)
Constructs an IPC-356D file writer.
bool Write(const wxString &aFilename)
Generates and writes the netlist to a given path.
virtual ~IPC356D_WRITER()