|
KiCad PCB EDA Suite
|
Unknown purpose. More...
#include <allegro_pcb_structs.h>
Public Attributes | |
| uint8_t | m_Type |
| uint16_t | m_R |
| uint32_t | m_Key |
| uint32_t | m_Next |
| std::array< uint32_t, 7 > | m_UnknownArray1 |
| COND_GE< FMT_VER::V_174, std::array< uint32_t, 10 > > | m_UnknownArray2 |
Static Public Attributes | |
| static constexpr uint8_t | BLOCK_TYPE_CODE = 0x20 |
Unknown purpose.
Seems to contain one or two fixed-size arrays of uint32 values (but they could be some set of fields).
This block is sometimes used at the parent of, e.g. line segments.
Only seen so far in Project Olympus 15061-1b.brd
Definition at line 1582 of file allegro_pcb_structs.h.
|
staticconstexpr |
Definition at line 1584 of file allegro_pcb_structs.h.
| uint32_t ALLEGRO::BLK_0x20_UNKNOWN::m_Key |
Definition at line 1588 of file allegro_pcb_structs.h.
| uint32_t ALLEGRO::BLK_0x20_UNKNOWN::m_Next |
Definition at line 1589 of file allegro_pcb_structs.h.
| uint16_t ALLEGRO::BLK_0x20_UNKNOWN::m_R |
Definition at line 1587 of file allegro_pcb_structs.h.
| uint8_t ALLEGRO::BLK_0x20_UNKNOWN::m_Type |
Definition at line 1586 of file allegro_pcb_structs.h.
| std::array<uint32_t, 7> ALLEGRO::BLK_0x20_UNKNOWN::m_UnknownArray1 |
Definition at line 1590 of file allegro_pcb_structs.h.
| COND_GE<FMT_VER::V_174, std::array<uint32_t, 10> > ALLEGRO::BLK_0x20_UNKNOWN::m_UnknownArray2 |
Definition at line 1592 of file allegro_pcb_structs.h.