|
KiCad PCB EDA Suite
|
Information about a single PADS layer. More...
#include <pads_layer_mapper.h>
Public Attributes | |
| int | padsLayerNum |
| PADS layer number. | |
| std::string | name |
| Layer name as it appears in PADS file. | |
| PADS_LAYER_TYPE | type |
| Categorized layer type. | |
| bool | required |
| Whether this layer must be mapped. | |
Information about a single PADS layer.
Definition at line 59 of file pads_layer_mapper.h.
| std::string PADS_LAYER_INFO::name |
Layer name as it appears in PADS file.
Definition at line 62 of file pads_layer_mapper.h.
| int PADS_LAYER_INFO::padsLayerNum |
PADS layer number.
Definition at line 61 of file pads_layer_mapper.h.
| bool PADS_LAYER_INFO::required |
Whether this layer must be mapped.
Definition at line 64 of file pads_layer_mapper.h.
| PADS_LAYER_TYPE PADS_LAYER_INFO::type |
Categorized layer type.
Definition at line 63 of file pads_layer_mapper.h.