|
KiCad PCB EDA Suite
|
Lookup table used for named associations. More...
#include <allegro_pcb_structs.h>
Public Attributes | |
| uint8_t | m_Type |
| uint16_t | m_T2 |
| uint32_t | m_Key |
| uint32_t | m_Next |
| COND_GE< FMT_VER::V_172, uint32_t > | m_Unknown1 |
| COND_GE< FMT_VER::V_172, uint32_t > | m_Unknown2 |
| COND_GE< FMT_VER::V_172, uint32_t > | m_Unknown3 |
| uint32_t | m_StringPtr |
| COND_LT< FMT_VER::V_172, uint32_t > | m_Unknown4 |
| uint32_t | m_Ptr1 |
| uint32_t | m_Ptr2 |
| uint32_t | m_Ptr3 |
| uint32_t | m_Flags |
Lookup table used for named associations.
Contains a string pointer (m_StringPtr) and child pointers (m_Ptr1/m_Ptr2/m_Ptr3). Used in match group name resolution (diff pair and match group names), zone net resolution (intermediate between 0x28 shape and 0x37 pointer array), and other key-to-name mappings.
Definition at line 1592 of file allegro_pcb_structs.h.
| uint32_t ALLEGRO::BLK_0x2C_TABLE::m_Flags |
Definition at line 1611 of file allegro_pcb_structs.h.
| uint32_t ALLEGRO::BLK_0x2C_TABLE::m_Key |
Definition at line 1596 of file allegro_pcb_structs.h.
| uint32_t ALLEGRO::BLK_0x2C_TABLE::m_Next |
Definition at line 1597 of file allegro_pcb_structs.h.
| uint32_t ALLEGRO::BLK_0x2C_TABLE::m_Ptr1 |
Definition at line 1607 of file allegro_pcb_structs.h.
Referenced by ALLEGRO::BOARD_BUILDER::resolveShapeNet().
| uint32_t ALLEGRO::BLK_0x2C_TABLE::m_Ptr2 |
Definition at line 1608 of file allegro_pcb_structs.h.
| uint32_t ALLEGRO::BLK_0x2C_TABLE::m_Ptr3 |
Definition at line 1609 of file allegro_pcb_structs.h.
| uint32_t ALLEGRO::BLK_0x2C_TABLE::m_StringPtr |
Definition at line 1603 of file allegro_pcb_structs.h.
Referenced by ALLEGRO::BOARD_BUILDER::resolveMatchGroupName().
| uint16_t ALLEGRO::BLK_0x2C_TABLE::m_T2 |
Definition at line 1595 of file allegro_pcb_structs.h.
| uint8_t ALLEGRO::BLK_0x2C_TABLE::m_Type |
Definition at line 1594 of file allegro_pcb_structs.h.
| COND_GE<FMT_VER::V_172, uint32_t> ALLEGRO::BLK_0x2C_TABLE::m_Unknown1 |
Definition at line 1599 of file allegro_pcb_structs.h.
| COND_GE<FMT_VER::V_172, uint32_t> ALLEGRO::BLK_0x2C_TABLE::m_Unknown2 |
Definition at line 1600 of file allegro_pcb_structs.h.
| COND_GE<FMT_VER::V_172, uint32_t> ALLEGRO::BLK_0x2C_TABLE::m_Unknown3 |
Definition at line 1601 of file allegro_pcb_structs.h.
| COND_LT<FMT_VER::V_172, uint32_t> ALLEGRO::BLK_0x2C_TABLE::m_Unknown4 |
Definition at line 1605 of file allegro_pcb_structs.h.