4 * PCB, interactive printed circuit board design
5 * Copyright (C) 1994,1995,1996,1997,1998,1999 Thomas Nau
7 * This module, report.c, was written and is Copyright (C) 1997 harry eaton
9 * This program is free software; you can redistribute it and/or modify
10 * it under the terms of the GNU General Public License as published by
11 * the Free Software Foundation; either version 2 of the License, or
12 * (at your option) any later version.
14 * This program is distributed in the hope that it will be useful,
15 * but WITHOUT ANY WARRANTY; without even the implied warranty of
16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17 * GNU General Public License for more details.
19 * You should have received a copy of the GNU General Public License
20 * along with this program; if not, write to the Free Software
21 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
23 * Contact addresses for paper mail and Email:
24 * Thomas Nau, Schlehenweg 15, 88471 Baustetten, Germany
25 * Thomas.Nau@rz.uni-ulm.de
37 #include "crosshair.h"
51 #include "pcb-printf.h"
60 #if defined(HAVE_REGCOMP) || defined(HAVE_RE_COMP)
64 #ifdef HAVE_LIBDMALLOC
68 #define USER_UNITMASK (Settings.grid_unit->allow)
71 ReportDrills (int argc
, char **argv
, Coord x
, Coord y
)
73 DrillInfoType
*AllDrills
;
75 char *stringlist
, *thestring
;
78 AllDrills
= GetDrillInfo (PCB
->Data
);
79 RoundDrillInfo (AllDrills
, 100);
81 for (n
= 0; n
< AllDrills
->DrillN
; n
++)
83 total_drills
+= AllDrills
->Drill
[n
].PinCount
;
84 total_drills
+= AllDrills
->Drill
[n
].ViaCount
;
85 total_drills
+= AllDrills
->Drill
[n
].UnplatedCount
;
88 stringlist
= (char *)malloc (512L + AllDrills
->DrillN
* 64L);
90 /* Use tabs for formatting since can't count on a fixed font anymore.
91 | And even that probably isn't going to work in all cases.
94 _("There are %d different drill sizes used in this layout, %d holes total\n\n"
95 "Drill Diam. (%s)\t# of Pins\t# of Vias\t# of Elements\t# Unplated\n"),
96 AllDrills
->DrillN
, total_drills
, Settings
.grid_unit
->suffix
);
97 thestring
= stringlist
;
98 while (*thestring
!= '\0')
100 for (n
= 0; n
< AllDrills
->DrillN
; n
++)
102 pcb_sprintf (thestring
,
103 "%10m*\t\t%d\t\t%d\t\t%d\t\t%d\n",
104 Settings
.grid_unit
->suffix
,
105 AllDrills
->Drill
[n
].DrillSize
,
106 AllDrills
->Drill
[n
].PinCount
, AllDrills
->Drill
[n
].ViaCount
,
107 AllDrills
->Drill
[n
].ElementN
,
108 AllDrills
->Drill
[n
].UnplatedCount
);
109 while (*thestring
!= '\0')
112 FreeDrillInfo (AllDrills
);
113 /* create dialog box */
114 gui
->report_dialog (_("Drill Report"), stringlist
);
121 static const char reportdialog_syntax
[] = N_("ReportDialog()");
123 static const char reportdialog_help
[] =
124 N_("Report on the object under the crosshair");
126 /* %start-doc actions ReportDialog
128 This is a shortcut for @code{Report(Object)}.
133 ReportDialog (int argc
, char **argv
, Coord x
, Coord y
)
135 void *ptr1
, *ptr2
, *ptr3
;
139 type
= SearchScreen (x
, y
, REPORT_TYPES
, &ptr1
, &ptr2
, &ptr3
);
142 SearchScreen (x
, y
, REPORT_TYPES
| LOCKED_TYPE
, &ptr1
, &ptr2
, &ptr3
);
150 if (gui
->shift_is_pressed ())
152 __r_dump_tree (PCB
->Data
->via_tree
->root
, 0);
156 via
= (PinType
*) ptr2
;
157 if (TEST_FLAG (HOLEFLAG
, via
))
158 pcb_sprintf (&report
[0], _("%m+VIA ID# %ld; Flags:%s\n"
160 "It is a pure hole of diameter %$mS.\n"
162 "%s"), USER_UNITMASK
, via
->ID
, flags_to_string (via
->Flags
, VIA_TYPE
),
163 via
->X
, via
->Y
, via
->DrillingHole
, EMPTY (via
->Name
),
164 TEST_FLAG (LOCKFLAG
, via
) ? _("It is LOCKED.\n") : "");
166 pcb_sprintf (&report
[0], _("%m+VIA ID# %ld; Flags:%s\n"
168 "Copper width = %$mS. Drill width = %$mS.\n"
169 "Clearance width in polygons = %$mS.\n"
171 "Solder mask hole = %$mS (gap = %$mS).\n"
173 "%s"), USER_UNITMASK
, via
->ID
, flags_to_string (via
->Flags
, VIA_TYPE
),
178 (via
->Thickness
- via
->DrillingHole
) / 2,
180 (via
->Mask
- via
->Thickness
) / 2,
181 EMPTY (via
->Name
), TEST_FLAG (LOCKFLAG
, via
) ?
182 _("It is LOCKED.\n") : "");
188 ElementType
*element
;
190 if (gui
->shift_is_pressed ())
192 __r_dump_tree (PCB
->Data
->pin_tree
->root
, 0);
196 Pin
= (PinType
*) ptr2
;
197 element
= (ElementType
*) ptr1
;
205 if (TEST_FLAG (HOLEFLAG
, Pin
))
206 pcb_sprintf (&report
[0], _("%m+PIN ID# %ld; Flags:%s\n"
208 "It is a mounting hole. Drill width = %$mS.\n"
209 "It is owned by element %$mS.\n"
210 "%s"), USER_UNITMASK
, Pin
->ID
, flags_to_string (Pin
->Flags
, PIN_TYPE
),
211 Pin
->X
, Pin
->Y
, Pin
->DrillingHole
,
212 EMPTY (element
->Name
[1].TextString
),
213 TEST_FLAG (LOCKFLAG
, Pin
) ? _("It is LOCKED.\n") : "");
215 pcb_sprintf (&report
[0],
216 _("%m+PIN ID# %ld; Flags:%s\n" "(X,Y) = %$mD.\n"
217 "Copper width = %$mS. Drill width = %$mS.\n"
218 "Clearance width to Polygon = %$mS.\n"
220 "Solder mask hole = %$mS (gap = %$mS).\n"
222 "It is owned by element %s\n as pin number %s.\n"
223 "%s"), USER_UNITMASK
,
224 Pin
->ID
, flags_to_string (Pin
->Flags
, PIN_TYPE
),
225 Pin
->X
, Pin
->Y
, Pin
->Thickness
,
228 (Pin
->Thickness
- Pin
->DrillingHole
) / 2,
230 (Pin
->Mask
- Pin
->Thickness
) / 2,
232 EMPTY (element
->Name
[1].TextString
), EMPTY (Pin
->Number
),
233 TEST_FLAG (LOCKFLAG
, Pin
) ? _("It is LOCKED.\n") : "");
240 if (gui
->shift_is_pressed ())
242 LayerType
*layer
= (LayerType
*) ptr1
;
243 __r_dump_tree (layer
->line_tree
->root
, 0);
247 line
= (LineType
*) ptr2
;
248 pcb_sprintf (&report
[0], _("%m+LINE ID# %ld; Flags:%s\n"
249 "FirstPoint(X,Y) = %$mD, ID = %ld.\n"
250 "SecondPoint(X,Y) = %$mD, ID = %ld.\n"
251 "Width = %$mS.\nClearance width in polygons = %$mS.\n"
252 "It is on layer %d\n"
253 "and has name \"%s\".\n"
254 "%s"), USER_UNITMASK
,
255 line
->ID
, flags_to_string (line
->Flags
, LINE_TYPE
),
256 line
->Point1
.X
, line
->Point1
.Y
, line
->Point1
.ID
,
257 line
->Point2
.X
, line
->Point2
.Y
, line
->Point2
.ID
,
258 line
->Thickness
, line
->Clearance
/ 2,
259 GetLayerNumber (PCB
->Data
, (LayerType
*) ptr1
),
260 UNKNOWN (line
->Number
),
261 TEST_FLAG (LOCKFLAG
, line
) ? _("It is LOCKED.\n") : "");
268 if (gui
->shift_is_pressed ())
270 __r_dump_tree (PCB
->Data
->rat_tree
->root
, 0);
274 line
= (RatType
*) ptr2
;
275 pcb_sprintf (&report
[0], _("%m+RAT-LINE ID# %ld; Flags:%s\n"
276 "FirstPoint(X,Y) = %$mD; ID = %ld; "
277 "connects to layer group %d.\n"
278 "SecondPoint(X,Y) = %$mD; ID = %ld; "
279 "connects to layer group %d.\n"),
280 USER_UNITMASK
, line
->ID
, flags_to_string (line
->Flags
, LINE_TYPE
),
281 line
->Point1
.X
, line
->Point1
.Y
,
282 line
->Point1
.ID
, line
->group1
,
283 line
->Point2
.X
, line
->Point2
.Y
,
284 line
->Point2
.ID
, line
->group2
);
292 if (gui
->shift_is_pressed ())
294 LayerType
*layer
= (LayerType
*) ptr1
;
295 __r_dump_tree (layer
->arc_tree
->root
, 0);
299 Arc
= (ArcType
*) ptr2
;
300 box
= GetArcEnds (Arc
);
302 pcb_sprintf (&report
[0], _("%m+ARC ID# %ld; Flags:%s\n"
303 "CenterPoint(X,Y) = %$mD.\n"
304 "Radius = %$mS, Thickness = %$mS.\n"
305 "Clearance width in polygons = %$mS.\n"
306 "StartAngle = %ma degrees, DeltaAngle = %ma degrees.\n"
307 "Bounding Box is %$mD, %$mD.\n"
308 "That makes the end points at %$mD and %$mD.\n"
309 "It is on layer %d.\n"
310 "%s"), USER_UNITMASK
, Arc
->ID
, flags_to_string (Arc
->Flags
, ARC_TYPE
),
312 Arc
->Width
, Arc
->Thickness
,
313 Arc
->Clearance
/ 2, Arc
->StartAngle
, Arc
->Delta
,
314 Arc
->BoundingBox
.X1
, Arc
->BoundingBox
.Y1
,
315 Arc
->BoundingBox
.X2
, Arc
->BoundingBox
.Y2
,
318 GetLayerNumber (PCB
->Data
, (LayerType
*) ptr1
),
319 TEST_FLAG (LOCKFLAG
, Arc
) ? _("It is LOCKED.\n") : "");
324 PolygonType
*Polygon
;
326 if (gui
->shift_is_pressed ())
328 LayerType
*layer
= (LayerType
*) ptr1
;
329 __r_dump_tree (layer
->polygon_tree
->root
, 0);
333 Polygon
= (PolygonType
*) ptr2
;
335 pcb_sprintf (&report
[0], _("%m+POLYGON ID# %ld; Flags:%s\n"
336 "Its bounding box is %$mD %$mD.\n"
337 "It has %d points and could store %d more\n"
338 " without using more memory.\n"
339 "It has %d holes and resides on layer %d.\n"
340 "%s"), USER_UNITMASK
, Polygon
->ID
,
341 flags_to_string (Polygon
->Flags
, POLYGON_TYPE
),
342 Polygon
->BoundingBox
.X1
, Polygon
->BoundingBox
.Y1
,
343 Polygon
->BoundingBox
.X2
, Polygon
->BoundingBox
.Y2
,
344 Polygon
->PointN
, Polygon
->PointMax
- Polygon
->PointN
,
346 GetLayerNumber (PCB
->Data
, (LayerType
*) ptr1
),
347 TEST_FLAG (LOCKFLAG
, Polygon
) ? _("It is LOCKED.\n") : "");
354 ElementType
*element
;
356 if (gui
->shift_is_pressed ())
358 __r_dump_tree (PCB
->Data
->pad_tree
->root
, 0);
362 Pad
= (PadType
*) ptr2
;
363 element
= (ElementType
*) ptr1
;
373 len
= Distance (Pad
->Point1
.X
, Pad
->Point1
.Y
, Pad
->Point2
.X
, Pad
->Point2
.Y
);
374 pcb_sprintf (&report
[0], _("%m+PAD ID# %ld; Flags:%s\n"
375 "FirstPoint(X,Y) = %$mD; ID = %ld.\n"
376 "SecondPoint(X,Y) = %$mD; ID = %ld.\n"
377 "Width = %$mS. Length = %$mS.\n"
378 "Clearance width in polygons = %$mS.\n"
379 "Solder mask = %$mS x %$mS (gap = %$mS).\n"
381 "It is owned by SMD element %s\n"
382 " as pin number %s and is on the %s\n"
383 "side of the board.\n"
384 "%s"), USER_UNITMASK
, Pad
->ID
,
385 flags_to_string (Pad
->Flags
, PAD_TYPE
),
386 Pad
->Point1
.X
, Pad
->Point1
.Y
, Pad
->Point1
.ID
,
387 Pad
->Point2
.X
, Pad
->Point2
.Y
, Pad
->Point2
.ID
,
388 Pad
->Thickness
, len
+ Pad
->Thickness
,
390 Pad
->Mask
, len
+ Pad
->Mask
,
391 (Pad
->Mask
- Pad
->Thickness
) / 2,
393 EMPTY (element
->Name
[1].TextString
),
395 TEST_FLAG (ONSOLDERFLAG
,
396 Pad
) ? _("solder (bottom)") : _("component"),
397 TEST_FLAG (LOCKFLAG
, Pad
) ? _("It is LOCKED.\n") : "");
402 ElementType
*element
;
404 if (gui
->shift_is_pressed ())
406 __r_dump_tree (PCB
->Data
->element_tree
->root
, 0);
410 element
= (ElementType
*) ptr2
;
411 pcb_sprintf (&report
[0], _("%m+ELEMENT ID# %ld; Flags:%s\n"
412 "BoundingBox %$mD %$mD.\n"
413 "Descriptive Name \"%s\".\n"
414 "Name on board \"%s\".\n"
415 "Part number name \"%s\".\n"
416 "It is %$mS tall and is located at (X,Y) = %$mD %s.\n"
417 "Mark located at point (X,Y) = %$mD.\n"
418 "It is on the %s side of the board.\n"
419 "%s"), USER_UNITMASK
,
420 element
->ID
, flags_to_string (element
->Flags
, ELEMENT_TYPE
),
421 element
->BoundingBox
.X1
, element
->BoundingBox
.Y1
,
422 element
->BoundingBox
.X2
, element
->BoundingBox
.Y2
,
423 EMPTY (element
->Name
[0].TextString
),
424 EMPTY (element
->Name
[1].TextString
),
425 EMPTY (element
->Name
[2].TextString
),
426 SCALE_TEXT (FONT_CAPHEIGHT
, element
->Name
[1].Scale
),
427 element
->Name
[1].X
, element
->Name
[1].Y
,
428 TEST_FLAG (HIDENAMEFLAG
, element
) ? _(",\n but it's hidden") : "",
429 element
->MarkX
, element
->MarkY
,
430 TEST_FLAG (ONSOLDERFLAG
, element
) ? _("solder (bottom)") : _("component"),
431 TEST_FLAG (LOCKFLAG
, element
) ? _("It is LOCKED.\n") : "");
436 if (gui
->shift_is_pressed ())
438 LayerType
*layer
= (LayerType
*) ptr1
;
439 __r_dump_tree (layer
->text_tree
->root
, 0);
443 case ELEMENTNAME_TYPE
:
448 if (gui
->shift_is_pressed ())
450 __r_dump_tree (PCB
->Data
->name_tree
[NAME_INDEX (PCB
)]->root
, 0);
454 text
= (TextType
*) ptr2
;
456 if (type
== TEXT_TYPE
)
457 sprintf (laynum
, _("It is on layer %d."),
458 GetLayerNumber (PCB
->Data
, (LayerType
*) ptr1
));
459 pcb_sprintf (&report
[0], _("%m+TEXT ID# %ld; Flags:%s\n"
460 "Located at (X,Y) = %$mD.\n"
461 "Characters are %$mS tall.\n"
464 "The bounding box is %$mD %$mD.\n"
466 "%s"), USER_UNITMASK
, text
->ID
, flags_to_string (text
->Flags
, TEXT_TYPE
),
467 text
->X
, text
->Y
, SCALE_TEXT (FONT_CAPHEIGHT
, text
->Scale
),
468 text
->TextString
, text
->Direction
,
469 text
->BoundingBox
.X1
, text
->BoundingBox
.Y1
,
470 text
->BoundingBox
.X2
, text
->BoundingBox
.Y2
,
471 (type
== TEXT_TYPE
) ? laynum
: _("It is an element name."),
472 TEST_FLAG (LOCKFLAG
, text
) ? _("It is LOCKED.\n") : "");
476 case POLYGONPOINT_TYPE
:
478 PointType
*point
= (PointType
*) ptr2
;
479 pcb_sprintf (&report
[0], _("%m+POINT ID# %ld.\n"
480 "Located at (X,Y) = %$mD.\n"
481 "It belongs to a %s on layer %d.\n"), USER_UNITMASK
, point
->ID
,
483 (type
== LINEPOINT_TYPE
) ?
484 C_("report", "line") : C_("report", "polygon"),
485 GetLayerNumber (PCB
->Data
, (LayerType
*) ptr1
));
493 sprintf (&report
[0], _("Unknown\n"));
497 if (report
[0] == '\0')
499 Message (_("Nothing found to report on\n"));
502 /* create dialog box */
503 gui
->report_dialog (_("Report"), &report
[0]);
509 ReportFoundPins (int argc
, char **argv
, Coord x
, Coord y
)
511 static DynamicStringType list
;
515 DSClearString (&list
);
516 DSAddString (&list
, _("The following pins/pads are FOUND:\n"));
517 ELEMENT_LOOP (PCB
->Data
);
521 if (TEST_FLAG (FOUNDFLAG
, pin
))
523 sprintf (temp
, _("%s-%s,%c"),
524 NAMEONPCB_NAME (element
),
526 ((col
++ % (COLUMNS
+ 1)) == COLUMNS
) ? '\n' : ' ');
527 DSAddString (&list
, temp
);
533 if (TEST_FLAG (FOUNDFLAG
, pad
))
535 sprintf (temp
, _("%s-%s,%c"),
536 NAMEONPCB_NAME (element
), pad
->Number
,
537 ((col
++ % (COLUMNS
+ 1)) == COLUMNS
) ? '\n' : ' ');
538 DSAddString (&list
, temp
);
545 gui
->report_dialog (_("Report"), list
.Data
);
549 /* Assumes that we start with a blank connection state,
550 * e.g. ClearFlagOnAllObjects() has been run.
551 * Does not add its own changes to the undo system
554 XYtoNetLength (Coord x
, Coord y
, int *found
)
561 /* NB: The third argument here, 'false' ensures LookupConnection
562 * does not add its changes to the undo system.
564 LookupConnection (x
, y
, false, PCB
->Grid
, FOUNDFLAG
, true);
566 ALLLINE_LOOP (PCB
->Data
);
568 if (TEST_FLAG (FOUNDFLAG
, line
))
572 dx
= line
->Point1
.X
- line
->Point2
.X
;
573 dy
= line
->Point1
.Y
- line
->Point2
.Y
;
574 l
= sqrt ((double)dx
*dx
+ (double)dy
*dy
);
581 ALLARC_LOOP (PCB
->Data
);
583 if (TEST_FLAG (FOUNDFLAG
, arc
))
586 /* FIXME: we assume width==height here */
587 l
= M_PI
* 2*arc
->Width
* abs(arc
->Delta
)/360.0;
598 ReportAllNetLengths (int argc
, char **argv
, Coord x
, Coord y
)
603 /* Reset all connection flags and save an undo-state to get back
604 * to the state the board was in when we started this function.
606 * After this, we don't add any changes to the undo system, but
607 * ensure we get back to a point where we can Undo() our changes
608 * by resetting the connections with ClearFlagOnAllObjects() before
609 * calling Undo() at the end of the procedure.
611 ClearFlagOnAllObjects (true, FOUNDFLAG
);
612 IncrementUndoSerialNumber ();
614 for (ni
= 0; ni
< PCB
->NetlistLib
.MenuN
; ni
++)
616 char *netname
= PCB
->NetlistLib
.Menu
[ni
].Name
+ 2;
617 char *ename
= PCB
->NetlistLib
.Menu
[ni
].Entry
[0].ListEntry
;
621 ename
= strdup (ename
);
622 pname
= strchr (ename
, '-');
630 ELEMENT_LOOP (PCB
->Data
);
632 char *es
= element
->Name
[NAMEONPCB_INDEX
].TextString
;
633 if (es
&& strcmp (es
, ename
) == 0)
637 if (strcmp (pin
->Number
, pname
) == 0)
648 if (strcmp (pad
->Number
, pname
) == 0)
650 x
= (pad
->Point1
.X
+ pad
->Point2
.X
) / 2;
651 y
= (pad
->Point1
.Y
+ pad
->Point2
.Y
) / 2;
664 const char *units_name
= argv
[0];
668 units_name
= Settings
.grid_unit
->suffix
;
670 length
= XYtoNetLength (x
, y
, &found
);
672 /* Reset connectors for the next lookup */
673 ClearFlagOnAllObjects (false, FOUNDFLAG
);
675 pcb_sprintf(buf
, _("%$m*"), units_name
, length
);
676 gui
->log(_("Net %s length %s\n"), netname
, buf
);
680 ClearFlagOnAllObjects (false, FOUNDFLAG
);
686 ReportNetLength (int argc
, char **argv
, Coord x
, Coord y
)
692 gui
->get_coords (_("Click on a connection"), &x
, &y
);
694 /* Reset all connection flags and save an undo-state to get back
695 * to the state the board was in when we started this function.
697 * After this, we don't add any changes to the undo system, but
698 * ensure we get back to a point where we can Undo() our changes
699 * by resetting the connections with ClearFlagOnAllObjects() before
700 * calling Undo() at the end of the procedure.
702 ClearFlagOnAllObjects (true, FOUNDFLAG
);
703 IncrementUndoSerialNumber ();
705 length
= XYtoNetLength (x
, y
, &found
);
709 ClearFlagOnAllObjects (false, FOUNDFLAG
);
711 gui
->log (_("No net under cursor.\n"));
715 ELEMENT_LOOP (PCB
->Data
);
719 if (TEST_FLAG (FOUNDFLAG
, pin
))
722 char *ename
= element
->Name
[NAMEONPCB_INDEX
].TextString
;
723 char *pname
= pin
->Number
;
728 n
= Concat (ename
, _("-"), pname
, NULL
);
729 for (ni
= 0; ni
< PCB
->NetlistLib
.MenuN
; ni
++)
730 for (nei
= 0; nei
< PCB
->NetlistLib
.Menu
[ni
].EntryN
; nei
++)
732 if (strcmp (PCB
->NetlistLib
.Menu
[ni
].Entry
[nei
].ListEntry
, n
) == 0)
734 netname
= PCB
->NetlistLib
.Menu
[ni
].Name
+ 2;
735 goto got_net_name
; /* four for loops deep */
744 if (TEST_FLAG (FOUNDFLAG
, pad
))
747 char *ename
= element
->Name
[NAMEONPCB_INDEX
].TextString
;
748 char *pname
= pad
->Number
;
753 n
= Concat (ename
, _("-"), pname
, NULL
);
754 for (ni
= 0; ni
< PCB
->NetlistLib
.MenuN
; ni
++)
755 for (nei
= 0; nei
< PCB
->NetlistLib
.Menu
[ni
].EntryN
; nei
++)
757 if (strcmp (PCB
->NetlistLib
.Menu
[ni
].Entry
[nei
].ListEntry
, n
) == 0)
759 netname
= PCB
->NetlistLib
.Menu
[ni
].Name
+ 2;
760 goto got_net_name
; /* four for loops deep */
771 ClearFlagOnAllObjects (false, FOUNDFLAG
);
776 pcb_sprintf(buf
, _("%$m*"), Settings
.grid_unit
->suffix
, length
);
778 gui
->log (_("Net \"%s\" length: %s\n"), netname
, buf
);
780 gui
->log (_("Net length: %s\n"), buf
);
787 ReportNetLengthByName (char *tofind
, int x
, int y
)
794 LibraryMenuType
*net
;
800 #if defined(HAVE_REGCOMP)
804 #if defined(HAVE_RE_COMP)
816 for (i
= 0; i
< PCB
->NetlistLib
.MenuN
; i
++)
818 net
= PCB
->NetlistLib
.Menu
+ i
;
819 if (strcasecmp (tofind
, net
->Name
+ 2) == 0)
824 #if defined(HAVE_REGCOMP)
826 regcomp (&elt_pattern
, tofind
,
827 REG_EXTENDED
| REG_ICASE
| REG_NOSUB
);
830 char errorstring
[128];
832 regerror (result
, &elt_pattern
, errorstring
, 128);
833 Message (_("regexp error: %s\n"), errorstring
);
834 regfree (&elt_pattern
);
838 #if defined(HAVE_RE_COMP)
839 if ((elt_pattern
= re_comp (tofind
)) != NULL
)
841 Message (_("re_comp error: %s\n"), elt_pattern
);
848 for (i
= 0; i
< PCB
->NetlistLib
.MenuN
; i
++)
850 net
= PCB
->NetlistLib
.Menu
+ i
;
855 #if defined(HAVE_REGCOMP)
856 if (regexec (&elt_pattern
, net
->Name
+ 2, 1, &match
, 0) != 0)
859 #if defined(HAVE_RE_COMP)
860 if (re_exec (net
->Name
+ 2) != 1)
866 if (strcasecmp (net
->Name
+ 2, tofind
))
869 if (SeekPad (net
->Entry
, &conn
, false))
874 x
= ((PinType
*) (conn
.ptr2
))->X
;
875 y
= ((PinType
*) (conn
.ptr2
))->Y
;
879 x
= ((PadType
*) (conn
.ptr2
))->Point1
.X
;
880 y
= ((PadType
*) (conn
.ptr2
))->Point1
.Y
;
891 gui
->log (_("No net named %s\n"), tofind
);
897 regfree (&elt_pattern
);
900 /* Reset all connection flags and save an undo-state to get back
901 * to the state the board was in when we started.
903 * After this, we don't add any changes to the undo system, but
904 * ensure we get back to a point where we can Undo() our changes
905 * by resetting the connections with ClearFlagOnAllObjects() before
906 * calling Undo() when we are finished.
908 ClearFlagOnAllObjects (true, FOUNDFLAG
);
909 IncrementUndoSerialNumber ();
911 length
= XYtoNetLength (x
, y
, &found
);
912 netname
= net
->Name
+ 2;
914 ClearFlagOnAllObjects (false, FOUNDFLAG
);
920 gui
->log (_("Net found, but no lines or arcs were flagged.\n"));
922 gui
->log (_("Net not found.\n"));
929 pcb_sprintf(buf
, _("%$m*"), Settings
.grid_unit
->suffix
, length
);
931 gui
->log (_("Net \"%s\" length: %s\n"), netname
, buf
);
933 gui
->log (_("Net length: %s\n"), buf
);
939 /* ---------------------------------------------------------------------------
940 * reports on an object
944 static const char report_syntax
[] =
945 N_("Report(Object|DrillReport|FoundPins|NetLength|AllNetLengths|[,name])");
947 static const char report_help
[] = N_("Produce various report.");
949 /* %start-doc actions Report
954 The object under the crosshair will be reported, describing various
955 aspects of the object.
958 A report summarizing the number of drill sizes used, and how many of
959 each, will be produced.
962 A report listing all pins and pads which are marked as ``found'' will
966 The name and length of the net under the crosshair will be reported to
970 The name and length of the net under the crosshair will be reported to
971 the message log. An optional parameter specifies mm, mil, pcb, or in
979 Report (int argc
, char **argv
, Coord x
, Coord y
)
981 if ((argc
< 1) || (argc
> 2))
983 else if (strcasecmp (argv
[0], "Object") == 0)
985 gui
->get_coords (_("Click on an object"), &x
, &y
);
986 return ReportDialog (argc
- 1, argv
+ 1, x
, y
);
988 else if (strcasecmp (argv
[0], "DrillReport") == 0)
989 return ReportDrills (argc
- 1, argv
+ 1, x
, y
);
990 else if (strcasecmp (argv
[0], "FoundPins") == 0)
991 return ReportFoundPins (argc
- 1, argv
+ 1, x
, y
);
992 else if ((strcasecmp (argv
[0], "NetLength") == 0) && (argc
== 1))
993 return ReportNetLength (argc
- 1, argv
+ 1, x
, y
);
994 else if (strcasecmp (argv
[0], "AllNetLengths") == 0)
995 return ReportAllNetLengths (argc
- 1, argv
+ 1, x
, y
);
996 else if ((strcasecmp (argv
[0], "NetLength") == 0) && (argc
== 2))
997 return ReportNetLengthByName (argv
[1], x
, y
);
1005 HID_Action report_action_list
[] = {
1006 {"ReportObject", N_("Click on an object"), ReportDialog
,
1007 reportdialog_help
, reportdialog_syntax
}
1009 {"Report", 0, Report
,
1010 report_help
, report_syntax
}
1013 REGISTER_ACTIONS (report_action_list
)