KiCad PCB EDA Suite
Loading...
Searching...
No Matches
PADS_SCH_BINARY::MODEL_GATE Struct Reference

#include <pads_sch_binary_model.h>

Public Member Functions

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

Public Attributes

GATE_ID id
 
SOURCE_PROVENANCE source
 
DEFINITION_REFERENCE definition
 
uint32_t unit = 1
 
std::vector< PIN_REFERENCEpins
 
std::vector< MODEL_GATE_PINlogicalPins
 
std::vector< DEFINITION_REFERENCEalternateDefinitions
 
std::vector< DEFINITION_REFERENCEdecalGroupMembers
 
std::vector< MODEL_CONNECTOR_PINconnectorPins
 
std::vector< SOURCE_PROPERTYproperties
 

Detailed Description

Definition at line 479 of file pads_sch_binary_model.h.

Member Function Documentation

◆ operator==()

bool PADS_SCH_BINARY::MODEL_GATE::operator== ( const MODEL_GATE & ) const
default

Member Data Documentation

◆ alternateDefinitions

std::vector<DEFINITION_REFERENCE> PADS_SCH_BINARY::MODEL_GATE::alternateDefinitions

Definition at line 487 of file pads_sch_binary_model.h.

Referenced by BOOST_AUTO_TEST_CASE().

◆ connectorPins

std::vector<MODEL_CONNECTOR_PIN> PADS_SCH_BINARY::MODEL_GATE::connectorPins

Definition at line 489 of file pads_sch_binary_model.h.

Referenced by BOOST_AUTO_TEST_CASE().

◆ decalGroupMembers

std::vector<DEFINITION_REFERENCE> PADS_SCH_BINARY::MODEL_GATE::decalGroupMembers

Definition at line 488 of file pads_sch_binary_model.h.

Referenced by BOOST_AUTO_TEST_CASE().

◆ definition

DEFINITION_REFERENCE PADS_SCH_BINARY::MODEL_GATE::definition

Definition at line 483 of file pads_sch_binary_model.h.

Referenced by BOOST_AUTO_TEST_CASE().

◆ id

GATE_ID PADS_SCH_BINARY::MODEL_GATE::id

Definition at line 481 of file pads_sch_binary_model.h.

Referenced by BOOST_AUTO_TEST_CASE().

◆ logicalPins

std::vector<MODEL_GATE_PIN> PADS_SCH_BINARY::MODEL_GATE::logicalPins

Definition at line 486 of file pads_sch_binary_model.h.

Referenced by BOOST_AUTO_TEST_CASE(), and BOOST_AUTO_TEST_CASE().

◆ pins

std::vector<PIN_REFERENCE> PADS_SCH_BINARY::MODEL_GATE::pins

Definition at line 485 of file pads_sch_binary_model.h.

Referenced by BOOST_AUTO_TEST_CASE().

◆ properties

std::vector<SOURCE_PROPERTY> PADS_SCH_BINARY::MODEL_GATE::properties

Definition at line 490 of file pads_sch_binary_model.h.

◆ source

SOURCE_PROVENANCE PADS_SCH_BINARY::MODEL_GATE::source

Definition at line 482 of file pads_sch_binary_model.h.

Referenced by BOOST_AUTO_TEST_CASE().

◆ unit

uint32_t PADS_SCH_BINARY::MODEL_GATE::unit = 1

Definition at line 484 of file pads_sch_binary_model.h.


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