KiCad PCB EDA Suite
|
< "PINEQUIVALENCE" Node name More...
#include <cadstar_archive_parser.h>
Public Member Functions | |
void | Parse (XNODE *aNode, PARSER_CONTEXT *aContext) override |
Public Attributes | |
std::vector< PART_DEFINITION_PIN_ID > | PinIDs |
All the pins in this vector are equivalent and can be swapped with each other. | |
< "PINEQUIVALENCE" Node name
Definition at line 1041 of file cadstar_archive_parser.h.
|
overridevirtual |
Implements CADSTAR_ARCHIVE_PARSER::PARSER.
Definition at line 1886 of file cadstar_archive_parser.cpp.
References CADSTAR_ARCHIVE_PARSER::CheckNoChildNodes(), CADSTAR_ARCHIVE_PARSER::IsValidAttribute(), and THROW_UNKNOWN_PARAMETER_IO_ERROR.
Referenced by CADSTAR_ARCHIVE_PARSER::PART::DEFINITION::Parse().
std::vector<PART_DEFINITION_PIN_ID> CADSTAR_ARCHIVE_PARSER::PART::DEFINITION::PIN_EQUIVALENCE::PinIDs |
All the pins in this vector are equivalent and can be swapped with each other.
Definition at line 1043 of file cadstar_archive_parser.h.