KiCad PCB EDA Suite
Loading...
Searching...
No Matches
DSN::PIN_PAIR Struct Reference

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
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ PIN_PAIR()

DSN::PIN_PAIR::PIN_PAIR ( ELEM aParent = nullptr)
inline

Definition at line 3522 of file specctra.h.

Member Data Documentation

◆ is

PIN_REF DSN::PIN_PAIR::is

Definition at line 3529 of file specctra.h.

Referenced by DSN::SPECCTRA_DB::doWAS_IS().

◆ was

PIN_REF DSN::PIN_PAIR::was

Definition at line 3528 of file specctra.h.

Referenced by DSN::SPECCTRA_DB::doWAS_IS().


The documentation for this struct was generated from the following file: