#include <functional>
#include <map>
#include <memory>
#include <set>
#include <vector>
#include <netclass.h>
#include <settings/nested_settings.h>
#include <eda_pattern_match.h>
Go to the source code of this file.
◆ NET_CHAIN_SOURCE
Owner of a set of chain-derived netclass pattern assignments.
The schematic and the board share one NET_SETTINGS through the project, and each expands the chain-to-netclass overrides using the chain membership it knows about. Tagging the derived entries with their producer keeps one editor's rebuild from dropping the other's.
| Enumerator |
|---|
| SCHEMATIC | |
| BOARD | |
Definition at line 42 of file net_settings.h.