|
KiCad PCB EDA Suite
|
#include <pads_sch_binary_model.h>
Public Member Functions | |
| bool | operator== (const MODEL_NET &) const =default |
Public Attributes | |
| NET_ID | id |
| SOURCE_PROVENANCE | source |
| SHEET_REFERENCE | sheet |
| SOURCE_STRING | name |
| std::vector< MODEL_CONNECTION > | connections |
| std::vector< SOURCE_PROPERTY > | properties |
Definition at line 598 of file pads_sch_binary_model.h.
|
default |
| std::vector<MODEL_CONNECTION> PADS_SCH_BINARY::MODEL_NET::connections |
Definition at line 604 of file pads_sch_binary_model.h.
Referenced by BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), and BOOST_AUTO_TEST_CASE().
| NET_ID PADS_SCH_BINARY::MODEL_NET::id |
Definition at line 600 of file pads_sch_binary_model.h.
Referenced by BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), and BOOST_AUTO_TEST_CASE().
| SOURCE_STRING PADS_SCH_BINARY::MODEL_NET::name |
Definition at line 603 of file pads_sch_binary_model.h.
Referenced by BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), and BOOST_AUTO_TEST_CASE().
| std::vector<SOURCE_PROPERTY> PADS_SCH_BINARY::MODEL_NET::properties |
Definition at line 605 of file pads_sch_binary_model.h.
| SHEET_REFERENCE PADS_SCH_BINARY::MODEL_NET::sheet |
Definition at line 602 of file pads_sch_binary_model.h.
Referenced by BOOST_AUTO_TEST_CASE().
| SOURCE_PROVENANCE PADS_SCH_BINARY::MODEL_NET::source |
Definition at line 601 of file pads_sch_binary_model.h.
Referenced by BOOST_AUTO_TEST_CASE(), and BOOST_AUTO_TEST_CASE().