KiCad PCB EDA Suite
Loading...
Searching...
No Matches
export_hyperlynx.h File Reference
#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.
 

Function Documentation

◆ ExportBoardToHyperlynxFile()

bool ExportBoardToHyperlynxFile ( BOARD * aBoard,
const wxString & aFullFilename )

Write aBoard to aFullFilename in Hyperlynx .hyp format.

Returns
true on success.

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().