|
KiCad PCB EDA Suite
|
Connection point at a track junction or pad-to-track transition. More...
#include <allegro_pcb_structs.h>
Public Attributes | |
| uint8_t | m_Type |
| uint16_t | m_T2 |
| uint32_t | m_Key |
| uint32_t | m_Next |
| uint32_t | m_NetAssignment |
| uint32_t | m_Unknown1 |
| int32_t | m_CoordX |
| int32_t | m_CoordY |
| uint32_t | m_Connection |
| uint32_t | m_Unknown2 |
| COND_GE< FMT_VER::V_172, uint32_t > | m_Unknown3 |
Static Public Attributes | |
| static constexpr uint8_t | BLOCK_TYPE_CODE = 0x2E |
Connection point at a track junction or pad-to-track transition.
Contains coordinates and links to the net assignment and connected track.
Definition at line 1992 of file allegro_pcb_structs.h.
|
staticconstexpr |
Definition at line 1994 of file allegro_pcb_structs.h.
| uint32_t ALLEGRO::BLK_0x2E_CONNECTION::m_Connection |
Definition at line 2004 of file allegro_pcb_structs.h.
| int32_t ALLEGRO::BLK_0x2E_CONNECTION::m_CoordX |
Definition at line 2002 of file allegro_pcb_structs.h.
| int32_t ALLEGRO::BLK_0x2E_CONNECTION::m_CoordY |
Definition at line 2003 of file allegro_pcb_structs.h.
| uint32_t ALLEGRO::BLK_0x2E_CONNECTION::m_Key |
Definition at line 1998 of file allegro_pcb_structs.h.
| uint32_t ALLEGRO::BLK_0x2E_CONNECTION::m_NetAssignment |
Definition at line 2000 of file allegro_pcb_structs.h.
| uint32_t ALLEGRO::BLK_0x2E_CONNECTION::m_Next |
Definition at line 1999 of file allegro_pcb_structs.h.
| uint16_t ALLEGRO::BLK_0x2E_CONNECTION::m_T2 |
Definition at line 1997 of file allegro_pcb_structs.h.
| uint8_t ALLEGRO::BLK_0x2E_CONNECTION::m_Type |
Definition at line 1996 of file allegro_pcb_structs.h.
| uint32_t ALLEGRO::BLK_0x2E_CONNECTION::m_Unknown1 |
Definition at line 2001 of file allegro_pcb_structs.h.
| uint32_t ALLEGRO::BLK_0x2E_CONNECTION::m_Unknown2 |
Definition at line 2005 of file allegro_pcb_structs.h.
| COND_GE<FMT_VER::V_172, uint32_t> ALLEGRO::BLK_0x2E_CONNECTION::m_Unknown3 |
Definition at line 2007 of file allegro_pcb_structs.h.