|
KiCad PCB EDA Suite
|
#include <boost/ptr_container/ptr_vector.hpp>#include <wx/arrstr.h>#include <json_common.h>#include <unordered_set>#include <lib_id.h>#include <footprint.h>#include <ctl_flags.h>Go to the source code of this file.
Classes | |
| class | COMPONENT_NET |
| Used to store the component pin name to net name (and pin function) associations stored in a netlist. More... | |
| struct | NETLIST_GROUP |
| class | COMPONENT |
| Store all of the related component information found in a netlist. More... | |
| struct | COMPONENT::UNIT_INFO |
| class | NETLIST |
| Store information read from a netlist along with the flags used to update the NETLIST in the BOARD. More... | |
Macros | |
| #define | CTL_FOR_CVPCB (CTL_OMIT_NETS | CTL_OMIT_FILTERS | CTL_OMIT_EXTRA) |
| #define CTL_FOR_CVPCB (CTL_OMIT_NETS | CTL_OMIT_FILTERS | CTL_OMIT_EXTRA) |
Definition at line 391 of file pcb_netlist.h.
Referenced by NETLIST::FormatCvpcbNetlist().