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

#include <pads_sch_binary_model.h>

Public Member Functions

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

Public Attributes

MODEL_ENDPOINT_KIND kind = MODEL_ENDPOINT_KIND::INVALID
 
SOURCE_PROVENANCE source
 
std::optional< PLACEMENT_REFERENCEplacement
 
std::optional< PIN_REFERENCEpin
 
SOURCE_POINT point
 
std::vector< SOURCE_PROPERTYproperties
 

Detailed Description

Definition at line 574 of file pads_sch_binary_model.h.

Member Function Documentation

◆ operator==()

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

Member Data Documentation

◆ kind

MODEL_ENDPOINT_KIND PADS_SCH_BINARY::MODEL_CONNECTION_ENDPOINT::kind = MODEL_ENDPOINT_KIND::INVALID

Definition at line 576 of file pads_sch_binary_model.h.

◆ pin

std::optional<PIN_REFERENCE> PADS_SCH_BINARY::MODEL_CONNECTION_ENDPOINT::pin

Definition at line 579 of file pads_sch_binary_model.h.

Referenced by BOOST_AUTO_TEST_CASE().

◆ placement

std::optional<PLACEMENT_REFERENCE> PADS_SCH_BINARY::MODEL_CONNECTION_ENDPOINT::placement

Definition at line 578 of file pads_sch_binary_model.h.

Referenced by BOOST_AUTO_TEST_CASE().

◆ point

SOURCE_POINT PADS_SCH_BINARY::MODEL_CONNECTION_ENDPOINT::point

Definition at line 580 of file pads_sch_binary_model.h.

◆ properties

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

Definition at line 581 of file pads_sch_binary_model.h.

◆ source

SOURCE_PROVENANCE PADS_SCH_BINARY::MODEL_CONNECTION_ENDPOINT::source

Definition at line 577 of file pads_sch_binary_model.h.


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