|
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 |
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 593 of file allegro_pcb_structs.h.
| uint32_t ALLEGRO::BLK_0x04_NET_ASSIGNMENT::m_ConnItem |
Definition at line 600 of file allegro_pcb_structs.h.
Referenced by ALLEGRO::NET_ASSIGN::NET_ASSIGN().
| uint32_t ALLEGRO::BLK_0x04_NET_ASSIGNMENT::m_Key |
Definition at line 597 of file allegro_pcb_structs.h.
| uint32_t ALLEGRO::BLK_0x04_NET_ASSIGNMENT::m_Net |
Definition at line 599 of file allegro_pcb_structs.h.
Referenced by ALLEGRO::BOARD_BUILDER::buildFootprint(), and ALLEGRO::NET_ASSIGN::NET_ASSIGN().
| uint32_t ALLEGRO::BLK_0x04_NET_ASSIGNMENT::m_Next |
Definition at line 598 of file allegro_pcb_structs.h.
Referenced by ALLEGRO::NET_ASSIGN::NET_ASSIGN().
| uint16_t ALLEGRO::BLK_0x04_NET_ASSIGNMENT::m_R |
Definition at line 596 of file allegro_pcb_structs.h.
| uint8_t ALLEGRO::BLK_0x04_NET_ASSIGNMENT::m_Type |
Definition at line 595 of file allegro_pcb_structs.h.
| COND_GE<FMT_VER::V_174, uint32_t> ALLEGRO::BLK_0x04_NET_ASSIGNMENT::m_Unknown |
Definition at line 602 of file allegro_pcb_structs.h.