|
KiCad PCB EDA Suite
|
Represents a list of layers. More...
#include <allegro_pcb_structs.h>
Classes | |
| struct | NONREF_ENTRY |
| struct | REF_ENTRY |
Public Attributes | |
| uint16_t | m_NumEntries |
| COND_GE< FMT_VER::V_174, uint32_t > | m_Unknown |
| COND_LT< FMT_VER::V_165, std::vector< NONREF_ENTRY > > | m_NonRefEntries |
| COND_GE< FMT_VER::V_165, std::vector< REF_ENTRY > > | m_RefEntries |
| uint32_t | m_Key |
Represents a list of layers.
Definition at line 1574 of file allegro_pcb_structs.h.
| uint32_t ALLEGRO::BLK_0x2A_LAYER_LIST::m_Key |
Definition at line 1595 of file allegro_pcb_structs.h.
Referenced by ALLEGRO::LAYER_MAPPER::ProcessLayerList().
| COND_LT<FMT_VER::V_165, std::vector<NONREF_ENTRY> > ALLEGRO::BLK_0x2A_LAYER_LIST::m_NonRefEntries |
Definition at line 1592 of file allegro_pcb_structs.h.
Referenced by ALLEGRO::LAYER_MAPPER::ProcessLayerList().
| uint16_t ALLEGRO::BLK_0x2A_LAYER_LIST::m_NumEntries |
Definition at line 1588 of file allegro_pcb_structs.h.
| COND_GE<FMT_VER::V_165, std::vector<REF_ENTRY> > ALLEGRO::BLK_0x2A_LAYER_LIST::m_RefEntries |
Definition at line 1593 of file allegro_pcb_structs.h.
Referenced by ALLEGRO::LAYER_MAPPER::ProcessLayerList().
| COND_GE<FMT_VER::V_174, uint32_t> ALLEGRO::BLK_0x2A_LAYER_LIST::m_Unknown |
Definition at line 1590 of file allegro_pcb_structs.h.