gerbv  2.6A
pick-and-place.h File Reference

Go to the source code of this file.

Functions

GArray * pick_and_place_parse_file (gerb_file_t *fd)

Detailed Description

Header info for the PNP (pick-and-place) parsing functions.

Definition in file pick-and-place.h.

Function Documentation

GArray* pick_and_place_parse_file ( gerb_file_t *  fd)

Parses the PNP data.

two lists are filled with the row data.
One for the scrollable list in the search and select parts interface, the other one a mere two columned list, which drives the autocompletion when entering a search.
It also tries to determine the shape of a part and sets pnp_state->shape accordingly which will be used when drawing the selections as an overlay on screen.

Returns
the initial node of the pnp_state netlist

Definition at line 197 of file pick-and-place.c.

References gerb_transf_rotate(), and pick_and_place_get_float_unit().