|
KiCad PCB EDA Suite
|
#include <pads_parser.h>
Public Attributes | |
| UNIT_TYPE | units = UNIT_TYPE::MILS |
| int | layer_count = 2 |
| POINT | origin = {0, 0} |
| double | user_grid = 0.0 |
| USERGRID. | |
| double | thermal_line_width = 30.0 |
| THERLINEWID, THT. | |
| double | thermal_smd_width = 20.0 |
| THERSMDWID, SMD. | |
| int | thermal_flags = 0 |
| THERFLAGS. | |
| double | thermal_min_clearance = 5.0 |
| STMINCLEAR. | |
| int | thermal_min_spokes = 4 |
| STMINSPOKES. | |
| double | drill_oversize = 0.0 |
| DRLOVERSIZE, plated holes. | |
| std::string | default_signal_via |
| VIAPSHVIA. | |
Definition at line 112 of file pads_parser.h.
| std::string PADS_IO::PARAMETERS::default_signal_via |
VIAPSHVIA.
Definition at line 127 of file pads_parser.h.
| double PADS_IO::PARAMETERS::drill_oversize = 0.0 |
DRLOVERSIZE, plated holes.
Definition at line 125 of file pads_parser.h.
| int PADS_IO::PARAMETERS::layer_count = 2 |
Definition at line 115 of file pads_parser.h.
| POINT PADS_IO::PARAMETERS::origin = {0, 0} |
Definition at line 116 of file pads_parser.h.
| int PADS_IO::PARAMETERS::thermal_flags = 0 |
THERFLAGS.
Definition at line 121 of file pads_parser.h.
Referenced by BOOST_AUTO_TEST_CASE(), and BOOST_AUTO_TEST_CASE().
| double PADS_IO::PARAMETERS::thermal_line_width = 30.0 |
THERLINEWID, THT.
Definition at line 119 of file pads_parser.h.
Referenced by PADS_PCB_CONVERTER::ApplyPourSettings(), BOOST_AUTO_TEST_CASE(), and BOOST_AUTO_TEST_CASE().
| double PADS_IO::PARAMETERS::thermal_min_clearance = 5.0 |
STMINCLEAR.
Definition at line 122 of file pads_parser.h.
Referenced by PADS_PCB_CONVERTER::ApplyPourSettings(), BOOST_AUTO_TEST_CASE(), and BOOST_AUTO_TEST_CASE().
| int PADS_IO::PARAMETERS::thermal_min_spokes = 4 |
STMINSPOKES.
Definition at line 123 of file pads_parser.h.
Referenced by BOOST_AUTO_TEST_CASE(), and BOOST_AUTO_TEST_CASE().
| double PADS_IO::PARAMETERS::thermal_smd_width = 20.0 |
THERSMDWID, SMD.
Definition at line 120 of file pads_parser.h.
Referenced by BOOST_AUTO_TEST_CASE(), and BOOST_AUTO_TEST_CASE().
| UNIT_TYPE PADS_IO::PARAMETERS::units = UNIT_TYPE::MILS |
Definition at line 114 of file pads_parser.h.
| double PADS_IO::PARAMETERS::user_grid = 0.0 |
USERGRID.
Definition at line 117 of file pads_parser.h.