|
KiCad PCB EDA Suite
|
Function slot in a multi-slot component (e.g. More...
#include <allegro_pcb_structs.h>
Public Member Functions | |
| std::string | GetCompDeviceTypeStr () const |
Public Attributes | |
| uint32_t | m_Key |
| uint32_t | m_SlotName |
| COND_GE< FMT_VER::V_174, uint32_t > | m_Unknown1 |
| std::array< char, 32 > | m_CompDeviceType |
| COND_GE< FMT_VER::V_172, uint32_t > | m_Next |
| uint32_t | m_Ptr0x06 |
| uint32_t | m_Ptr0x11 |
| uint32_t | m_Unknown2 |
Static Public Attributes | |
| static constexpr uint8_t | BLOCK_TYPE_CODE = 0x0F |
Function slot in a multi-slot component (e.g.
a quad op-amp has 4 slots). Contains the slot name string, device type, and links to the parent component (0x06) and pin name list (0x11).
Definition at line 973 of file allegro_pcb_structs.h.
|
inline |
Definition at line 992 of file allegro_pcb_structs.h.
References m_CompDeviceType.
|
staticconstexpr |
Definition at line 975 of file allegro_pcb_structs.h.
| std::array<char, 32> ALLEGRO::BLK_0x0F_FUNCTION_SLOT::m_CompDeviceType |
Definition at line 983 of file allegro_pcb_structs.h.
Referenced by GetCompDeviceTypeStr().
| uint32_t ALLEGRO::BLK_0x0F_FUNCTION_SLOT::m_Key |
Definition at line 977 of file allegro_pcb_structs.h.
| COND_GE<FMT_VER::V_172, uint32_t> ALLEGRO::BLK_0x0F_FUNCTION_SLOT::m_Next |
Definition at line 985 of file allegro_pcb_structs.h.
| uint32_t ALLEGRO::BLK_0x0F_FUNCTION_SLOT::m_Ptr0x06 |
Definition at line 987 of file allegro_pcb_structs.h.
| uint32_t ALLEGRO::BLK_0x0F_FUNCTION_SLOT::m_Ptr0x11 |
Definition at line 988 of file allegro_pcb_structs.h.
| uint32_t ALLEGRO::BLK_0x0F_FUNCTION_SLOT::m_SlotName |
Definition at line 979 of file allegro_pcb_structs.h.
| COND_GE<FMT_VER::V_174, uint32_t> ALLEGRO::BLK_0x0F_FUNCTION_SLOT::m_Unknown1 |
Definition at line 981 of file allegro_pcb_structs.h.
| uint32_t ALLEGRO::BLK_0x0F_FUNCTION_SLOT::m_Unknown2 |
Definition at line 990 of file allegro_pcb_structs.h.