|
KiCad PCB EDA Suite
|
#include <pads_sch_binary_model.h>
Public Member Functions | |
| bool | operator== (const MODEL_CONNECTOR_PIN &) const =default |
Public Attributes | |
| SOURCE_PROVENANCE | source |
| SOURCE_STRING | number |
| SOURCE_STRING | name |
| uint32_t | electricalType = 0 |
| uint8_t | swapGroup = 0 |
| uint16_t | flags = 0 |
Definition at line 452 of file pads_sch_binary_model.h.
|
default |
| uint32_t PADS_SCH_BINARY::MODEL_CONNECTOR_PIN::electricalType = 0 |
Definition at line 457 of file pads_sch_binary_model.h.
Referenced by BOOST_AUTO_TEST_CASE(), and BOOST_AUTO_TEST_CASE().
| uint16_t PADS_SCH_BINARY::MODEL_CONNECTOR_PIN::flags = 0 |
Definition at line 459 of file pads_sch_binary_model.h.
Referenced by BOOST_AUTO_TEST_CASE().
| SOURCE_STRING PADS_SCH_BINARY::MODEL_CONNECTOR_PIN::name |
Definition at line 456 of file pads_sch_binary_model.h.
Referenced by BOOST_AUTO_TEST_CASE(), and BOOST_AUTO_TEST_CASE().
| SOURCE_STRING PADS_SCH_BINARY::MODEL_CONNECTOR_PIN::number |
Definition at line 455 of file pads_sch_binary_model.h.
Referenced by BOOST_AUTO_TEST_CASE(), and BOOST_AUTO_TEST_CASE().
| SOURCE_PROVENANCE PADS_SCH_BINARY::MODEL_CONNECTOR_PIN::source |
Definition at line 454 of file pads_sch_binary_model.h.
Referenced by BOOST_AUTO_TEST_CASE().
| uint8_t PADS_SCH_BINARY::MODEL_CONNECTOR_PIN::swapGroup = 0 |
Definition at line 458 of file pads_sch_binary_model.h.
Referenced by BOOST_AUTO_TEST_CASE().