#include <vector>
#include <wx/string.h>
#include <layer_ids.h>
#include <lset.h>
#include <api/serializable.h>
#include "transline_calculations/transline_calculation_base.h"
Go to the source code of this file.
◆ BOARD_STACKUP_ITEM_TYPE
| 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 48 of file board_stackup.h.
◆ BS_EDGE_CONNECTOR_CONSTRAINTS
| Enumerator |
|---|
| BS_EDGE_CONNECTOR_NONE | |
| BS_EDGE_CONNECTOR_IN_USE | |
| BS_EDGE_CONNECTOR_BEVELLED | |
Definition at line 61 of file board_stackup.h.