KiCad PCB EDA Suite
Loading...
Searching...
No Matches
export_hyperlynx.cpp File Reference
#include <kiface_base.h>
#include <macros.h>
#include <pcb_edit_frame.h>
#include <board.h>
#include <board_design_settings.h>
#include <board_item.h>
#include <footprint.h>
#include <pad.h>
#include <pcb_track.h>
#include <zone.h>
#include <cstdio>
#include <vector>
#include <ki_exception.h>
#include <locale_io.h>
#include <reporter.h>
#include <exporters/board_exporter_base.h>

Go to the source code of this file.

Classes

class  HYPERLYNX_PAD_STACK
 
class  HYPERLYNX_EXPORTER
 

Functions

static double iu2hyp (double iu)
 
bool ExportBoardToHyperlynx (BOARD *aBoard, const wxFileName &aPath)
 

Function Documentation

◆ ExportBoardToHyperlynx()

bool ExportBoardToHyperlynx ( BOARD aBoard,
const wxFileName &  aPath 
)

◆ iu2hyp()