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

#include <pads_parser.h>

Public Attributes

std::string name
 
double clearance = 0.0
 CLEARANCE.
 
double track_width = 0.0
 TRACKWIDTH.
 
double via_size = 0.0
 VIASIZE.
 
double via_drill = 0.0
 VIADRILL.
 
double diff_pair_gap = 0.0
 DIFFPAIRGAP.
 
double diff_pair_width = 0.0
 DIFFPAIRWIDTH.
 
std::vector< std::string > net_names
 

Detailed Description

Definition at line 202 of file pads_parser.h.

Member Data Documentation

◆ clearance

double PADS_IO::NET_CLASS_DEF::clearance = 0.0

CLEARANCE.

Definition at line 205 of file pads_parser.h.

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

◆ diff_pair_gap

double PADS_IO::NET_CLASS_DEF::diff_pair_gap = 0.0

DIFFPAIRGAP.

Definition at line 209 of file pads_parser.h.

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

◆ diff_pair_width

double PADS_IO::NET_CLASS_DEF::diff_pair_width = 0.0

DIFFPAIRWIDTH.

Definition at line 210 of file pads_parser.h.

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

◆ name

std::string PADS_IO::NET_CLASS_DEF::name

◆ net_names

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

◆ track_width

double PADS_IO::NET_CLASS_DEF::track_width = 0.0

TRACKWIDTH.

Definition at line 206 of file pads_parser.h.

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

◆ via_drill

double PADS_IO::NET_CLASS_DEF::via_drill = 0.0

◆ via_size

double PADS_IO::NET_CLASS_DEF::via_size = 0.0

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