KiCad PCB EDA Suite
|
#include <altium_parser_sch.h>
Public Member Functions | |
ASCH_JUNCTION (const std::map< wxString, wxString > &aProps) | |
Public Attributes | |
int | ownerpartid |
VECTOR2I | location |
Definition at line 695 of file altium_parser_sch.h.
|
explicit |
Definition at line 713 of file altium_parser_sch.cpp.
References JUNCTION, location, ownerpartid, ReadKiCadUnitFrac(), ReadOwnerPartId(), and ReadRecord().
VECTOR2I ASCH_JUNCTION::location |
Definition at line 699 of file altium_parser_sch.h.
Referenced by ASCH_JUNCTION(), and SCH_ALTIUM_PLUGIN::ParseJunction().
int ASCH_JUNCTION::ownerpartid |
Definition at line 697 of file altium_parser_sch.h.
Referenced by ASCH_JUNCTION().