|
KiCad PCB EDA Suite
|
Pin name within a component, linked from function slots (0x0F). More...
#include <allegro_pcb_structs.h>
Public Attributes | |
| uint8_t | m_Type |
| uint16_t | m_R |
| uint32_t | m_Key |
| Pointer to pin name string. | |
| uint32_t | m_PinNameStrPtr |
| Pointer to next 0x11 PIN_NAME object or 0x0F SLOT. | |
| uint32_t | m_Next |
| Pointer to 0x08 PIN_NUMBER object. | |
| uint32_t | m_PinNumberPtr |
| uint32_t | m_Unknown1 |
| COND_GE< FMT_VER::V_174, uint32_t > | m_Unknown2 |
Pin name within a component, linked from function slots (0x0F).
Maps pin names to pin numbers (0x08) for schematic-to-layout cross-referencing.
Definition at line 897 of file allegro_pcb_structs.h.
| uint32_t ALLEGRO::BLK_0x11_PIN_NAME::m_Key |
Pointer to pin name string.
Definition at line 901 of file allegro_pcb_structs.h.
| uint32_t ALLEGRO::BLK_0x11_PIN_NAME::m_Next |
Pointer to 0x08 PIN_NUMBER object.
Definition at line 905 of file allegro_pcb_structs.h.
Referenced by ALLEGRO::PIN_NAME::PIN_NAME().
| uint32_t ALLEGRO::BLK_0x11_PIN_NAME::m_PinNameStrPtr |
Pointer to next 0x11 PIN_NAME object or 0x0F SLOT.
Definition at line 903 of file allegro_pcb_structs.h.
Referenced by ALLEGRO::PIN_NAME::PIN_NAME().
| uint32_t ALLEGRO::BLK_0x11_PIN_NAME::m_PinNumberPtr |
Definition at line 907 of file allegro_pcb_structs.h.
Referenced by ALLEGRO::PIN_NAME::PIN_NAME().
| uint16_t ALLEGRO::BLK_0x11_PIN_NAME::m_R |
Definition at line 900 of file allegro_pcb_structs.h.
| uint8_t ALLEGRO::BLK_0x11_PIN_NAME::m_Type |
Definition at line 899 of file allegro_pcb_structs.h.
| uint32_t ALLEGRO::BLK_0x11_PIN_NAME::m_Unknown1 |
Definition at line 908 of file allegro_pcb_structs.h.
| COND_GE<FMT_VER::V_174, uint32_t> ALLEGRO::BLK_0x11_PIN_NAME::m_Unknown2 |
Definition at line 910 of file allegro_pcb_structs.h.