KiCad PCB EDA Suite
Loading...
Searching...
No Matches
CADSTAR_PART_PIN Struct Reference

#include <cadstar_parts_lib_model.h>

Public Member Functions

 CADSTAR_PART_PIN ()
 
 CADSTAR_PART_PIN (long aId, CADSTAR_PIN_POSITION aPos, CADSTAR_PIN_TYPE aType, std::optional< long > aLoading)
 

Public Attributes

long m_Identifier
 
CADSTAR_PIN_POSITION m_Position
 
CADSTAR_PIN_TYPE m_Type
 
std::optional< long > m_Loading
 

Detailed Description

Definition at line 176 of file cadstar_parts_lib_model.h.

Constructor & Destructor Documentation

◆ CADSTAR_PART_PIN() [1/2]

CADSTAR_PART_PIN::CADSTAR_PART_PIN ( )
inline

Definition at line 178 of file cadstar_parts_lib_model.h.

◆ CADSTAR_PART_PIN() [2/2]

CADSTAR_PART_PIN::CADSTAR_PART_PIN ( long  aId,
CADSTAR_PIN_POSITION  aPos,
CADSTAR_PIN_TYPE  aType,
std::optional< long >  aLoading 
)
inline

Definition at line 185 of file cadstar_parts_lib_model.h.

Member Data Documentation

◆ m_Identifier

long CADSTAR_PART_PIN::m_Identifier

Definition at line 193 of file cadstar_parts_lib_model.h.

◆ m_Loading

std::optional<long> CADSTAR_PART_PIN::m_Loading

Definition at line 196 of file cadstar_parts_lib_model.h.

◆ m_Position

CADSTAR_PIN_POSITION CADSTAR_PART_PIN::m_Position

◆ m_Type

CADSTAR_PIN_TYPE CADSTAR_PART_PIN::m_Type

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