Net class representing electrical connections.
More...
#include <component.hpp>
Net class representing electrical connections.
Definition at line 122 of file component.hpp.
◆ Net()
zlayout::components::Net::Net |
( |
const std::string & | name | ) |
|
|
explicit |
◆ addPin()
void zlayout::components::Net::addPin |
( |
std::shared_ptr< Pin > | pin | ) |
|
◆ getName()
const std::string & zlayout::components::Net::getName |
( |
| ) |
const |
|
inline |
◆ getPins()
const std::vector< std::shared_ptr< Pin > > & zlayout::components::Net::getPins |
( |
| ) |
const |
|
inline |
◆ propagateSignal()
void zlayout::components::Net::propagateSignal |
( |
SignalState | state | ) |
|
◆ removePin()
void zlayout::components::Net::removePin |
( |
std::shared_ptr< Pin > | pin | ) |
|
The documentation for this class was generated from the following file: