|
KiCad PCB EDA Suite
|
Serialized Constraint Manager database containing secondary name table (V172+), material stackup, color palette, and constraint manager state. More...
#include <allegro_pcb_structs.h>
Public Attributes | |
| std::vector< uint32_t > | m_Refs |
Serialized Constraint Manager database containing secondary name table (V172+), material stackup, color palette, and constraint manager state.
NOT a heap pointer table.
Pre-V172 uses runtime heap pointer format. V172+ uses compact indices that match geometric block keys. The block extends to an offset defined in the header (m_0x27_End). Not imported directly since it is a display/navigation structure, not design data.
Definition at line 1449 of file allegro_pcb_structs.h.
| std::vector<uint32_t> ALLEGRO::BLK_0x27_CSTRMGR_XREF::m_Refs |
Definition at line 1451 of file allegro_pcb_structs.h.