KiCad PCB EDA Suite
|
Classes | |
struct | HASH |
Public Attributes | |
std::string | refdes |
! REFDES | |
COMPCLASS | cclass |
! COMP_CLASS | |
std::string | pn |
! COMP_PART_NUMBER | |
std::string | height |
! COMP_HEIGHT | |
std::string | dev_label |
! COMP_DEVICE_LABEL | |
std::string | insert_code |
! COMP_INSERTION_CODE | |
SYMTYPE | type |
! SYM_TYPE | |
std::string | name |
! SYM_NAME | |
bool | mirror |
! SYM_MIRROR | |
double | rotate |
! SYM_ROTATE (degrees) | |
int | x |
! SYM_X | |
int | y |
! SYM_Y | |
std::string | value |
! COMP_VALUE | |
std::string | tol |
! COMP_TOL | |
std::string | voltage |
! COMP_VOLTAGE | |
Definition at line 448 of file import_fabmaster.h.
COMPCLASS FABMASTER::COMPONENT::cclass |
! COMP_CLASS
Definition at line 451 of file import_fabmaster.h.
std::string FABMASTER::COMPONENT::dev_label |
! COMP_DEVICE_LABEL
Definition at line 454 of file import_fabmaster.h.
std::string FABMASTER::COMPONENT::height |
! COMP_HEIGHT
Definition at line 453 of file import_fabmaster.h.
std::string FABMASTER::COMPONENT::insert_code |
! COMP_INSERTION_CODE
Definition at line 455 of file import_fabmaster.h.
bool FABMASTER::COMPONENT::mirror |
! SYM_MIRROR
Definition at line 458 of file import_fabmaster.h.
std::string FABMASTER::COMPONENT::name |
! SYM_NAME
Definition at line 457 of file import_fabmaster.h.
std::string FABMASTER::COMPONENT::pn |
! COMP_PART_NUMBER
Definition at line 452 of file import_fabmaster.h.
std::string FABMASTER::COMPONENT::refdes |
! REFDES
Definition at line 450 of file import_fabmaster.h.
Referenced by FABMASTER::COMPONENT::HASH::operator()().
double FABMASTER::COMPONENT::rotate |
! SYM_ROTATE (degrees)
Definition at line 459 of file import_fabmaster.h.
std::string FABMASTER::COMPONENT::tol |
! COMP_TOL
Definition at line 463 of file import_fabmaster.h.
SYMTYPE FABMASTER::COMPONENT::type |
! SYM_TYPE
Definition at line 456 of file import_fabmaster.h.
std::string FABMASTER::COMPONENT::value |
! COMP_VALUE
Definition at line 462 of file import_fabmaster.h.
std::string FABMASTER::COMPONENT::voltage |
! COMP_VOLTAGE
Definition at line 464 of file import_fabmaster.h.
int FABMASTER::COMPONENT::x |
! SYM_X
Definition at line 460 of file import_fabmaster.h.
int FABMASTER::COMPONENT::y |
! SYM_Y
Definition at line 461 of file import_fabmaster.h.