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

#include <orcad_records.h>

Public Attributes

std::string name
 
std::string sourceLib
 
std::string refDes
 
std::string pcbFootprint
 
std::vector< ORCAD_DEVICEdevices
 
std::vector< ORCAD_PACKAGEvariants
 later same-name cache entries in stream order
 
std::map< std::string, std::string > props
 Part-level properties shared by every placement (Description, Tolerance, ...).
 

Detailed Description

Definition at line 344 of file orcad_records.h.

Member Data Documentation

◆ devices

◆ name

◆ pcbFootprint

std::string ORCAD_PACKAGE::pcbFootprint

◆ props

std::map<std::string, std::string> ORCAD_PACKAGE::props

Part-level properties shared by every placement (Description, Tolerance, ...).

Placements carry only their own overrides, so these must be merged in.

Definition at line 355 of file orcad_records.h.

Referenced by BOOST_AUTO_TEST_CASE(), OrcadReadPackage(), and v2Package().

◆ refDes

std::string ORCAD_PACKAGE::refDes

◆ sourceLib

std::string ORCAD_PACKAGE::sourceLib

◆ variants

std::vector<ORCAD_PACKAGE> ORCAD_PACKAGE::variants

later same-name cache entries in stream order

Definition at line 351 of file orcad_records.h.

Referenced by BOOST_AUTO_TEST_CASE(), and ORCAD_CONVERTER::packageFor().


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