|
KiCad PCB EDA Suite
|
#include <wx/string.h>Go to the source code of this file.
Functions | |
| bool | ExportBoardToHyperlynxFile (BOARD *aBoard, const wxString &aFullFilename) |
Write aBoard to aFullFilename in Hyperlynx .hyp format. | |
| bool ExportBoardToHyperlynxFile | ( | BOARD * | aBoard, |
| const wxString & | aFullFilename ) |
Write aBoard to aFullFilename in Hyperlynx .hyp format.
Definition at line 717 of file export_hyperlynx.cpp.
References HYPERLYNX_EXPORTER::Run(), BOARD_EXPORTER_BASE::SetBoard(), and BOARD_EXPORTER_BASE::SetOutputFilename().
Referenced by BOARD_EDITOR_CONTROL::ExportHyperlynx().