|
KiCad PCB EDA Suite
|
Pin number within a component. More...
#include <allegro_pcb_structs.h>
Public Member Functions | |
| uint32_t | GetStrPtr () const |
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 |
Static Public Attributes | |
| static constexpr uint8_t | BLOCK_TYPE_CODE = 0x08 |
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 775 of file allegro_pcb_structs.h.
|
inline |
Definition at line 797 of file allegro_pcb_structs.h.
References m_StrPtr, and m_StrPtr16x.
|
staticconstexpr |
Definition at line 777 of file allegro_pcb_structs.h.
| uint32_t ALLEGRO::BLK_0x08_PIN_NUMBER::m_Key |
Definition at line 781 of file allegro_pcb_structs.h.
| uint32_t ALLEGRO::BLK_0x08_PIN_NUMBER::m_Next |
Definition at line 786 of file allegro_pcb_structs.h.
| uint32_t ALLEGRO::BLK_0x08_PIN_NUMBER::m_PinNamePtr |
Definition at line 791 of file allegro_pcb_structs.h.
| COND_GE<FMT_VER::V_172, uint32_t> ALLEGRO::BLK_0x08_PIN_NUMBER::m_Previous |
Definition at line 783 of file allegro_pcb_structs.h.
| uint32_t ALLEGRO::BLK_0x08_PIN_NUMBER::m_Ptr4 |
Definition at line 795 of file allegro_pcb_structs.h.
| uint16_t ALLEGRO::BLK_0x08_PIN_NUMBER::m_R |
Definition at line 780 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 788 of file allegro_pcb_structs.h.
Referenced by GetStrPtr().
| COND_LT<FMT_VER::V_172, uint32_t> ALLEGRO::BLK_0x08_PIN_NUMBER::m_StrPtr16x |
Definition at line 784 of file allegro_pcb_structs.h.
Referenced by GetStrPtr().
| uint8_t ALLEGRO::BLK_0x08_PIN_NUMBER::m_Type |
Definition at line 779 of file allegro_pcb_structs.h.
| COND_GE<FMT_VER::V_172, uint32_t> ALLEGRO::BLK_0x08_PIN_NUMBER::m_Unknown1 |
Definition at line 793 of file allegro_pcb_structs.h.