KiCad PCB EDA Suite
Loading...
Searching...
No Matches
ODB_NET_RECORD Struct Reference

#include <odb_netlist.h>

Public Attributes

bool smd
 
bool hole
 
bool is_via
 
wxString netname
 
std::string refdes
 
int drill_radius
 
bool mechanical
 
std::string side
 
int x_location
 
int y_location
 
int x_size
 
int y_size
 
std::string epoint
 
int soldermask
 

Detailed Description

Definition at line 27 of file odb_netlist.h.

Member Data Documentation

◆ drill_radius

int ODB_NET_RECORD::drill_radius

Definition at line 34 of file odb_netlist.h.

Referenced by ODB_NET_LIST::InitPadNetPoints(), and ODB_NET_LIST::InitViaNetPoints().

◆ epoint

std::string ODB_NET_RECORD::epoint

Definition at line 46 of file odb_netlist.h.

Referenced by ODB_NET_LIST::InitPadNetPoints(), and ODB_NET_LIST::InitViaNetPoints().

◆ hole

bool ODB_NET_RECORD::hole

Definition at line 30 of file odb_netlist.h.

Referenced by ODB_NET_LIST::InitPadNetPoints(), and ODB_NET_LIST::InitViaNetPoints().

◆ is_via

bool ODB_NET_RECORD::is_via

Definition at line 31 of file odb_netlist.h.

Referenced by ODB_NET_LIST::InitPadNetPoints(), and ODB_NET_LIST::InitViaNetPoints().

◆ mechanical

bool ODB_NET_RECORD::mechanical

Definition at line 35 of file odb_netlist.h.

Referenced by ODB_NET_LIST::InitPadNetPoints(), and ODB_NET_LIST::InitViaNetPoints().

◆ netname

wxString ODB_NET_RECORD::netname

Definition at line 32 of file odb_netlist.h.

Referenced by ODB_NET_LIST::InitPadNetPoints(), and ODB_NET_LIST::InitViaNetPoints().

◆ refdes

std::string ODB_NET_RECORD::refdes

Definition at line 33 of file odb_netlist.h.

Referenced by ODB_NET_LIST::InitPadNetPoints(), and ODB_NET_LIST::InitViaNetPoints().

◆ side

std::string ODB_NET_RECORD::side

Definition at line 36 of file odb_netlist.h.

Referenced by ODB_NET_LIST::InitPadNetPoints(), and ODB_NET_LIST::InitViaNetPoints().

◆ smd

bool ODB_NET_RECORD::smd

Definition at line 29 of file odb_netlist.h.

Referenced by ODB_NET_LIST::InitPadNetPoints(), and ODB_NET_LIST::InitViaNetPoints().

◆ soldermask

int ODB_NET_RECORD::soldermask

Definition at line 48 of file odb_netlist.h.

Referenced by ODB_NET_LIST::InitPadNetPoints(), and ODB_NET_LIST::InitViaNetPoints().

◆ x_location

int ODB_NET_RECORD::x_location

Definition at line 39 of file odb_netlist.h.

Referenced by ODB_NET_LIST::InitPadNetPoints(), and ODB_NET_LIST::InitViaNetPoints().

◆ x_size

int ODB_NET_RECORD::x_size

Definition at line 42 of file odb_netlist.h.

Referenced by ODB_NET_LIST::InitPadNetPoints(), and ODB_NET_LIST::InitViaNetPoints().

◆ y_location

int ODB_NET_RECORD::y_location

Definition at line 40 of file odb_netlist.h.

Referenced by ODB_NET_LIST::InitPadNetPoints(), and ODB_NET_LIST::InitViaNetPoints().

◆ y_size

int ODB_NET_RECORD::y_size

Definition at line 43 of file odb_netlist.h.

Referenced by ODB_NET_LIST::InitPadNetPoints(), and ODB_NET_LIST::InitViaNetPoints().


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