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

A cluster of related route segments that should be grouped together. More...

#include <pads_parser.h>

Public Attributes

std::string name
 Cluster name/identifier.
 
int id = 0
 Cluster ID number.
 
std::vector< std::string > net_names
 Nets belonging to this cluster.
 
std::vector< std::string > segment_refs
 References to route segments in cluster.
 

Detailed Description

A cluster of related route segments that should be grouped together.

Definition at line 645 of file pads_parser.h.

Member Data Documentation

◆ id

int PADS_IO::CLUSTER::id = 0

Cluster ID number.

Definition at line 648 of file pads_parser.h.

Referenced by BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), and PADS_IO::PARSER::parseSectionCLUSTER().

◆ name

std::string PADS_IO::CLUSTER::name

Cluster name/identifier.

Definition at line 647 of file pads_parser.h.

Referenced by BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), and PADS_IO::PARSER::parseSectionCLUSTER().

◆ net_names

std::vector<std::string> PADS_IO::CLUSTER::net_names

Nets belonging to this cluster.

Definition at line 649 of file pads_parser.h.

Referenced by BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), and PADS_IO::PARSER::parseSectionCLUSTER().

◆ segment_refs

std::vector<std::string> PADS_IO::CLUSTER::segment_refs

References to route segments in cluster.

Definition at line 650 of file pads_parser.h.

Referenced by BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), and PADS_IO::PARSER::parseSectionCLUSTER().


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