pcb 4.1.1
An interactive printed circuit board layout editor.

report.h

Go to the documentation of this file.
00001 
00033 #ifndef PCB_REPORT_H
00034 #define PCB_REPORT_H
00035 
00036 #include "global.h"
00037 
00038 #define REPORT_TYPES \
00039         (VIA_TYPE | LINE_TYPE | TEXT_TYPE | POLYGON_TYPE | ELEMENT_TYPE | \
00040          RATLINE_TYPE | PIN_TYPE | PAD_TYPE | ELEMENTNAME_TYPE | ARC_TYPE \
00041          | POLYGONPOINT_TYPE | LINEPOINT_TYPE)
00042 
00043 #endif