KiCad PCB EDA Suite
|
#include <export_d356.h>
Public Attributes | |
bool | smd |
bool | hole |
wxString | netname |
wxString | refdes |
wxString | pin |
bool | midpoint |
int | drill |
bool | mechanical |
int | access |
int | soldermask |
int | x_location |
int | y_location |
int | x_size |
int | y_size |
int | rotation |
Definition at line 29 of file export_d356.h.
int D356_RECORD::access |
Definition at line 39 of file export_d356.h.
Referenced by build_pad_testpoints(), build_via_testpoints(), and IPC356D_WRITER::write_D356_records().
int D356_RECORD::drill |
Definition at line 37 of file export_d356.h.
Referenced by build_pad_testpoints(), build_via_testpoints(), and IPC356D_WRITER::write_D356_records().
bool D356_RECORD::hole |
Definition at line 32 of file export_d356.h.
Referenced by build_pad_testpoints(), build_via_testpoints(), and IPC356D_WRITER::write_D356_records().
bool D356_RECORD::mechanical |
Definition at line 38 of file export_d356.h.
Referenced by build_pad_testpoints(), build_via_testpoints(), and IPC356D_WRITER::write_D356_records().
bool D356_RECORD::midpoint |
Definition at line 36 of file export_d356.h.
Referenced by build_pad_testpoints(), build_via_testpoints(), and IPC356D_WRITER::write_D356_records().
wxString D356_RECORD::netname |
Definition at line 33 of file export_d356.h.
Referenced by build_pad_testpoints(), build_via_testpoints(), and IPC356D_WRITER::write_D356_records().
wxString D356_RECORD::pin |
Definition at line 35 of file export_d356.h.
Referenced by build_pad_testpoints(), build_via_testpoints(), and IPC356D_WRITER::write_D356_records().
wxString D356_RECORD::refdes |
Definition at line 34 of file export_d356.h.
Referenced by build_pad_testpoints(), build_via_testpoints(), and IPC356D_WRITER::write_D356_records().
int D356_RECORD::rotation |
Definition at line 46 of file export_d356.h.
Referenced by build_pad_testpoints(), build_via_testpoints(), and IPC356D_WRITER::write_D356_records().
bool D356_RECORD::smd |
Definition at line 31 of file export_d356.h.
Referenced by build_pad_testpoints(), build_via_testpoints(), and IPC356D_WRITER::write_D356_records().
int D356_RECORD::soldermask |
Definition at line 40 of file export_d356.h.
Referenced by build_pad_testpoints(), build_via_testpoints(), and IPC356D_WRITER::write_D356_records().
int D356_RECORD::x_location |
Definition at line 42 of file export_d356.h.
Referenced by build_pad_testpoints(), build_via_testpoints(), and IPC356D_WRITER::write_D356_records().
int D356_RECORD::x_size |
Definition at line 44 of file export_d356.h.
Referenced by build_pad_testpoints(), build_via_testpoints(), and IPC356D_WRITER::write_D356_records().
int D356_RECORD::y_location |
Definition at line 43 of file export_d356.h.
Referenced by build_pad_testpoints(), build_via_testpoints(), and IPC356D_WRITER::write_D356_records().
int D356_RECORD::y_size |
Definition at line 45 of file export_d356.h.
Referenced by build_pad_testpoints(), build_via_testpoints(), and IPC356D_WRITER::write_D356_records().