|
KiCad PCB EDA Suite
|
#include <sch_io_altium.h>
Public Attributes | |
| VECTOR2I | m_location |
| VECTOR2I | m_entryLocation |
| ASCH_SHEET_ENTRY_SIDE | m_harnessConnectorSide |
| int | m_primaryConnectionPosition |
| wxString | m_name |
Definition at line 54 of file sch_io_altium.h.
| VECTOR2I HARNESS::HARNESS_PORT::m_entryLocation |
Definition at line 57 of file sch_io_altium.h.
Referenced by SCH_IO_ALTIUM::CreateAliases(), and SCH_IO_ALTIUM::ParseHarnessEntry().
| ASCH_SHEET_ENTRY_SIDE HARNESS::HARNESS_PORT::m_harnessConnectorSide |
Definition at line 58 of file sch_io_altium.h.
Referenced by SCH_IO_ALTIUM::ParseHarnessEntry().
| VECTOR2I HARNESS::HARNESS_PORT::m_location |
Definition at line 56 of file sch_io_altium.h.
Referenced by SCH_IO_ALTIUM::ParseHarnessConnector(), and SCH_IO_ALTIUM::ParseHarnessEntry().
| wxString HARNESS::HARNESS_PORT::m_name |
Definition at line 60 of file sch_io_altium.h.
Referenced by SCH_IO_ALTIUM::CreateAliases(), and SCH_IO_ALTIUM::ParseHarnessEntry().
| int HARNESS::HARNESS_PORT::m_primaryConnectionPosition |
Definition at line 59 of file sch_io_altium.h.
Referenced by SCH_IO_ALTIUM::ParseHarnessEntry().