#include <memory>
#include <unordered_set>
#include <wx/regex.h>
#include <bus_alias.h>
#include <sch_sheet_path.h>
Go to the source code of this file.
◆ CONNECTION_TYPE
Enumerator |
---|
NONE | No connection to this item.
|
NET | This item represents a net.
|
BUS | This item represents a bus vector.
|
BUS_GROUP | This item represents a bus group.
|
Definition at line 39 of file sch_connection.h.
40{
45};
@ BUS
This item represents a bus vector.
@ NET
This item represents a net.
@ BUS_GROUP
This item represents a bus group.