|
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_GroupPtr |
| uint32_t | m_Next |
| uint32_t | m_Capacity |
| uint32_t | m_Count |
| uint32_t | m_Unknown2 |
| COND_GE< FMT_VER::V_174, uint32_t > | m_Unknown3 |
| std::array< uint32_t, 100 > | m_Ptrs |
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 2080 of file allegro_pcb_structs.h.
| uint32_t ALLEGRO::BLK_0x37_PTR_ARRAY::m_Capacity |
Definition at line 2087 of file allegro_pcb_structs.h.
Referenced by ALLEGRO::BOARD_BUILDER::getShapeRelatedBlocks().
| uint32_t ALLEGRO::BLK_0x37_PTR_ARRAY::m_Count |
Definition at line 2088 of file allegro_pcb_structs.h.
Referenced by ALLEGRO::BOARD_BUILDER::createTables(), ALLEGRO::BOARD_BUILDER::getShapeRelatedBlocks(), and ALLEGRO::PTR_ARRAY::PTR_ARRAY().
| uint32_t ALLEGRO::BLK_0x37_PTR_ARRAY::m_GroupPtr |
Definition at line 2085 of file allegro_pcb_structs.h.
| uint32_t ALLEGRO::BLK_0x37_PTR_ARRAY::m_Key |
Definition at line 2084 of file allegro_pcb_structs.h.
| uint32_t ALLEGRO::BLK_0x37_PTR_ARRAY::m_Next |
Definition at line 2086 of file allegro_pcb_structs.h.
| std::array<uint32_t, 100> ALLEGRO::BLK_0x37_PTR_ARRAY::m_Ptrs |
Definition at line 2093 of file allegro_pcb_structs.h.
Referenced by ALLEGRO::BOARD_BUILDER::createTables(), and ALLEGRO::BOARD_BUILDER::getShapeRelatedBlocks().
| uint8_t ALLEGRO::BLK_0x37_PTR_ARRAY::m_T |
Definition at line 2082 of file allegro_pcb_structs.h.
| uint16_t ALLEGRO::BLK_0x37_PTR_ARRAY::m_T2 |
Definition at line 2083 of file allegro_pcb_structs.h.
| uint32_t ALLEGRO::BLK_0x37_PTR_ARRAY::m_Unknown2 |
Definition at line 2089 of file allegro_pcb_structs.h.
| COND_GE<FMT_VER::V_174, uint32_t> ALLEGRO::BLK_0x37_PTR_ARRAY::m_Unknown3 |
Definition at line 2091 of file allegro_pcb_structs.h.