|
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 |
Static Public Attributes | |
| static constexpr uint8_t | BLOCK_TYPE_CODE = 0x2A |
Represents a list of layers.
Definition at line 1816 of file allegro_pcb_structs.h.
|
staticconstexpr |
Definition at line 1818 of file allegro_pcb_structs.h.
| uint32_t ALLEGRO::BLK_0x2A_LAYER_LIST::m_Key |
Definition at line 1839 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 1836 of file allegro_pcb_structs.h.
Referenced by ALLEGRO::LAYER_MAPPER::ProcessLayerList().
| uint16_t ALLEGRO::BLK_0x2A_LAYER_LIST::m_NumEntries |
Definition at line 1832 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 1837 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 1834 of file allegro_pcb_structs.h.