|
enum | PowerSymbolStyle { GND,
EARTH,
DOT,
ANTENNA
} |
|
|
| Net (const UUID &uu, const json &, class Block &block) |
|
| Net (const UUID &uu, const json &) |
|
| Net (const UUID &uu) |
|
virtual UUID | get_uuid () const |
|
json | serialize () const |
|
bool | is_named () const |
|
|
UUID | uuid |
|
std::string | name |
|
bool | is_power = false |
|
PowerSymbolStyle | power_symbol_style = PowerSymbolStyle::GND |
|
bool | power_symbol_name_visible = true |
|
uuid_ptr< NetClass > | net_class |
|
uuid_ptr< Net > | diffpair |
|
bool | diffpair_master = false |
|
bool | is_power_forced = false |
|
bool | is_bussed = false |
|
unsigned int | n_pins_connected = 0 |
|
bool | has_bus_rippers = false |
|
The documentation for this class was generated from the following files:
- src/block/net.hpp
- src/block/net.cpp