KiCad PCB EDA Suite
|
#include <board.h>
#include <board_commit.h>
#include <drc/drc_engine.h>
#include <pcb_marker.h>
#include <functional>
#include <set>
Go to the source code of this file.
Classes | |
class | DRC_TEST_PROVIDER_REGISTRY |
class | DRC_REGISTER_TEST_PROVIDER< T > |
class | DRC_TEST_PROVIDER |
Represent a DRC "provider" which runs some DRC functions over a BOARD and spits out DRC_ITEM and positions as needed. More... | |
Macros | |
#define | REPORT_AUX(s) if( getLogReporter() ) getLogReporter()->Report( s, RPT_SEVERITY_INFO ) |
#define REPORT_AUX | ( | s | ) | if( getLogReporter() ) getLogReporter()->Report( s, RPT_SEVERITY_INFO ) |
Definition at line 107 of file drc_test_provider.h.