|
KiCad PCB EDA Suite
|
Net assignment linking a net (0x1B) to its member objects. More...
#include <allegro_pcb_structs.h>
Public Attributes | |
| uint8_t | m_Type |
| uint16_t | m_R |
| uint32_t | m_Key |
| uint32_t | m_Next |
| uint32_t | m_Net |
| uint32_t | m_ConnItem |
| COND_GE< FMT_VER::V_174, uint32_t > | m_Unknown |
Static Public Attributes | |
| static constexpr uint8_t | BLOCK_TYPE_CODE = 0x04 |
Net assignment linking a net (0x1B) to its member objects.
Each NET has a chain of 0x04 blocks, each pointing to a connected item (0x05 track, 0x32 placed pad, 0x33 via, or 0x28 shape for copper fills).
Definition at line 664 of file allegro_pcb_structs.h.
|
staticconstexpr |
Definition at line 666 of file allegro_pcb_structs.h.
| uint32_t ALLEGRO::BLK_0x04_NET_ASSIGNMENT::m_ConnItem |
Definition at line 673 of file allegro_pcb_structs.h.
| uint32_t ALLEGRO::BLK_0x04_NET_ASSIGNMENT::m_Key |
Definition at line 670 of file allegro_pcb_structs.h.
| uint32_t ALLEGRO::BLK_0x04_NET_ASSIGNMENT::m_Net |
Definition at line 672 of file allegro_pcb_structs.h.
Referenced by ALLEGRO::BOARD_BUILDER::buildFootprint().
| uint32_t ALLEGRO::BLK_0x04_NET_ASSIGNMENT::m_Next |
Definition at line 671 of file allegro_pcb_structs.h.
| uint16_t ALLEGRO::BLK_0x04_NET_ASSIGNMENT::m_R |
Definition at line 669 of file allegro_pcb_structs.h.
| uint8_t ALLEGRO::BLK_0x04_NET_ASSIGNMENT::m_Type |
Definition at line 668 of file allegro_pcb_structs.h.
| COND_GE<FMT_VER::V_174, uint32_t> ALLEGRO::BLK_0x04_NET_ASSIGNMENT::m_Unknown |
Definition at line 675 of file allegro_pcb_structs.h.