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 3525 of file specctra.h.
|
inline |
Definition at line 3527 of file specctra.h.
PIN_REF DSN::PIN_PAIR::is |
Definition at line 3534 of file specctra.h.
Referenced by DSN::SPECCTRA_DB::doWAS_IS().
PIN_REF DSN::PIN_PAIR::was |
Definition at line 3533 of file specctra.h.
Referenced by DSN::SPECCTRA_DB::doWAS_IS().