| 
    KiCad PCB EDA Suite
    
   | 
 
#include <algorithm>#include <list>#include <future>#include <vector>#include <unordered_map>#include <app_monitor.h>#include <core/profile.h>#include <core/kicad_algo.h>#include <common.h>#include <erc/erc.h>#include <pin_type.h>#include <sch_bus_entry.h>#include <sch_symbol.h>#include <sch_edit_frame.h>#include <sch_line.h>#include <sch_marker.h>#include <sch_pin.h>#include <sch_rule_area.h>#include <sch_sheet.h>#include <sch_sheet_path.h>#include <sch_sheet_pin.h>#include <sch_text.h>#include <schematic.h>#include <symbol.h>#include <connection_graph.h>#include <project/project_file.h>#include <project/net_settings.h>#include <widgets/ui_common.h>#include <string_utils.h>#include <thread_pool.h>#include <wx/log.h>#include <advanced_config.h>Go to the source code of this file.
Variables | |
| static const wxChar | DanglingProfileMask [] = wxT( "CONN_PROFILE" ) | 
| Flag to enable connectivity profiling.   | |
| static const wxChar | ConnTrace [] = wxT( "CONN" ) | 
| Flag to enable connectivity tracing.   | |