KiCad PCB EDA Suite
Loading...
Searching...
No Matches
PADS_IO::PART_CLUSTER Struct Reference

A PADS part cluster (named group of parts). More...

#include <pads_binary_parser.h>

Public Attributes

std::string name
 
int id = 0
 

Detailed Description

A PADS part cluster (named group of parts).

Deliberately distinct from the net-keyed CLUSTER in pads_parser.h, which carries net/segment members this part-keyed table does not, so a separate type avoids a clash.

Definition at line 126 of file pads_binary_parser.h.

Member Data Documentation

◆ id

int PADS_IO::PART_CLUSTER::id = 0

Definition at line 129 of file pads_binary_parser.h.

Referenced by PADS_IO::BINARY_PARSER::parseClusters().

◆ name

std::string PADS_IO::PART_CLUSTER::name

Definition at line 128 of file pads_binary_parser.h.

Referenced by PADS_IO::BINARY_PARSER::parseClusters().


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