KiCad PCB EDA Suite
Loading...
Searching...
No Matches
SCH_CONNECTIVITY::PIN_MAP_FACT Struct Reference

#include <conn_facts.h>

Public Member Functions

bool operator== (const PIN_MAP_FACT &) const =default
 

Public Attributes

KIID id = niluuid
 
VECTOR2I position
 
PIN_MAP_SET maps
 
std::vector< ASSOCIATED_FOOTPRINTfootprints
 
std::set< wxString > pinNumbers
 
JUMPER_GROUP_SET jumperGroups
 

Detailed Description

Definition at line 171 of file conn_facts.h.

Member Function Documentation

◆ operator==()

bool SCH_CONNECTIVITY::PIN_MAP_FACT::operator== ( const PIN_MAP_FACT & ) const
default

Member Data Documentation

◆ footprints

std::vector<ASSOCIATED_FOOTPRINT> SCH_CONNECTIVITY::PIN_MAP_FACT::footprints

Definition at line 176 of file conn_facts.h.

◆ id

KIID SCH_CONNECTIVITY::PIN_MAP_FACT::id = niluuid

Definition at line 173 of file conn_facts.h.

◆ jumperGroups

JUMPER_GROUP_SET SCH_CONNECTIVITY::PIN_MAP_FACT::jumperGroups

Definition at line 178 of file conn_facts.h.

◆ maps

PIN_MAP_SET SCH_CONNECTIVITY::PIN_MAP_FACT::maps

Definition at line 175 of file conn_facts.h.

◆ pinNumbers

std::set<wxString> SCH_CONNECTIVITY::PIN_MAP_FACT::pinNumbers

Definition at line 177 of file conn_facts.h.

◆ position

VECTOR2I SCH_CONNECTIVITY::PIN_MAP_FACT::position

Definition at line 174 of file conn_facts.h.


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