|
KiCad PCB EDA Suite
|
Pin number within a component. More...
#include <allegro_pcb_structs.h>
Public Attributes | |
| uint8_t | m_Type |
| uint16_t | m_R |
| uint32_t | m_Key |
| COND_GE< FMT_VER::V_172, uint32_t > | m_Previous |
| COND_LT< FMT_VER::V_172, uint32_t > | m_StrPtr16x |
| uint32_t | m_Next |
| COND_GE< FMT_VER::V_172, uint32_t > | m_StrPtr |
| Pointer to 0x11 PIN_NAME object. | |
| uint32_t | m_PinNamePtr |
| COND_GE< FMT_VER::V_172, uint32_t > | m_Unknown1 |
| uint32_t | m_Ptr4 |
Pin number within a component.
Links to pin name (0x11) and is chained from the component definition (0x06). The pin number string is version-dependent (m_StrPtr for V172+, m_StrPtr16x for pre-V172).
Definition at line 696 of file allegro_pcb_structs.h.
| uint32_t ALLEGRO::BLK_0x08_PIN_NUMBER::m_Key |
Definition at line 700 of file allegro_pcb_structs.h.
| uint32_t ALLEGRO::BLK_0x08_PIN_NUMBER::m_Next |
Definition at line 705 of file allegro_pcb_structs.h.
Referenced by ALLEGRO::PIN_NUMBER::PIN_NUMBER().
| uint32_t ALLEGRO::BLK_0x08_PIN_NUMBER::m_PinNamePtr |
Definition at line 710 of file allegro_pcb_structs.h.
Referenced by ALLEGRO::PIN_NUMBER::PIN_NUMBER().
| COND_GE<FMT_VER::V_172, uint32_t> ALLEGRO::BLK_0x08_PIN_NUMBER::m_Previous |
Definition at line 702 of file allegro_pcb_structs.h.
| uint32_t ALLEGRO::BLK_0x08_PIN_NUMBER::m_Ptr4 |
Definition at line 714 of file allegro_pcb_structs.h.
| uint16_t ALLEGRO::BLK_0x08_PIN_NUMBER::m_R |
Definition at line 699 of file allegro_pcb_structs.h.
| COND_GE<FMT_VER::V_172, uint32_t> ALLEGRO::BLK_0x08_PIN_NUMBER::m_StrPtr |
Pointer to 0x11 PIN_NAME object.
Definition at line 707 of file allegro_pcb_structs.h.
Referenced by ALLEGRO::PIN_NUMBER::PIN_NUMBER().
| COND_LT<FMT_VER::V_172, uint32_t> ALLEGRO::BLK_0x08_PIN_NUMBER::m_StrPtr16x |
Definition at line 703 of file allegro_pcb_structs.h.
Referenced by ALLEGRO::PIN_NUMBER::PIN_NUMBER().
| uint8_t ALLEGRO::BLK_0x08_PIN_NUMBER::m_Type |
Definition at line 698 of file allegro_pcb_structs.h.
| COND_GE<FMT_VER::V_172, uint32_t> ALLEGRO::BLK_0x08_PIN_NUMBER::m_Unknown1 |
Definition at line 712 of file allegro_pcb_structs.h.