|
KiCad PCB EDA Suite
|
Headered data blob containing structured board data such as layer stackup definitions, material properties, and design rule tables. More...
#include <allegro_pcb_structs.h>
Public Attributes | |
| uint8_t | m_Type |
| uint16_t | m_R |
| uint32_t | m_Size |
| uint32_t | m_Key |
| std::vector< uint8_t > | m_Data |
| An array of bytes that seems to be a variable length. | |
Headered data blob containing structured board data such as layer stackup definitions, material properties, and design rule tables.
The payload (m_Data) is a variable-length byte array whose interpretation depends on context.
Definition at line 1336 of file allegro_pcb_structs.h.
| std::vector<uint8_t> ALLEGRO::BLK_0x21_BLOB::m_Data |
An array of bytes that seems to be a variable length.
Size = m_Size - 12 (i.e. size is the whole header size)
Definition at line 1348 of file allegro_pcb_structs.h.
| uint32_t ALLEGRO::BLK_0x21_BLOB::m_Key |
Definition at line 1341 of file allegro_pcb_structs.h.
| uint16_t ALLEGRO::BLK_0x21_BLOB::m_R |
Definition at line 1339 of file allegro_pcb_structs.h.
| uint32_t ALLEGRO::BLK_0x21_BLOB::m_Size |
Definition at line 1340 of file allegro_pcb_structs.h.
| uint8_t ALLEGRO::BLK_0x21_BLOB::m_Type |
Definition at line 1338 of file allegro_pcb_structs.h.