KiCad PCB EDA Suite
Loading...
Searching...
No Matches
ORCAD_DEVICE Struct Reference

One device of a package: the pin-number map of a unit (structure type 32). More...

#include <orcad_records.h>

Public Attributes

std::string unitRef
 
std::string refDes
 
std::vector< std::string > pinNumbers
 
std::vector< bool > pinIgnore
 

Detailed Description

One device of a package: the pin-number map of a unit (structure type 32).

Body layout: lzt unitRef (bare unit letter, no ':View' suffix), lzt refDes, u16 pin count; per pin either the 2-byte marker FF FF (empty number, ignored pin) or lzt number + u8 config (bit 7 = pin ignored).

Definition at line 452 of file orcad_records.h.

Member Data Documentation

◆ pinIgnore

std::vector<bool> ORCAD_DEVICE::pinIgnore

Definition at line 457 of file orcad_records.h.

Referenced by OrcadReadDevice(), and v2Device().

◆ pinNumbers

std::vector<std::string> ORCAD_DEVICE::pinNumbers

Definition at line 456 of file orcad_records.h.

Referenced by ORCAD_CONVERTER::libForInstance(), OrcadReadDevice(), and v2Device().

◆ refDes

std::string ORCAD_DEVICE::refDes

Definition at line 455 of file orcad_records.h.

Referenced by OrcadReadDevice(), and v2Device().

◆ unitRef

std::string ORCAD_DEVICE::unitRef

Definition at line 454 of file orcad_records.h.

Referenced by ORCAD_CONVERTER::libForInstance(), OrcadReadDevice(), and v2Device().


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