KiCad PCB EDA Suite
|
#include <algorithm>
#include <numeric>
#include "connection_graph.h"
#include <advanced_config.h>
#include <common.h>
#include <erc.h>
#include <erc_sch_pin_context.h>
#include <gal/graphics_abstraction_layer.h>
#include <string_utils.h>
#include <lib_pin.h>
#include <project_sch.h>
#include <project/project_file.h>
#include <project/net_settings.h>
#include <sch_edit_frame.h>
#include <sch_marker.h>
#include <sch_reference_list.h>
#include <sch_sheet.h>
#include <sch_sheet_pin.h>
#include <sch_textbox.h>
#include <sch_line.h>
#include <schematic.h>
#include <drawing_sheet/ds_draw_item.h>
#include <drawing_sheet/ds_proxy_view_item.h>
#include <wx/ffile.h>
#include <sim/sim_lib_mgr.h>
#include <progress_reporter.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 70 of file erc.cpp.
Referenced by PANEL_SETUP_PINMAP::reBuildMatrixPanel().
const wxString CommentERC_V[] |
Definition at line 87 of file erc.cpp.
Referenced by PANEL_SETUP_PINMAP::reBuildMatrixPanel().
const std::set<ELECTRICAL_PINTYPE> DrivenPinTypes |
Definition at line 125 of file erc.cpp.
Referenced by ERC_TESTER::TestPinToPin().
const std::set<ELECTRICAL_PINTYPE> DrivingPinTypes |
Definition at line 107 of file erc.cpp.
Referenced by ERC_TESTER::TestPinToPin().
const std::set<ELECTRICAL_PINTYPE> DrivingPowerPinTypes |
Definition at line 119 of file erc.cpp.
Referenced by ERC_TESTER::TestPinToPin().