|
KiCad PCB EDA Suite
|
#include <string>#include <map>#include <vector>#include <layer_ids.h>#include <lset.h>#include <pcb_io/common/plugin_common_layer_mapping.h>Go to the source code of this file.
Classes | |
| struct | PADS_LAYER_INFO |
| Information about a single PADS layer. More... | |
| class | PADS_LAYER_MAPPER |
| Maps PADS layer numbers and names to KiCad layer IDs. More... | |
Enumerations | |
| enum class | PADS_LAYER_TYPE { UNKNOWN , COPPER_TOP , COPPER_BOTTOM , COPPER_INNER , SILKSCREEN_TOP , SILKSCREEN_BOTTOM , SOLDERMASK_TOP , SOLDERMASK_BOTTOM , PASTE_TOP , PASTE_BOTTOM , ASSEMBLY_TOP , ASSEMBLY_BOTTOM , DOCUMENTATION , BOARD_OUTLINE , DRILL_DRAWING } |
| PADS layer types. More... | |
|
strong |
PADS layer types.
These represent the functional categories of layers in PADS designs, independent of specific layer numbers.
Definition at line 36 of file pads_layer_mapper.h.