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

A package: refdes prefix, footprint and per-unit devices (structure type 31). More...

#include <orcad_records.h>

Public Attributes

std::string name
 
std::string sourceLib
 
std::string refDes
 
std::string pcbFootprint
 
std::vector< ORCAD_DEVICEdevices
 

Detailed Description

A package: refdes prefix, footprint and per-unit devices (structure type 31).

Body layout: lzt name, lzt sourceLib, lzt refDes, lzt unknown, lzt pcbFootprint, u16 device count (Device structures).

Definition at line 467 of file orcad_records.h.

Member Data Documentation

◆ devices

std::vector<ORCAD_DEVICE> ORCAD_PACKAGE::devices

◆ name

std::string ORCAD_PACKAGE::name

◆ pcbFootprint

std::string ORCAD_PACKAGE::pcbFootprint

◆ refDes

◆ sourceLib

std::string ORCAD_PACKAGE::sourceLib

Definition at line 470 of file orcad_records.h.

Referenced by OrcadReadPackage(), and v2Package().


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