|
KiCad PCB EDA Suite
|
#include "pads_binary_parser.h"#include <algorithm>#include <cmath>#include <cstring>#include <fstream>#include <set>#include <ki_exception.h>#include <wx/log.h>Go to the source code of this file.
Namespaces | |
| namespace | PADS_IO |
Variables | |
| static const uint8_t | PADS_IO::FOOTER_GUID [] = "{2FE18320-6448-11d1-A412-000000000000}" |
| static const std::map< uint8_t, std::string > | PADS_IO::PAD_SHAPE_NAMES |