|
KiCad PCB EDA Suite
|
Fixed-capacity pointer array (100 entries). More...
#include <allegro_pcb_structs.h>
Public Attributes | |
| uint8_t | m_T |
| uint16_t | m_T2 |
| uint32_t | m_Key |
| uint32_t | m_Ptr1 |
| uint32_t | m_Unknown1 |
| uint32_t | m_Capacity |
| uint32_t | m_Count |
| uint32_t | m_Unknown2 |
| std::array< uint32_t, 100 > | m_Ptrs |
| COND_GE< FMT_VER::V_174, uint32_t > | m_UnknownArr |
Fixed-capacity pointer array (100 entries).
Used in zone net resolution where m_Ptrs[0] points to the owning 0x1B NET block. m_Count indicates how many entries are valid.
Definition at line 1997 of file allegro_pcb_structs.h.
| uint32_t ALLEGRO::BLK_0x37_PTR_ARRAY::m_Capacity |
Definition at line 2004 of file allegro_pcb_structs.h.
| uint32_t ALLEGRO::BLK_0x37_PTR_ARRAY::m_Count |
Definition at line 2005 of file allegro_pcb_structs.h.
Referenced by ALLEGRO::BOARD_BUILDER::resolveShapeNet().
| uint32_t ALLEGRO::BLK_0x37_PTR_ARRAY::m_Key |
Definition at line 2001 of file allegro_pcb_structs.h.
| uint32_t ALLEGRO::BLK_0x37_PTR_ARRAY::m_Ptr1 |
Definition at line 2002 of file allegro_pcb_structs.h.
| std::array<uint32_t, 100> ALLEGRO::BLK_0x37_PTR_ARRAY::m_Ptrs |
Definition at line 2008 of file allegro_pcb_structs.h.
Referenced by ALLEGRO::BOARD_BUILDER::resolveShapeNet().
| uint8_t ALLEGRO::BLK_0x37_PTR_ARRAY::m_T |
Definition at line 1999 of file allegro_pcb_structs.h.
| uint16_t ALLEGRO::BLK_0x37_PTR_ARRAY::m_T2 |
Definition at line 2000 of file allegro_pcb_structs.h.
| uint32_t ALLEGRO::BLK_0x37_PTR_ARRAY::m_Unknown1 |
Definition at line 2003 of file allegro_pcb_structs.h.
| uint32_t ALLEGRO::BLK_0x37_PTR_ARRAY::m_Unknown2 |
Definition at line 2006 of file allegro_pcb_structs.h.
| COND_GE<FMT_VER::V_174, uint32_t> ALLEGRO::BLK_0x37_PTR_ARRAY::m_UnknownArr |
Definition at line 2010 of file allegro_pcb_structs.h.