|
KiCad PCB EDA Suite
|
#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_REFERENCE > | placement |
| std::optional< PIN_REFERENCE > | pin |
| SOURCE_POINT | point |
| std::vector< SOURCE_PROPERTY > | properties |
Definition at line 574 of file pads_sch_binary_model.h.
|
default |
| 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.
| 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().
| 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().
| SOURCE_POINT PADS_SCH_BINARY::MODEL_CONNECTION_ENDPOINT::point |
Definition at line 580 of file pads_sch_binary_model.h.
| std::vector<SOURCE_PROPERTY> PADS_SCH_BINARY::MODEL_CONNECTION_ENDPOINT::properties |
Definition at line 581 of file pads_sch_binary_model.h.
| SOURCE_PROVENANCE PADS_SCH_BINARY::MODEL_CONNECTION_ENDPOINT::source |
Definition at line 577 of file pads_sch_binary_model.h.