KiCad PCB EDA Suite
|
Used within the WAS_IS class below to hold a pair of PIN_REFs and corresponds to the (pins was is) construct within the specctra dsn spec. More...
#include <specctra.h>
Public Member Functions | |
PIN_PAIR (ELEM *aParent=nullptr) | |
Public Attributes | |
PIN_REF | was |
PIN_REF | is |
Used within the WAS_IS class below to hold a pair of PIN_REFs and corresponds to the (pins was is) construct within the specctra dsn spec.
Definition at line 3520 of file specctra.h.
|
inline |
Definition at line 3522 of file specctra.h.
PIN_REF DSN::PIN_PAIR::is |
Definition at line 3529 of file specctra.h.
Referenced by DSN::SPECCTRA_DB::doWAS_IS().
PIN_REF DSN::PIN_PAIR::was |
Definition at line 3528 of file specctra.h.
Referenced by DSN::SPECCTRA_DB::doWAS_IS().