|
KiCad PCB EDA Suite
|
#include "pcb_io_allegro.h"#include <board.h>#include <reporter.h>#include <fstream>#include <io/io_utils.h>#include <kiplatform/io.h>#include <convert/allegro_parser.h>#include <allegro_builder.h>#include <core/profile.h>#include <stdexcept>Go to the source code of this file.
Functions | |
| static bool | checkFileHeader (const wxString &aFileName) |
| static std::map< wxString, PCB_LAYER_ID > | allegroDefaultLayerMappingCallback (const std::vector< INPUT_LAYER_DESC > &aInputLayerDescriptionVector) |
Variables | |
| static const wxChar *const | traceAllegroPerf = wxT( "KICAD_ALLEGRO_PERF" ) |
| Pcbnew PLUGIN for Allegro brd format. | |
|
static |
Definition at line 78 of file pcb_io_allegro.cpp.
Referenced by PCB_IO_ALLEGRO::PCB_IO_ALLEGRO().
|
static |
Definition at line 48 of file pcb_io_allegro.cpp.
References IO_UTILS::fileHasBinaryHeader().
Referenced by PCB_IO_ALLEGRO::CanReadBoard().
|
static |
Pcbnew PLUGIN for Allegro brd format.
Definition at line 45 of file pcb_io_allegro.cpp.