KiCad PCB EDA Suite
|
Classes | |
struct | BY_NUM |
Public Attributes | |
std::string | name |
! SYM_NAME | |
bool | mirror |
! SYM_MIRROR | |
std::string | pin_name |
! PIN_NAME | |
std::string | pin_number |
! PIN_NUMBER | |
int | pin_x |
! PIN_X - Absolute board units | |
int | pin_y |
! PIN_Y - Absolute board units | |
std::string | padstack |
! PAD_STACK | |
std::string | refdes |
! REFDES | |
double | rotation |
! PIN_ROTATION | |
Definition at line 508 of file import_fabmaster.h.
bool FABMASTER::PIN::mirror |
! SYM_MIRROR
Definition at line 511 of file import_fabmaster.h.
std::string FABMASTER::PIN::name |
! SYM_NAME
Definition at line 510 of file import_fabmaster.h.
std::string FABMASTER::PIN::padstack |
! PAD_STACK
Definition at line 516 of file import_fabmaster.h.
std::string FABMASTER::PIN::pin_name |
! PIN_NAME
Definition at line 512 of file import_fabmaster.h.
std::string FABMASTER::PIN::pin_number |
! PIN_NUMBER
Definition at line 513 of file import_fabmaster.h.
int FABMASTER::PIN::pin_x |
! PIN_X - Absolute board units
Definition at line 514 of file import_fabmaster.h.
int FABMASTER::PIN::pin_y |
! PIN_Y - Absolute board units
Definition at line 515 of file import_fabmaster.h.
std::string FABMASTER::PIN::refdes |
! REFDES
Definition at line 517 of file import_fabmaster.h.
double FABMASTER::PIN::rotation |
! PIN_ROTATION
Definition at line 518 of file import_fabmaster.h.