KiCad PCB EDA Suite
|
#include <vector>
#include <wx/string.h>
#include <layer_ids.h>
#include <lset.h>
#include <api/serializable.h>
Go to the source code of this file.
Classes | |
class | DIELECTRIC_PRMS |
A helper class to manage a dielectric layer set of parameters. More... | |
class | BOARD_STACKUP_ITEM |
Manage one layer needed to make a physical board. More... | |
class | BOARD_STACKUP |
Manage layers needed to make a physical board. More... | |
Enumerator | |
---|---|
BS_ITEM_TYPE_UNDEFINED | |
BS_ITEM_TYPE_COPPER | |
BS_ITEM_TYPE_DIELECTRIC | |
BS_ITEM_TYPE_SOLDERPASTE | |
BS_ITEM_TYPE_SOLDERMASK | |
BS_ITEM_TYPE_SILKSCREEN |
Definition at line 42 of file board_stackup.h.
Enumerator | |
---|---|
BS_EDGE_CONNECTOR_NONE | |
BS_EDGE_CONNECTOR_IN_USE | |
BS_EDGE_CONNECTOR_BEVELLED |
Definition at line 55 of file board_stackup.h.