KiCad PCB EDA Suite
Loading...
Searching...
No Matches
ALLEGRO::BLK_0x11_PIN_NAME Struct Reference

Pin name within a component, linked from function slots (0x0F). More...

#include <allegro_pcb_structs.h>

Public Attributes

uint8_t m_Type
 
uint16_t m_R
 
uint32_t m_Key
 Pointer to pin name string.
 
uint32_t m_PinNameStrPtr
 Pointer to next 0x11 PIN_NAME object or 0x0F SLOT.
 
uint32_t m_Next
 Pointer to 0x08 PIN_NUMBER object.
 
uint32_t m_PinNumberPtr
 
uint32_t m_Unknown1
 
COND_GE< FMT_VER::V_174, uint32_t > m_Unknown2
 

Detailed Description

Pin name within a component, linked from function slots (0x0F).

Maps pin names to pin numbers (0x08) for schematic-to-layout cross-referencing.

Definition at line 897 of file allegro_pcb_structs.h.

Member Data Documentation

◆ m_Key

uint32_t ALLEGRO::BLK_0x11_PIN_NAME::m_Key

Pointer to pin name string.

Definition at line 901 of file allegro_pcb_structs.h.

◆ m_Next

uint32_t ALLEGRO::BLK_0x11_PIN_NAME::m_Next

Pointer to 0x08 PIN_NUMBER object.

Definition at line 905 of file allegro_pcb_structs.h.

Referenced by ALLEGRO::PIN_NAME::PIN_NAME().

◆ m_PinNameStrPtr

uint32_t ALLEGRO::BLK_0x11_PIN_NAME::m_PinNameStrPtr

Pointer to next 0x11 PIN_NAME object or 0x0F SLOT.

Definition at line 903 of file allegro_pcb_structs.h.

Referenced by ALLEGRO::PIN_NAME::PIN_NAME().

◆ m_PinNumberPtr

uint32_t ALLEGRO::BLK_0x11_PIN_NAME::m_PinNumberPtr

Definition at line 907 of file allegro_pcb_structs.h.

Referenced by ALLEGRO::PIN_NAME::PIN_NAME().

◆ m_R

uint16_t ALLEGRO::BLK_0x11_PIN_NAME::m_R

Definition at line 900 of file allegro_pcb_structs.h.

◆ m_Type

uint8_t ALLEGRO::BLK_0x11_PIN_NAME::m_Type

Definition at line 899 of file allegro_pcb_structs.h.

◆ m_Unknown1

uint32_t ALLEGRO::BLK_0x11_PIN_NAME::m_Unknown1

Definition at line 908 of file allegro_pcb_structs.h.

◆ m_Unknown2

COND_GE<FMT_VER::V_174, uint32_t> ALLEGRO::BLK_0x11_PIN_NAME::m_Unknown2

Definition at line 910 of file allegro_pcb_structs.h.


The documentation for this struct was generated from the following file: