KiCad PCB EDA Suite
|
#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 |
Definition at line 27 of file odb_netlist.h.
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().
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().
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().
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().
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().
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().
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().
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().
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().
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().
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().
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().
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().
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().