![]() |
KiCad PCB EDA Suite
|
#include "connection_graph.h"
#include <erc.h>
#include <kicad_string.h>
#include <lib_pin.h>
#include <sch_edit_frame.h>
#include <sch_marker.h>
#include <sch_reference_list.h>
#include <sch_sheet.h>
#include <schematic.h>
#include <drawing_sheet/ds_draw_item.h>
#include <drawing_sheet/ds_proxy_view_item.h>
#include <wx/ffile.h>
Go to the source code of this file.
Variables | |
const wxString | CommentERC_H [] |
const wxString | CommentERC_V [] |
const std::set< ELECTRICAL_PINTYPE > | DrivingPinTypes |
const std::set< ELECTRICAL_PINTYPE > | DrivingPowerPinTypes |
const std::set< ELECTRICAL_PINTYPE > | DrivenPinTypes |
const wxString CommentERC_H[] |
Definition at line 55 of file eeschema/erc.cpp.
Referenced by PANEL_SETUP_PINMAP::reBuildMatrixPanel().
const wxString CommentERC_V[] |
Definition at line 72 of file eeschema/erc.cpp.
Referenced by PANEL_SETUP_PINMAP::reBuildMatrixPanel().
const std::set<ELECTRICAL_PINTYPE> DrivenPinTypes |
Definition at line 110 of file eeschema/erc.cpp.
Referenced by ERC_TESTER::TestPinToPin().
const std::set<ELECTRICAL_PINTYPE> DrivingPinTypes |
Definition at line 92 of file eeschema/erc.cpp.
Referenced by ERC_TESTER::TestPinToPin().
const std::set<ELECTRICAL_PINTYPE> DrivingPowerPinTypes |
Definition at line 104 of file eeschema/erc.cpp.
Referenced by ERC_TESTER::TestPinToPin().