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