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

#include <pads_parser.h>

Public Attributes

std::string type
 VIA or PIN.
 
double x = 0.0
 
double y = 0.0
 
int side = 0
 0=through, 1=top, 2=bottom
 
std::string net_name
 
std::string symbol_name
 

Detailed Description

Definition at line 615 of file pads_parser.h.

Member Data Documentation

◆ net_name

std::string PADS_IO::TEST_POINT::net_name

Definition at line 621 of file pads_parser.h.

◆ side

int PADS_IO::TEST_POINT::side = 0

0=through, 1=top, 2=bottom

Definition at line 620 of file pads_parser.h.

Referenced by BOOST_AUTO_TEST_CASE().

◆ symbol_name

std::string PADS_IO::TEST_POINT::symbol_name

Definition at line 622 of file pads_parser.h.

◆ type

std::string PADS_IO::TEST_POINT::type

VIA or PIN.

Definition at line 617 of file pads_parser.h.

◆ x

double PADS_IO::TEST_POINT::x = 0.0

Definition at line 618 of file pads_parser.h.

◆ y

double PADS_IO::TEST_POINT::y = 0.0

Definition at line 619 of file pads_parser.h.


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