Contains global variables and structs for both fpw (CLI) and pcb-gfpw (GUI) versions of the pcb FootPrintWizard. More...
Go to the source code of this file.
Typedefs | |
typedef enum packages | package_t |
Some package types conforming to standard name space definitions. | |
typedef enum units | units_t |
Some units types. | |
typedef enum status | status_t |
Some status types. | |
typedef enum locations | location_t |
Some locations for pin #1 orientation. | |
typedef enum pad_shapes | pad_shapes_t |
Some pad shapes types. | |
Enumerations | |
enum | packages { NO_PACKAGE, BGA, CAPA, CAPAE, CAPC, CAPM, CAPMP, CAPPR, CON_DIL, CON_DIP, CON_HDR, CON_SIL, DIL, DIOM, DIOMELF, DIP, DIPS, DO, INDC, INDM, INDP, PGA, PLCC, QFN, QFP, RES, RESC, RESM, RESMELF, SIL, SIP, SO, SOT, TO, TO92, TO220, TO220S, TO220SW, TO220W } |
Some package types conforming to standard name space definitions. More... | |
enum | units { NO_UNITS, MIL, MIL_100, MM } |
Some units types. More... | |
enum | status { NO_STATUS, EXPERIMENTAL, PRIVATE, PUBLIC, STABLE } |
Some status types. More... | |
enum | locations { NO_LOCATION, UPPER_LEFT, MIDDLE_LEFT, LOWER_LEFT, UPPER_MIDDLE, MIDDLE_MIDDLE, LOWER_MIDDLE, UPPER_RIGHT, MIDDLE_RIGHT, LOWER_RIGHT, LEFT_TOP, RIGHT_TOP, LEFT_BOTTOM, RIGHT_BOTTOM } |
Some locations for pin #1 orientation. More... | |
enum | pad_shapes { NO_SHAPE, ROUND, SQUARE, OCTAGONAL, ROUND_ELONGATED } |
Some pad shapes types. More... | |
Variables | |
char * | row_letters [] |
Set of valid letter combinations for row identifiers for BGA and PGA packages. | |
gboolean | debug = FALSE |
gboolean | silent = FALSE |
gboolean | verbose = FALSE |
FILE * | fp |
gchar * | fpw_pathname = NULL |
gchar * | fpw_suffix = "fpw" |
gchar * | footprint_filename = NULL |
gchar * | fp_suffix = "fp" |
gchar * | footprint_name = NULL |
gchar * | footprint_type = NULL |
package_t | package_type = NO_PACKAGE |
gchar * | footprint_units = NULL |
units_t | units_type = NO_UNITS |
gdouble | multiplier |
gchar * | footprint_refdes = NULL |
gchar * | footprint_value = NULL |
gdouble | package_body_length |
gdouble | package_body_width |
gdouble | package_body_height |
gboolean | package_is_radial = FALSE |
gchar * | footprint_author = NULL |
gchar * | footprint_dist_license = "GPL" |
gchar * | footprint_use_license = "unlimited" |
gchar * | footprint_status = "Experimental" |
status_t | status_type = NO_STATUS |
gboolean | license_in_footprint = TRUE |
gboolean | attributes_in_footprint |
gint | number_of_pins |
gint | number_of_columns |
gint | number_of_rows |
gchar * | pin_1_position = NULL |
location_t | pin1_location |
gdouble | pitch_x |
gdouble | pitch_y |
gint | count_x |
gint | count_y |
gchar * | pin_pad_exceptions_string = "" |
gint | number_of_exceptions = 0 |
gdouble | pin_drill_diameter |
gdouble | pad_diameter |
gdouble | pad_length |
gdouble | pad_width |
gchar * | pad_shape |
pad_shapes_t | pad_shapes_type = NO_SHAPE |
gint | pin_pad_type |
gboolean | pin1_square |
gdouble | pad_solder_mask_clearance |
gdouble | pad_clearance |
gboolean | silkscreen_package_outline |
gboolean | silkscreen_indicate_1 |
gdouble | silkscreen_length |
gdouble | silkscreen_width |
gdouble | silkscreen_line_width |
gboolean | courtyard |
gdouble | courtyard_length |
gdouble | courtyard_width |
gdouble | courtyard_line_width |
gdouble | courtyard_clearance_with_package |
gboolean | thermal |
gboolean | thermal_nopaste |
gdouble | thermal_length |
gdouble | thermal_width |
gdouble | thermal_solder_mask_clearance |
gdouble | thermal_clearance |
gboolean | fiducial |
gdouble | fiducial_pad_diameter |
gdouble | fiducial_pad_clearance |
gdouble | fiducial_pad_solder_mask_clearance |
gboolean | c1_state = TRUE |
gdouble | c1 |
gboolean | g1_state = FALSE |
gdouble | g1 |
gboolean | z1_state = FALSE |
gdouble | z1 |
gboolean | c2_state = TRUE |
gdouble | c2 |
gboolean | g2_state = FALSE |
gdouble | g2 |
gboolean | z2_state = FALSE |
gdouble | z2 |
gchar * | dummy = NULL |
GtkWidget * | widget |
Contains global variables and structs for both fpw (CLI) and pcb-gfpw (GUI) versions of the pcb FootPrintWizard.
fpw (FootPrintWizard) is a program for the creation of footprint files to be used by the pcb layout application (see http://pcb.gpleda.org) for the placement of parts in a pcb layout.
The functions in libfpw are called by both the CLI version of the FootPrintWizard (fpw) as well as the GUI version (pcb-gfpw).
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
Definition in file globals.h.
typedef enum locations location_t |
Some locations for pin #1 orientation.
10 4 11 +-----------+ 1| | |7 | | | 2+ --- 5 --- +8 | | | 3| | |9 +-----------+ 12 6 13
typedef enum pad_shapes pad_shapes_t |
Some pad shapes types.
enum locations |
Some locations for pin #1 orientation.
10 4 11 +-----------+ 1| | |7 | | | 2+ --- 5 --- +8 | | | 3| | |9 +-----------+ 12 6 13
enum packages |
Some package types conforming to standard name space definitions.
enum pad_shapes |
enum status |
enum units |
gboolean attributes_in_footprint |
Include the global values based on the entry values of the GUI into the footprint file.
Definition at line 236 of file globals.h.
Referenced by all_entries_need_updated(), bga_create_element(), bga_write_footprint(), capa_create_element(), capa_write_footprint(), capc_create_element(), capc_write_footprint(), capm_create_element(), capm_write_footprint(), capmp_create_element(), capmp_write_footprint(), cappr_create_element(), cappr_write_footprint(), con_dil_create_element(), con_dil_write_footprint(), con_dip_create_element(), con_dip_write_footprint(), con_hdr_write_footprint(), con_sil_create_element(), con_sil_write_footprint(), create_attributes_in_element(), diom_create_element(), diom_write_footprint(), diomelf_create_element(), diomelf_write_footprint(), dip_create_element(), dip_write_footprint(), dips_create_element(), dips_write_footprint(), indc_create_element(), indc_write_footprint(), indm_create_element(), indm_write_footprint(), indp_create_element(), indp_write_footprint(), on_add_attribs_checkbutton_toggled(), pga_create_element(), pga_write_footprint(), plcc_create_element(), plcc_write_footprint(), read_footprintwizard_file(), res_create_element(), res_write_footprint(), resc_create_element(), resc_write_footprint(), resm_create_element(), resm_write_footprint(), resmelf_create_element(), resmelf_write_footprint(), sil_create_element(), sil_write_footprint(), sip_create_element(), sip_write_footprint(), sot_create_element(), sot_write_footprint(), to_create_element_to92(), to_create_element_to92_staggered(), to_write_footprint_to220(), to_write_footprint_to220_staggered(), to_write_footprint_to220_standing(), to_write_footprint_to220_standing_staggered(), to_write_footprint_to92(), to_write_footprint_to92_staggered(), write_attributes(), and write_footprintwizard_file().
gdouble c1 |
Top to bottom pads center-center distance.
Definition at line 330 of file globals.h.
Referenced by all_entries_need_updated(), create_attributes_in_element(), on_C1_entry_changed(), plcc_create_element(), plcc_write_footprint(), read_footprintwizard_file(), write_attributes(), and write_footprintwizard_file().
gboolean c1_state = TRUE |
State of the top to bottom center-center distance radiobutton.
Definition at line 327 of file globals.h.
Referenced by on_C1_radiobutton_toggled(), on_G1_radiobutton_toggled(), on_Z1_radiobutton_toggled(), plcc_create_element(), and plcc_write_footprint().
gdouble c2 |
Left to right pads center-center distance.
Definition at line 343 of file globals.h.
Referenced by all_entries_need_updated(), create_attributes_in_element(), on_C2_entry_changed(), plcc_create_element(), plcc_write_footprint(), read_footprintwizard_file(), write_attributes(), and write_footprintwizard_file().
gboolean c2_state = TRUE |
State of the left to right center-center distance radiobutton.
Definition at line 340 of file globals.h.
Referenced by on_C2_radiobutton_toggled(), on_G2_radiobutton_toggled(), on_Z2_radiobutton_toggled(), plcc_create_element(), and plcc_write_footprint().
gint count_x |
Number of pin/pads in the X-direction.
Definition at line 254 of file globals.h.
Referenced by all_entries_need_updated(), bga_get_default_footprint_values(), capa_get_default_footprint_values(), capc_get_default_footprint_values(), capm_get_default_footprint_values(), capmp_get_default_footprint_values(), cappr_get_default_footprint_values(), con_dil_get_default_footprint_values(), con_dip_get_default_footprint_values(), con_hdr_get_default_footprint_values(), con_hdr_write_footprint(), con_sil_get_default_footprint_values(), create_attributes_in_element(), diom_get_default_footprint_values(), diomelf_get_default_footprint_values(), dip_get_default_footprint_values(), dips_get_default_footprint_values(), get_total_number_of_pins(), indc_get_default_footprint_values(), indm_get_default_footprint_values(), indp_get_default_footprint_values(), on_count_x_entry_changed(), pga_get_default_footprint_values(), plcc_create_element(), plcc_get_default_footprint_values(), plcc_write_footprint(), read_footprintwizard_file(), res_get_default_footprint_values(), resc_get_default_footprint_values(), resm_get_default_footprint_values(), resmelf_get_default_footprint_values(), sil_get_default_footprint_values(), sip_get_default_footprint_values(), sot_get_default_footprint_values(), to_get_default_footprint_values(), write_attributes(), and write_footprintwizard_file().
gint count_y |
Number of pin/pads in the Y-direction.
Definition at line 256 of file globals.h.
Referenced by all_entries_need_updated(), bga_get_default_footprint_values(), capa_get_default_footprint_values(), capc_get_default_footprint_values(), capm_get_default_footprint_values(), capmp_get_default_footprint_values(), cappr_get_default_footprint_values(), con_dil_get_default_footprint_values(), con_dip_get_default_footprint_values(), con_hdr_get_default_footprint_values(), con_sil_get_default_footprint_values(), create_attributes_in_element(), diom_get_default_footprint_values(), diomelf_get_default_footprint_values(), dip_create_element(), dip_get_default_footprint_values(), dip_write_footprint(), dips_create_element(), dips_get_default_footprint_values(), dips_write_footprint(), get_total_number_of_pins(), indc_get_default_footprint_values(), indm_get_default_footprint_values(), indp_get_default_footprint_values(), on_count_y_entry_changed(), pga_get_default_footprint_values(), plcc_create_element(), plcc_get_default_footprint_values(), plcc_write_footprint(), read_footprintwizard_file(), res_get_default_footprint_values(), resc_get_default_footprint_values(), resm_get_default_footprint_values(), resmelf_get_default_footprint_values(), sil_get_default_footprint_values(), sip_get_default_footprint_values(), sot_get_default_footprint_values(), to_get_default_footprint_values(), write_attributes(), and write_footprintwizard_file().
gboolean courtyard |
Draw courtyard.
Definition at line 295 of file globals.h.
Referenced by bga_create_element(), bga_write_footprint(), capa_create_element(), capa_get_default_footprint_values(), capa_write_footprint(), capc_create_element(), capc_write_footprint(), capm_create_element(), capm_write_footprint(), capmp_create_element(), capmp_write_footprint(), cappr_create_element(), cappr_get_default_footprint_values(), cappr_write_footprint(), con_dil_create_element(), con_dil_write_footprint(), con_dip_create_element(), con_dip_get_default_footprint_values(), con_dip_write_footprint(), con_hdr_get_default_footprint_values(), con_hdr_write_footprint(), con_sil_create_element(), con_sil_get_default_footprint_values(), con_sil_write_footprint(), create_attributes_in_element(), diom_create_element(), diom_write_footprint(), diomelf_create_element(), diomelf_write_footprint(), dip_create_element(), dip_write_footprint(), dips_create_element(), dips_write_footprint(), indc_create_element(), indc_write_footprint(), indm_create_element(), indm_write_footprint(), indp_create_element(), indp_write_footprint(), on_courtyard_checkbutton_toggled(), pga_create_element(), pga_write_footprint(), plcc_create_element(), plcc_write_footprint(), read_footprintwizard_file(), res_create_element(), res_get_default_footprint_values(), res_write_footprint(), resc_create_element(), resc_write_footprint(), resm_create_element(), resm_write_footprint(), resmelf_create_element(), resmelf_write_footprint(), sil_create_element(), sil_write_footprint(), sip_create_element(), sip_write_footprint(), sot_create_element(), sot_write_footprint(), to_write_footprint_to220(), to_write_footprint_to220_staggered(), to_write_footprint_to220_standing(), to_write_footprint_to220_standing_staggered(), to_write_footprint_to92(), to_write_footprint_to92_staggered(), write_attributes(), and write_footprintwizard_file().
gdouble courtyard_clearance_with_package |
Courtyard clearance with package outline
Definition at line 303 of file globals.h.
Referenced by all_entries_need_updated(), bga_create_element(), bga_drc(), bga_write_footprint(), capa_create_element(), capa_drc(), capa_write_footprint(), capc_create_element(), capc_drc(), capc_write_footprint(), capm_create_element(), capm_drc(), capm_write_footprint(), capmp_create_element(), capmp_drc(), capmp_write_footprint(), cappr_create_element(), cappr_drc(), cappr_write_footprint(), con_dil_create_element(), con_dil_drc(), con_dil_write_footprint(), con_dip_create_element(), con_dip_drc(), con_dip_write_footprint(), con_hdr_drc(), con_hdr_write_footprint(), con_sil_create_element(), con_sil_drc(), con_sil_write_footprint(), create_attributes_in_element(), diom_create_element(), diom_drc(), diom_write_footprint(), diomelf_create_element(), diomelf_drc(), diomelf_write_footprint(), dip_create_element(), dip_drc(), dip_write_footprint(), dips_create_element(), dips_write_footprint(), indc_create_element(), indc_drc(), indc_write_footprint(), indm_create_element(), indm_drc(), indm_write_footprint(), indp_create_element(), indp_drc(), indp_write_footprint(), on_courtyard_clearance_with_package_entry_changed(), pga_create_element(), pga_drc(), pga_write_footprint(), plcc_create_element(), plcc_drc(), plcc_write_footprint(), read_footprintwizard_file(), res_create_element(), res_drc(), res_write_footprint(), resc_create_element(), resc_drc(), resc_write_footprint(), resm_create_element(), resm_drc(), resm_write_footprint(), resmelf_create_element(), resmelf_drc(), resmelf_write_footprint(), sil_create_element(), sil_drc(), sil_write_footprint(), sip_create_element(), sip_drc(), sip_write_footprint(), sot_create_element(), sot_drc(), sot_write_footprint(), to_create_element_to92(), to_create_element_to92_staggered(), to_drc(), to_write_footprint_to220(), to_write_footprint_to220_staggered(), to_write_footprint_to220_standing(), to_write_footprint_to220_standing_staggered(), to_write_footprint_to92(), to_write_footprint_to92_staggered(), write_attributes(), and write_footprintwizard_file().
gdouble courtyard_length |
Courtyard length (X-direction).
Definition at line 297 of file globals.h.
Referenced by all_entries_need_updated(), bga_create_element(), bga_drc(), bga_get_default_footprint_values(), bga_write_footprint(), capa_create_element(), capa_drc(), capa_get_default_footprint_values(), capa_write_footprint(), capc_create_element(), capc_drc(), capc_get_default_footprint_values(), capc_write_footprint(), capm_create_element(), capm_drc(), capm_get_default_footprint_values(), capm_write_footprint(), capmp_create_element(), capmp_drc(), capmp_get_default_footprint_values(), capmp_write_footprint(), cappr_create_element(), cappr_drc(), cappr_get_default_footprint_values(), cappr_write_footprint(), con_dil_create_element(), con_dil_drc(), con_dil_write_footprint(), con_dip_create_element(), con_dip_drc(), con_dip_get_default_footprint_values(), con_dip_write_footprint(), con_hdr_drc(), con_hdr_get_default_footprint_values(), con_hdr_write_footprint(), con_sil_create_element(), con_sil_drc(), con_sil_get_default_footprint_values(), con_sil_write_footprint(), create_attributes_in_element(), diom_create_element(), diom_drc(), diom_get_default_footprint_values(), diom_write_footprint(), diomelf_create_element(), diomelf_drc(), diomelf_get_default_footprint_values(), diomelf_write_footprint(), dip_create_element(), dip_drc(), dip_write_footprint(), dips_create_element(), dips_drc(), dips_write_footprint(), indc_create_element(), indc_drc(), indc_get_default_footprint_values(), indc_write_footprint(), indm_create_element(), indm_drc(), indm_get_default_footprint_values(), indm_write_footprint(), indp_create_element(), indp_drc(), indp_get_default_footprint_values(), indp_write_footprint(), on_courtyard_length_entry_changed(), pga_create_element(), pga_drc(), pga_get_default_footprint_values(), pga_write_footprint(), plcc_create_element(), plcc_drc(), plcc_get_default_footprint_values(), plcc_write_footprint(), read_footprintwizard_file(), res_create_element(), res_drc(), res_get_default_footprint_values(), res_write_footprint(), resc_create_element(), resc_drc(), resc_get_default_footprint_values(), resc_write_footprint(), resm_create_element(), resm_drc(), resm_get_default_footprint_values(), resm_write_footprint(), resmelf_create_element(), resmelf_drc(), resmelf_get_default_footprint_values(), resmelf_write_footprint(), sil_create_element(), sil_drc(), sil_write_footprint(), sip_create_element(), sip_drc(), sip_write_footprint(), sot_create_element(), sot_drc(), sot_get_default_footprint_values(), sot_write_footprint(), to_create_element_to92(), to_create_element_to92_staggered(), to_drc(), to_get_default_footprint_values(), to_write_footprint_to220(), to_write_footprint_to220_staggered(), to_write_footprint_to220_standing(), to_write_footprint_to220_standing_staggered(), to_write_footprint_to92(), to_write_footprint_to92_staggered(), write_attributes(), and write_footprintwizard_file().
gdouble courtyard_line_width |
Courtyard line width.
Definition at line 301 of file globals.h.
Referenced by all_entries_need_updated(), bga_create_element(), bga_get_default_footprint_values(), bga_write_footprint(), capa_create_element(), capa_get_default_footprint_values(), capa_write_footprint(), capc_create_element(), capc_get_default_footprint_values(), capc_write_footprint(), capm_create_element(), capm_write_footprint(), capmp_create_element(), capmp_write_footprint(), cappr_create_element(), cappr_get_default_footprint_values(), cappr_write_footprint(), con_dil_create_element(), con_dil_write_footprint(), con_dip_create_element(), con_dip_get_default_footprint_values(), con_dip_write_footprint(), con_hdr_get_default_footprint_values(), con_hdr_write_footprint(), con_sil_create_element(), con_sil_get_default_footprint_values(), con_sil_write_footprint(), create_attributes_in_element(), diom_create_element(), diom_write_footprint(), diomelf_create_element(), diomelf_get_default_footprint_values(), diomelf_write_footprint(), dip_create_element(), dip_get_default_footprint_values(), dip_write_footprint(), dips_create_element(), dips_get_default_footprint_values(), dips_write_footprint(), indc_create_element(), indc_get_default_footprint_values(), indc_write_footprint(), indm_create_element(), indm_write_footprint(), indp_create_element(), indp_get_default_footprint_values(), indp_write_footprint(), on_courtyard_line_width_entry_changed(), pga_create_element(), pga_write_footprint(), plcc_create_element(), plcc_write_footprint(), read_footprintwizard_file(), res_create_element(), res_get_default_footprint_values(), res_write_footprint(), resc_create_element(), resc_write_footprint(), resm_create_element(), resm_write_footprint(), resmelf_create_element(), resmelf_get_default_footprint_values(), resmelf_write_footprint(), sil_create_element(), sil_write_footprint(), sip_create_element(), sip_write_footprint(), sot_create_element(), sot_get_default_footprint_values(), sot_write_footprint(), to_write_footprint_to220(), to_write_footprint_to220_staggered(), to_write_footprint_to220_standing(), to_write_footprint_to220_standing_staggered(), to_write_footprint_to92(), to_write_footprint_to92_staggered(), write_attributes(), and write_footprintwizard_file().
gdouble courtyard_width |
Courtyard width (Y-direction).
Definition at line 299 of file globals.h.
Referenced by all_entries_need_updated(), bga_create_element(), bga_drc(), bga_get_default_footprint_values(), bga_write_footprint(), capa_create_element(), capa_drc(), capa_get_default_footprint_values(), capa_write_footprint(), capc_create_element(), capc_drc(), capc_get_default_footprint_values(), capc_write_footprint(), capm_create_element(), capm_drc(), capm_get_default_footprint_values(), capm_write_footprint(), capmp_create_element(), capmp_drc(), capmp_get_default_footprint_values(), capmp_write_footprint(), cappr_create_element(), cappr_drc(), cappr_get_default_footprint_values(), cappr_write_footprint(), con_dil_create_element(), con_dil_drc(), con_dil_write_footprint(), con_dip_create_element(), con_dip_drc(), con_dip_get_default_footprint_values(), con_dip_write_footprint(), con_hdr_drc(), con_hdr_get_default_footprint_values(), con_hdr_write_footprint(), con_sil_create_element(), con_sil_drc(), con_sil_get_default_footprint_values(), con_sil_write_footprint(), create_attributes_in_element(), diom_create_element(), diom_drc(), diom_get_default_footprint_values(), diom_write_footprint(), diomelf_create_element(), diomelf_drc(), diomelf_get_default_footprint_values(), diomelf_write_footprint(), dip_create_element(), dip_drc(), dip_write_footprint(), dips_create_element(), dips_drc(), dips_write_footprint(), indc_create_element(), indc_drc(), indc_get_default_footprint_values(), indc_write_footprint(), indm_create_element(), indm_drc(), indm_get_default_footprint_values(), indm_write_footprint(), indp_create_element(), indp_drc(), indp_get_default_footprint_values(), indp_write_footprint(), on_courtyard_width_entry_changed(), pga_create_element(), pga_drc(), pga_get_default_footprint_values(), pga_write_footprint(), plcc_create_element(), plcc_drc(), plcc_get_default_footprint_values(), plcc_write_footprint(), read_footprintwizard_file(), res_create_element(), res_drc(), res_get_default_footprint_values(), res_write_footprint(), resc_create_element(), resc_drc(), resc_get_default_footprint_values(), resc_write_footprint(), resm_create_element(), resm_drc(), resm_get_default_footprint_values(), resm_write_footprint(), resmelf_create_element(), resmelf_drc(), resmelf_get_default_footprint_values(), resmelf_write_footprint(), sil_create_element(), sil_drc(), sil_write_footprint(), sip_create_element(), sip_drc(), sip_write_footprint(), sot_create_element(), sot_drc(), sot_get_default_footprint_values(), sot_write_footprint(), to_create_element_to92(), to_create_element_to92_staggered(), to_drc(), to_get_default_footprint_values(), to_write_footprint_to220(), to_write_footprint_to220_staggered(), to_write_footprint_to220_standing(), to_write_footprint_to220_standing_staggered(), to_write_footprint_to92(), to_write_footprint_to92_staggered(), write_attributes(), and write_footprintwizard_file().
gboolean debug = FALSE |
Global for being verbose on debugging information.
Definition at line 178 of file globals.h.
Referenced by cmdline_options(), and main().
gchar* dummy = NULL |
Every now and then the village-idot is needed ;-)
Definition at line 353 of file globals.h.
Referenced by read_footprintwizard_file().
gboolean fiducial |
Draw fiducials.
Definition at line 319 of file globals.h.
Referenced by all_entries_need_updated(), bga_create_element(), bga_drc(), bga_get_default_footprint_values(), bga_write_footprint(), capa_drc(), capa_get_default_footprint_values(), capc_drc(), capc_get_default_footprint_values(), capm_drc(), capm_get_default_footprint_values(), capmp_drc(), cappr_drc(), cappr_get_default_footprint_values(), con_dil_drc(), con_dip_drc(), con_dip_get_default_footprint_values(), con_hdr_drc(), con_hdr_get_default_footprint_values(), con_sil_drc(), con_sil_get_default_footprint_values(), diom_drc(), diomelf_drc(), diomelf_get_default_footprint_values(), dip_drc(), dip_get_default_footprint_values(), dips_drc(), dips_get_default_footprint_values(), get_total_number_of_pins(), indc_drc(), indm_drc(), indp_drc(), on_fiducial_checkbutton_toggled(), pga_drc(), plcc_drc(), read_footprintwizard_file(), res_drc(), res_get_default_footprint_values(), resc_drc(), resm_drc(), resmelf_drc(), resmelf_get_default_footprint_values(), sil_drc(), sip_drc(), sot_drc(), sot_get_default_footprint_values(), to_drc(), and write_footprintwizard_file().
gdouble fiducial_pad_clearance |
Clearance of a fiducial pad.
Definition at line 323 of file globals.h.
Referenced by all_entries_need_updated(), bga_get_default_footprint_values(), capm_get_default_footprint_values(), and on_fiducial_pad_clearance_entry_changed().
gdouble fiducial_pad_diameter |
Outer diameter of the fiducial pad.
Definition at line 321 of file globals.h.
Referenced by all_entries_need_updated(), bga_create_element(), bga_drc(), bga_get_default_footprint_values(), bga_write_footprint(), capa_get_default_footprint_values(), capc_get_default_footprint_values(), capm_get_default_footprint_values(), cappr_get_default_footprint_values(), con_dip_get_default_footprint_values(), con_hdr_get_default_footprint_values(), con_sil_get_default_footprint_values(), diomelf_get_default_footprint_values(), dip_drc(), dip_get_default_footprint_values(), dips_drc(), dips_get_default_footprint_values(), on_fiducial_pad_diameter_entry_changed(), pga_drc(), plcc_drc(), read_footprintwizard_file(), res_get_default_footprint_values(), resmelf_get_default_footprint_values(), sot_drc(), sot_get_default_footprint_values(), and write_footprintwizard_file().
Solder mask clearance of a fiducial pad.
Definition at line 325 of file globals.h.
Referenced by all_entries_need_updated(), bga_create_element(), bga_drc(), bga_get_default_footprint_values(), bga_write_footprint(), capa_get_default_footprint_values(), capc_get_default_footprint_values(), capm_get_default_footprint_values(), cappr_get_default_footprint_values(), con_dip_get_default_footprint_values(), con_hdr_get_default_footprint_values(), con_sil_get_default_footprint_values(), diomelf_get_default_footprint_values(), dip_drc(), dip_get_default_footprint_values(), dips_drc(), dips_get_default_footprint_values(), on_fiducial_pad_solder_mask_clearance_entry_changed(), pga_drc(), plcc_drc(), read_footprintwizard_file(), res_get_default_footprint_values(), resmelf_get_default_footprint_values(), sot_drc(), sot_get_default_footprint_values(), and write_footprintwizard_file().
gchar* footprint_author = NULL |
Author of the footprint.
Definition at line 222 of file globals.h.
Referenced by all_entries_need_updated(), create_attributes_in_element(), on_footprint_author_entry_changed(), read_footprintwizard_file(), write_attributes(), and write_footprintwizard_file().
gchar* footprint_dist_license = "GPL" |
Distribution license of the footprint.
Definition at line 224 of file globals.h.
Referenced by all_entries_need_updated(), create_attributes_in_element(), on_footprint_dist_license_entry_changed(), read_footprintwizard_file(), write_attributes(), and write_footprintwizard_file().
gchar* footprint_filename = NULL |
Filename of footprint file.
Definition at line 191 of file globals.h.
Referenced by bga_create_element(), bga_write_footprint(), capa_create_element(), capa_write_footprint(), capc_create_element(), capc_write_footprint(), capm_create_element(), capm_write_footprint(), capmp_create_element(), capmp_write_footprint(), cappr_create_element(), cappr_write_footprint(), con_dil_create_element(), con_dil_write_footprint(), con_dip_create_element(), con_dip_write_footprint(), con_hdr_write_footprint(), con_sil_create_element(), con_sil_write_footprint(), diom_create_element(), diom_write_footprint(), diomelf_create_element(), diomelf_write_footprint(), dip_create_element(), dip_write_footprint(), dips_create_element(), dips_write_footprint(), indc_create_element(), indc_write_footprint(), indm_create_element(), indm_write_footprint(), indp_create_element(), indp_write_footprint(), main(), on_footprint_button_clicked(), on_save_button_clicked(), pga_create_element(), pga_write_footprint(), plcc_create_element(), plcc_write_footprint(), read_footprintwizard_file(), res_create_element(), res_write_footprint(), resc_create_element(), resc_write_footprint(), resm_create_element(), resm_write_footprint(), resmelf_create_element(), resmelf_write_footprint(), sil_create_element(), sil_write_footprint(), sip_create_element(), sip_write_footprint(), sot_create_element(), sot_create_fpw_files_from_packages_list(), sot_write_footprint(), to_create_element_to92(), to_create_element_to92_staggered(), to_write_footprint_to220(), to_write_footprint_to220_staggered(), to_write_footprint_to220_standing(), to_write_footprint_to220_standing_staggered(), to_write_footprint_to92(), to_write_footprint_to92_staggered(), and write_footprintwizard_file().
gchar* footprint_name = NULL |
Name of the footprint.
Definition at line 195 of file globals.h.
Referenced by all_entries_need_updated(), bga_create_element(), bga_drc(), bga_get_default_footprint_values(), capa_create_element(), capa_drc(), capa_get_default_footprint_values(), capc_create_element(), capc_drc(), capc_get_default_footprint_values(), capm_create_element(), capm_drc(), capm_get_default_footprint_values(), capmp_create_element(), capmp_drc(), capmp_get_default_footprint_values(), cappr_create_element(), cappr_drc(), cappr_get_default_footprint_values(), con_dil_create_element(), con_dil_drc(), con_dil_get_default_footprint_values(), con_dip_create_element(), con_dip_drc(), con_dip_get_default_footprint_values(), con_hdr_drc(), con_hdr_get_default_footprint_values(), con_sil_create_element(), con_sil_drc(), con_sil_get_default_footprint_values(), diom_create_element(), diom_drc(), diom_get_default_footprint_values(), diomelf_create_element(), diomelf_drc(), diomelf_get_default_footprint_values(), dip_create_element(), dip_drc(), dip_get_default_footprint_values(), dips_create_element(), dips_drc(), dips_get_default_footprint_values(), indc_create_element(), indc_drc(), indc_get_default_footprint_values(), indm_create_element(), indm_drc(), indm_get_default_footprint_values(), indp_create_element(), indp_drc(), indp_get_default_footprint_values(), main(), on_footprint_button_clicked(), on_footprint_name_entry_changed(), on_footprint_type_entry_changed(), on_save_button_clicked(), pga_create_element(), pga_drc(), pga_get_default_footprint_values(), plcc_create_element(), plcc_drc(), plcc_get_default_footprint_values(), res_create_element(), res_drc(), res_get_default_footprint_values(), resc_create_element(), resc_drc(), resc_get_default_footprint_values(), resm_create_element(), resm_drc(), resm_get_default_footprint_values(), resmelf_create_element(), resmelf_drc(), resmelf_get_default_footprint_values(), sil_create_element(), sil_drc(), sil_get_default_footprint_values(), sip_create_element(), sip_drc(), sip_get_default_footprint_values(), sot_create_element(), sot_create_fpw_files_from_packages_list(), sot_drc(), sot_get_default_footprint_values(), to_create_element_to92(), to_create_element_to92_staggered(), to_drc(), to_get_default_footprint_values(), write_attributes(), write_element_header(), write_footprint(), and write_footprintwizard_file().
gchar* footprint_refdes = NULL |
Default value of the refdes prefix.
Definition at line 208 of file globals.h.
Referenced by all_entries_need_updated(), bga_create_element(), capa_create_element(), capc_create_element(), capm_create_element(), capmp_create_element(), cappr_create_element(), con_dil_create_element(), con_dip_create_element(), con_sil_create_element(), diom_create_element(), diomelf_create_element(), dip_create_element(), dips_create_element(), indc_create_element(), indm_create_element(), indp_create_element(), on_footprint_refdes_entry_changed(), pga_create_element(), plcc_create_element(), read_footprintwizard_file(), res_create_element(), resc_create_element(), resm_create_element(), resmelf_create_element(), sil_create_element(), sip_create_element(), sot_create_element(), to_create_element_to92(), to_create_element_to92_staggered(), write_attributes(), write_element_header(), and write_footprintwizard_file().
gchar* footprint_status = "Experimental" |
Status of the footprint.
Definition at line 228 of file globals.h.
Referenced by all_entries_need_updated(), create_attributes_in_element(), get_status_type(), on_footprint_status_entry_changed(), read_footprintwizard_file(), write_attributes(), and write_footprintwizard_file().
gchar* footprint_type = NULL |
Type of the footprint.
Definition at line 197 of file globals.h.
Referenced by all_entries_need_updated(), bga_create_element(), bga_drc(), bga_write_footprint(), capa_create_element(), capa_drc(), capa_write_footprint(), capc_create_element(), capc_drc(), capc_write_footprint(), capm_create_element(), capm_drc(), capm_write_footprint(), capmp_create_element(), capmp_drc(), capmp_write_footprint(), cappr_create_element(), cappr_drc(), cappr_write_footprint(), con_dil_create_element(), con_dil_drc(), con_dil_write_footprint(), con_dip_create_element(), con_dip_drc(), con_dip_write_footprint(), con_hdr_drc(), con_hdr_write_footprint(), con_sil_create_element(), con_sil_drc(), con_sil_write_footprint(), diom_create_element(), diom_drc(), diom_write_footprint(), diomelf_create_element(), diomelf_drc(), diomelf_write_footprint(), dip_create_element(), dip_drc(), dip_write_footprint(), dips_create_element(), dips_drc(), dips_write_footprint(), get_package_type(), if(), indc_create_element(), indc_drc(), indc_write_footprint(), indm_create_element(), indm_drc(), indm_write_footprint(), indp_create_element(), indp_drc(), indp_write_footprint(), on_dimensions_button_clicked(), on_footprint_type_entry_changed(), pga_create_element(), pga_drc(), pga_write_footprint(), plcc_create_element(), plcc_drc(), plcc_write_footprint(), read_footprintwizard_file(), res_create_element(), res_drc(), res_write_footprint(), resc_create_element(), resc_drc(), resc_write_footprint(), resm_create_element(), resm_drc(), resm_write_footprint(), resmelf_create_element(), resmelf_drc(), resmelf_write_footprint(), sil_create_element(), sil_drc(), sil_write_footprint(), sip_create_element(), sip_drc(), sip_write_footprint(), sot_create_element(), sot_create_fpw_files_from_packages_list(), sot_drc(), sot_write_footprint(), to_create_element_to92(), to_create_element_to92_staggered(), to_drc(), to_write_footprint_to220(), to_write_footprint_to220_staggered(), to_write_footprint_to220_standing(), to_write_footprint_to220_standing_staggered(), to_write_footprint_to92(), to_write_footprint_to92_staggered(), write_attributes(), write_footprint(), and write_footprintwizard_file().
gchar* footprint_units = NULL |
Units for the footprint dimensions.
Definition at line 201 of file globals.h.
Referenced by all_entries_need_updated(), bga_get_default_footprint_values(), capa_get_default_footprint_values(), capc_get_default_footprint_values(), capm_get_default_footprint_values(), capmp_get_default_footprint_values(), cappr_get_default_footprint_values(), con_dil_get_default_footprint_values(), con_dip_get_default_footprint_values(), con_hdr_get_default_footprint_values(), con_sil_get_default_footprint_values(), diom_get_default_footprint_values(), diomelf_get_default_footprint_values(), dip_get_default_footprint_values(), dips_get_default_footprint_values(), indc_get_default_footprint_values(), indm_get_default_footprint_values(), indp_get_default_footprint_values(), on_footprint_units_entry_changed(), pga_get_default_footprint_values(), plcc_get_default_footprint_values(), read_footprintwizard_file(), res_get_default_footprint_values(), resc_get_default_footprint_values(), resm_get_default_footprint_values(), resmelf_get_default_footprint_values(), sil_get_default_footprint_values(), sip_get_default_footprint_values(), sot_get_default_footprint_values(), to_get_default_footprint_values(), update_units_variables(), write_attributes(), and write_footprintwizard_file().
gchar* footprint_use_license = "unlimited" |
Usage license of the footprint.
Definition at line 226 of file globals.h.
Referenced by all_entries_need_updated(), create_attributes_in_element(), on_footprint_use_license_entry_changed(), read_footprintwizard_file(), write_attributes(), and write_footprintwizard_file().
gchar* footprint_value = NULL |
Default value of the package.
Definition at line 210 of file globals.h.
Referenced by all_entries_need_updated(), bga_create_element(), capa_create_element(), capc_create_element(), capm_create_element(), capmp_create_element(), cappr_create_element(), con_dil_create_element(), con_dip_create_element(), con_sil_create_element(), diom_create_element(), diomelf_create_element(), dip_create_element(), dips_create_element(), indc_create_element(), indm_create_element(), indp_create_element(), on_footprint_value_entry_changed(), pga_create_element(), plcc_create_element(), read_footprintwizard_file(), res_create_element(), resc_create_element(), resm_create_element(), resmelf_create_element(), sil_create_element(), sip_create_element(), sot_create_element(), to_create_element_to92(), to_create_element_to92_staggered(), write_attributes(), write_element_header(), and write_footprintwizard_file().
FILE* fp |
Global file pointer for the footprint file.
Definition at line 186 of file globals.h.
Referenced by bga_write_footprint(), capa_write_footprint(), capc_write_footprint(), capm_write_footprint(), capmp_write_footprint(), cappr_write_footprint(), con_dil_write_footprint(), con_dip_write_footprint(), con_hdr_write_footprint(), con_sil_write_footprint(), diom_create_element(), diom_write_footprint(), diomelf_write_footprint(), dip_write_footprint(), dips_write_footprint(), indc_write_footprint(), indm_write_footprint(), indp_write_footprint(), pga_create_element(), pga_write_footprint(), plcc_write_footprint(), res_write_footprint(), resc_write_footprint(), resm_write_footprint(), resmelf_write_footprint(), sil_write_footprint(), sip_write_footprint(), sot_write_footprint(), to_write_footprint_to220(), to_write_footprint_to220_staggered(), to_write_footprint_to220_standing(), to_write_footprint_to220_standing_staggered(), to_write_footprint_to92(), to_write_footprint_to92_staggered(), write_attributes(), write_element_arc(), write_element_header(), write_element_line(), write_license(), write_pad(), write_pin(), and write_rectangle().
gchar* fp_suffix = "fp" |
Suffix of footprint file.
Definition at line 193 of file globals.h.
Referenced by main(), on_footprint_button_clicked(), on_save_button_clicked(), and sot_create_fpw_files_from_packages_list().
gchar* fpw_pathname = NULL |
gchar* fpw_suffix = "fpw" |
Suffix of footprintwizard file.
Definition at line 189 of file globals.h.
Referenced by on_save_button_clicked(), and sot_create_fpw_files_from_packages_list().
gdouble g1 |
Top to bottom pads inner-inner distance.
Definition at line 334 of file globals.h.
Referenced by all_entries_need_updated(), create_attributes_in_element(), on_G1_entry_changed(), plcc_create_element(), plcc_write_footprint(), read_footprintwizard_file(), write_attributes(), and write_footprintwizard_file().
gboolean g1_state = FALSE |
State of the top to bottom inner-inner distance radiobutton.
Definition at line 331 of file globals.h.
Referenced by on_C1_radiobutton_toggled(), on_G1_radiobutton_toggled(), on_Z1_radiobutton_toggled(), plcc_create_element(), and plcc_write_footprint().
gdouble g2 |
Left to right pads inner-inner distance.
Definition at line 347 of file globals.h.
Referenced by all_entries_need_updated(), create_attributes_in_element(), on_G2_entry_changed(), plcc_create_element(), plcc_write_footprint(), read_footprintwizard_file(), write_attributes(), and write_footprintwizard_file().
gboolean g2_state = FALSE |
State of the left to right inner-inner distance radiobutton.
Definition at line 344 of file globals.h.
Referenced by on_C2_radiobutton_toggled(), on_G2_radiobutton_toggled(), on_Z2_radiobutton_toggled(), plcc_create_element(), and plcc_write_footprint().
gboolean license_in_footprint = TRUE |
Include a license text into the footprint file.
Definition at line 233 of file globals.h.
Referenced by all_entries_need_updated(), bga_write_footprint(), capa_write_footprint(), capc_write_footprint(), capm_write_footprint(), capmp_write_footprint(), cappr_write_footprint(), con_dil_write_footprint(), con_dip_write_footprint(), con_hdr_write_footprint(), con_sil_write_footprint(), diom_write_footprint(), diomelf_write_footprint(), dip_write_footprint(), dips_write_footprint(), indc_write_footprint(), indm_write_footprint(), indp_write_footprint(), on_add_license_checkbutton_toggled(), pga_write_footprint(), plcc_write_footprint(), res_write_footprint(), resc_write_footprint(), resm_write_footprint(), resmelf_write_footprint(), sil_write_footprint(), sip_write_footprint(), sot_write_footprint(), to_write_footprint_to220(), to_write_footprint_to220_staggered(), to_write_footprint_to220_standing(), to_write_footprint_to220_standing_staggered(), to_write_footprint_to92(), and to_write_footprint_to92_staggered().
gdouble multiplier |
Multiplier to convert to mils/100.
Definition at line 207 of file globals.h.
Referenced by bga_create_element(), bga_write_footprint(), capa_create_element(), capa_write_footprint(), capc_create_element(), capc_write_footprint(), capm_create_element(), capm_write_footprint(), capmp_create_element(), capmp_write_footprint(), cappr_create_element(), cappr_write_footprint(), con_dil_create_element(), con_dil_write_footprint(), con_dip_create_element(), con_dip_write_footprint(), con_hdr_write_footprint(), con_sil_create_element(), con_sil_write_footprint(), diom_create_element(), diom_write_footprint(), diomelf_create_element(), diomelf_write_footprint(), dip_create_element(), dip_write_footprint(), dips_create_element(), dips_write_footprint(), indc_create_element(), indc_write_footprint(), indm_create_element(), indm_write_footprint(), indp_create_element(), indp_write_footprint(), pga_create_element(), pga_write_footprint(), plcc_create_element(), plcc_write_footprint(), res_create_element(), res_write_footprint(), resc_create_element(), resc_write_footprint(), resm_create_element(), resm_write_footprint(), resmelf_create_element(), resmelf_write_footprint(), sil_create_element(), sil_write_footprint(), sip_create_element(), sip_write_footprint(), sot_create_element(), sot_write_footprint(), to_create_element_to92(), to_create_element_to92_staggered(), to_write_footprint_to220(), to_write_footprint_to220_staggered(), to_write_footprint_to220_standing(), to_write_footprint_to220_standing_staggered(), to_write_footprint_to92(), to_write_footprint_to92_staggered(), and update_units_variables().
gint number_of_columns |
Number of columns.
Definition at line 242 of file globals.h.
Referenced by all_entries_need_updated(), bga_create_element(), bga_get_default_footprint_values(), bga_write_footprint(), capa_get_default_footprint_values(), capc_get_default_footprint_values(), capm_get_default_footprint_values(), capmp_get_default_footprint_values(), cappr_get_default_footprint_values(), con_dil_create_element(), con_dil_drc(), con_dil_get_default_footprint_values(), con_dil_write_footprint(), con_dip_create_element(), con_dip_drc(), con_dip_get_default_footprint_values(), con_dip_write_footprint(), con_hdr_drc(), con_hdr_get_default_footprint_values(), con_hdr_write_footprint(), con_sil_drc(), con_sil_get_default_footprint_values(), con_sil_write_footprint(), create_attributes_in_element(), diom_get_default_footprint_values(), diomelf_get_default_footprint_values(), dip_create_element(), dip_get_default_footprint_values(), dip_write_footprint(), dips_create_element(), dips_get_default_footprint_values(), dips_write_footprint(), get_total_number_of_pins(), indc_get_default_footprint_values(), indm_get_default_footprint_values(), indp_get_default_footprint_values(), on_number_of_columns_entry_changed(), on_pin_pad_exceptions_button_clicked(), pga_create_element(), pga_get_default_footprint_values(), pga_write_footprint(), plcc_get_default_footprint_values(), read_footprintwizard_file(), res_get_default_footprint_values(), resc_get_default_footprint_values(), resm_get_default_footprint_values(), resmelf_get_default_footprint_values(), select_exceptions_clear_cb(), select_exceptions_ok_cb(), sil_drc(), sil_get_default_footprint_values(), sil_write_footprint(), sip_drc(), sip_get_default_footprint_values(), sip_write_footprint(), sot_create_element(), sot_get_default_footprint_values(), sot_write_footprint(), to_get_default_footprint_values(), write_attributes(), and write_footprintwizard_file().
gint number_of_exceptions = 0 |
Number of exceptions of existing pins or pads.
Definition at line 259 of file globals.h.
Referenced by get_total_number_of_pins(), and select_exceptions_ok_cb().
gint number_of_pins |
Number of pads/pins.
Definition at line 240 of file globals.h.
Referenced by all_entries_need_updated(), bga_get_default_footprint_values(), capa_get_default_footprint_values(), capc_drc(), capc_get_default_footprint_values(), capm_drc(), capm_get_default_footprint_values(), capmp_drc(), capmp_get_default_footprint_values(), cappr_get_default_footprint_values(), con_dil_drc(), con_dil_get_default_footprint_values(), con_dip_drc(), con_dip_get_default_footprint_values(), con_hdr_drc(), con_hdr_get_default_footprint_values(), con_sil_get_default_footprint_values(), create_attributes_in_element(), diom_drc(), diom_get_default_footprint_values(), diomelf_drc(), diomelf_get_default_footprint_values(), dip_get_default_footprint_values(), dips_get_default_footprint_values(), get_total_number_of_pins(), indc_drc(), indc_get_default_footprint_values(), indm_drc(), indm_get_default_footprint_values(), indp_drc(), indp_get_default_footprint_values(), number_of_pins_has_changed(), on_number_total_pins_entry_changed(), pga_get_default_footprint_values(), plcc_get_default_footprint_values(), read_footprintwizard_file(), res_get_default_footprint_values(), resc_drc(), resc_get_default_footprint_values(), resm_drc(), resm_get_default_footprint_values(), resmelf_drc(), resmelf_get_default_footprint_values(), sil_get_default_footprint_values(), sip_get_default_footprint_values(), sot_create_element(), sot_get_default_footprint_values(), sot_write_footprint(), to_get_default_footprint_values(), write_attributes(), and write_footprintwizard_file().
gint number_of_rows |
Number of rows.
Definition at line 244 of file globals.h.
Referenced by all_entries_need_updated(), bga_create_element(), bga_get_default_footprint_values(), bga_write_footprint(), capa_get_default_footprint_values(), capc_get_default_footprint_values(), capm_get_default_footprint_values(), capmp_get_default_footprint_values(), cappr_get_default_footprint_values(), con_dil_drc(), con_dil_get_default_footprint_values(), con_dip_create_element(), con_dip_drc(), con_dip_get_default_footprint_values(), con_dip_write_footprint(), con_hdr_drc(), con_hdr_get_default_footprint_values(), con_hdr_write_footprint(), con_sil_create_element(), con_sil_drc(), con_sil_get_default_footprint_values(), con_sil_write_footprint(), create_attributes_in_element(), diom_get_default_footprint_values(), diomelf_get_default_footprint_values(), dip_get_default_footprint_values(), dips_get_default_footprint_values(), get_total_number_of_pins(), indc_get_default_footprint_values(), indm_get_default_footprint_values(), indp_get_default_footprint_values(), on_number_of_rows_entry_changed(), on_pin_pad_exceptions_button_clicked(), pga_create_element(), pga_get_default_footprint_values(), pga_write_footprint(), plcc_get_default_footprint_values(), read_footprintwizard_file(), res_get_default_footprint_values(), resc_get_default_footprint_values(), resm_get_default_footprint_values(), resmelf_get_default_footprint_values(), select_exceptions_clear_cb(), select_exceptions_ok_cb(), sil_create_element(), sil_drc(), sil_get_default_footprint_values(), sil_write_footprint(), sip_create_element(), sip_drc(), sip_get_default_footprint_values(), sip_write_footprint(), sot_create_element(), sot_get_default_footprint_values(), sot_write_footprint(), to_get_default_footprint_values(), write_attributes(), and write_footprintwizard_file().
gdouble package_body_height |
Height dimension of the package body.
Definition at line 218 of file globals.h.
Referenced by all_entries_need_updated(), bga_drc(), bga_get_default_footprint_values(), capa_drc(), capa_get_default_footprint_values(), capc_drc(), capc_get_default_footprint_values(), capm_drc(), capm_get_default_footprint_values(), capmp_drc(), capmp_get_default_footprint_values(), cappr_drc(), cappr_get_default_footprint_values(), con_dil_drc(), con_dil_get_default_footprint_values(), con_dip_drc(), con_dip_get_default_footprint_values(), con_hdr_drc(), con_hdr_get_default_footprint_values(), con_sil_drc(), con_sil_get_default_footprint_values(), create_attributes_in_element(), diom_drc(), diom_get_default_footprint_values(), diomelf_drc(), diomelf_get_default_footprint_values(), dip_drc(), dip_get_default_footprint_values(), dips_drc(), dips_get_default_footprint_values(), indc_drc(), indc_get_default_footprint_values(), indm_drc(), indm_get_default_footprint_values(), indp_drc(), indp_get_default_footprint_values(), on_package_body_height_entry_changed(), pga_drc(), pga_get_default_footprint_values(), plcc_drc(), plcc_get_default_footprint_values(), read_footprintwizard_file(), res_drc(), res_get_default_footprint_values(), resc_drc(), resc_get_default_footprint_values(), resm_drc(), resm_get_default_footprint_values(), resmelf_drc(), resmelf_get_default_footprint_values(), sil_drc(), sil_get_default_footprint_values(), sip_drc(), sip_get_default_footprint_values(), sot_drc(), sot_get_default_footprint_values(), to_drc(), to_get_default_footprint_values(), write_attributes(), and write_footprintwizard_file().
gdouble package_body_length |
Length dimension of the package body.
Definition at line 214 of file globals.h.
Referenced by all_entries_need_updated(), bga_create_element(), bga_drc(), bga_get_default_footprint_values(), bga_write_footprint(), capa_create_element(), capa_drc(), capa_get_default_footprint_values(), capa_write_footprint(), capc_create_element(), capc_drc(), capc_get_default_footprint_values(), capc_write_footprint(), capm_create_element(), capm_drc(), capm_get_default_footprint_values(), capm_write_footprint(), capmp_create_element(), capmp_drc(), capmp_get_default_footprint_values(), capmp_write_footprint(), cappr_create_element(), cappr_drc(), cappr_get_default_footprint_values(), cappr_write_footprint(), con_dil_create_element(), con_dil_drc(), con_dil_get_default_footprint_values(), con_dil_write_footprint(), con_dip_create_element(), con_dip_drc(), con_dip_get_default_footprint_values(), con_dip_write_footprint(), con_hdr_drc(), con_hdr_get_default_footprint_values(), con_hdr_write_footprint(), con_sil_create_element(), con_sil_drc(), con_sil_get_default_footprint_values(), con_sil_write_footprint(), create_attributes_in_element(), diom_create_element(), diom_drc(), diom_get_default_footprint_values(), diom_write_footprint(), diomelf_create_element(), diomelf_drc(), diomelf_get_default_footprint_values(), diomelf_write_footprint(), dip_create_element(), dip_drc(), dip_get_default_footprint_values(), dip_write_footprint(), dips_create_element(), dips_drc(), dips_get_default_footprint_values(), dips_write_footprint(), indc_create_element(), indc_drc(), indc_get_default_footprint_values(), indc_write_footprint(), indm_create_element(), indm_drc(), indm_get_default_footprint_values(), indm_write_footprint(), indp_create_element(), indp_drc(), indp_get_default_footprint_values(), indp_write_footprint(), on_package_body_length_entry_changed(), pga_create_element(), pga_drc(), pga_get_default_footprint_values(), pga_write_footprint(), plcc_create_element(), plcc_drc(), plcc_get_default_footprint_values(), plcc_write_footprint(), read_footprintwizard_file(), res_create_element(), res_drc(), res_get_default_footprint_values(), res_write_footprint(), resc_create_element(), resc_drc(), resc_get_default_footprint_values(), resc_write_footprint(), resm_create_element(), resm_drc(), resm_get_default_footprint_values(), resm_write_footprint(), resmelf_create_element(), resmelf_drc(), resmelf_get_default_footprint_values(), resmelf_write_footprint(), sil_create_element(), sil_drc(), sil_get_default_footprint_values(), sil_write_footprint(), sip_create_element(), sip_drc(), sip_get_default_footprint_values(), sip_write_footprint(), sot_create_element(), sot_drc(), sot_get_default_footprint_values(), sot_write_footprint(), to_create_element_to92(), to_create_element_to92_staggered(), to_drc(), to_get_default_footprint_values(), to_write_footprint_to220(), to_write_footprint_to220_staggered(), to_write_footprint_to220_standing(), to_write_footprint_to220_standing_staggered(), to_write_footprint_to92(), to_write_footprint_to92_staggered(), write_attributes(), and write_footprintwizard_file().
gdouble package_body_width |
Width dimension of the package body.
Definition at line 216 of file globals.h.
Referenced by all_entries_need_updated(), bga_create_element(), bga_drc(), bga_get_default_footprint_values(), bga_write_footprint(), capa_create_element(), capa_drc(), capa_get_default_footprint_values(), capa_write_footprint(), capc_create_element(), capc_drc(), capc_get_default_footprint_values(), capc_write_footprint(), capm_create_element(), capm_drc(), capm_get_default_footprint_values(), capm_write_footprint(), capmp_create_element(), capmp_drc(), capmp_get_default_footprint_values(), capmp_write_footprint(), cappr_create_element(), cappr_drc(), cappr_get_default_footprint_values(), cappr_write_footprint(), con_dil_create_element(), con_dil_drc(), con_dil_get_default_footprint_values(), con_dil_write_footprint(), con_dip_create_element(), con_dip_drc(), con_dip_get_default_footprint_values(), con_dip_write_footprint(), con_hdr_drc(), con_hdr_get_default_footprint_values(), con_hdr_write_footprint(), con_sil_create_element(), con_sil_drc(), con_sil_get_default_footprint_values(), con_sil_write_footprint(), create_attributes_in_element(), diom_create_element(), diom_drc(), diom_get_default_footprint_values(), diom_write_footprint(), diomelf_create_element(), diomelf_drc(), diomelf_get_default_footprint_values(), diomelf_write_footprint(), dip_create_element(), dip_drc(), dip_get_default_footprint_values(), dip_write_footprint(), dips_create_element(), dips_drc(), dips_get_default_footprint_values(), dips_write_footprint(), indc_create_element(), indc_drc(), indc_get_default_footprint_values(), indc_write_footprint(), indm_create_element(), indm_drc(), indm_get_default_footprint_values(), indm_write_footprint(), indp_create_element(), indp_drc(), indp_get_default_footprint_values(), indp_write_footprint(), on_package_body_width_entry_changed(), pga_create_element(), pga_drc(), pga_get_default_footprint_values(), pga_write_footprint(), plcc_create_element(), plcc_drc(), plcc_get_default_footprint_values(), plcc_write_footprint(), read_footprintwizard_file(), res_create_element(), res_drc(), res_get_default_footprint_values(), res_write_footprint(), resc_create_element(), resc_drc(), resc_get_default_footprint_values(), resc_write_footprint(), resm_create_element(), resm_drc(), resm_get_default_footprint_values(), resm_write_footprint(), resmelf_create_element(), resmelf_drc(), resmelf_get_default_footprint_values(), resmelf_write_footprint(), sil_create_element(), sil_drc(), sil_get_default_footprint_values(), sil_write_footprint(), sip_create_element(), sip_drc(), sip_get_default_footprint_values(), sip_write_footprint(), sot_create_element(), sot_drc(), sot_get_default_footprint_values(), sot_write_footprint(), to_create_element_to92(), to_create_element_to92_staggered(), to_drc(), to_get_default_footprint_values(), to_write_footprint_to220(), to_write_footprint_to220_staggered(), to_write_footprint_to220_standing(), to_write_footprint_to220_standing_staggered(), to_write_footprint_to92(), to_write_footprint_to92_staggered(), write_attributes(), and write_footprintwizard_file().
gboolean package_is_radial = FALSE |
Package has a radial body.
Definition at line 219 of file globals.h.
Referenced by all_entries_need_updated(), bga_get_default_footprint_values(), capa_get_default_footprint_values(), capc_get_default_footprint_values(), capm_get_default_footprint_values(), capmp_get_default_footprint_values(), cappr_create_element(), cappr_get_default_footprint_values(), cappr_write_footprint(), con_dil_get_default_footprint_values(), con_dip_get_default_footprint_values(), con_hdr_get_default_footprint_values(), con_sil_get_default_footprint_values(), create_attributes_in_element(), diom_get_default_footprint_values(), diomelf_get_default_footprint_values(), dip_get_default_footprint_values(), dips_get_default_footprint_values(), indc_get_default_footprint_values(), indm_get_default_footprint_values(), indp_get_default_footprint_values(), on_package_is_radial_checkbutton_toggled(), pga_get_default_footprint_values(), plcc_get_default_footprint_values(), read_footprintwizard_file(), res_get_default_footprint_values(), resc_get_default_footprint_values(), resm_get_default_footprint_values(), resmelf_get_default_footprint_values(), sil_get_default_footprint_values(), sip_get_default_footprint_values(), sot_get_default_footprint_values(), to_get_default_footprint_values(), to_write_footprint_to92(), to_write_footprint_to92_staggered(), write_attributes(), and write_footprintwizard_file().
package_t package_type = NO_PACKAGE |
Type of the package.
Definition at line 199 of file globals.h.
Referenced by all_entries_need_updated(), get_package_type(), get_total_number_of_pins(), on_footprint_name_entry_changed(), on_footprint_type_entry_changed(), and write_footprint().
gdouble pad_clearance |
Clearance of a pin/pad.
Definition at line 281 of file globals.h.
Referenced by all_entries_need_updated(), bga_create_element(), bga_drc(), bga_get_default_footprint_values(), bga_write_footprint(), capa_create_element(), capa_drc(), capa_write_footprint(), capc_create_element(), capc_drc(), capc_get_default_footprint_values(), capc_write_footprint(), capm_create_element(), capm_drc(), capm_write_footprint(), capmp_create_element(), capmp_drc(), capmp_write_footprint(), cappr_create_element(), cappr_drc(), cappr_write_footprint(), con_dil_create_element(), con_dil_drc(), con_dil_get_default_footprint_values(), con_dil_write_footprint(), con_dip_create_element(), con_dip_drc(), con_dip_write_footprint(), con_hdr_drc(), con_hdr_get_default_footprint_values(), con_hdr_write_footprint(), con_sil_create_element(), con_sil_drc(), con_sil_write_footprint(), create_attributes_in_element(), diom_create_element(), diom_drc(), diom_write_footprint(), diomelf_create_element(), diomelf_drc(), diomelf_write_footprint(), dip_create_element(), dip_drc(), dip_get_default_footprint_values(), dip_write_footprint(), dips_create_element(), dips_drc(), dips_get_default_footprint_values(), dips_write_footprint(), indc_create_element(), indc_drc(), indc_write_footprint(), indm_create_element(), indm_drc(), indm_write_footprint(), indp_create_element(), indp_drc(), indp_write_footprint(), on_pad_clearance_entry_changed(), pga_create_element(), pga_drc(), pga_get_default_footprint_values(), pga_write_footprint(), plcc_create_element(), plcc_drc(), plcc_get_default_footprint_values(), plcc_write_footprint(), read_footprintwizard_file(), res_create_element(), res_drc(), res_write_footprint(), resc_create_element(), resc_drc(), resc_write_footprint(), resm_create_element(), resm_drc(), resm_write_footprint(), resmelf_create_element(), resmelf_drc(), resmelf_write_footprint(), sil_create_element(), sil_drc(), sil_get_default_footprint_values(), sil_write_footprint(), sip_create_element(), sip_drc(), sip_get_default_footprint_values(), sip_write_footprint(), sot_create_element(), sot_drc(), sot_write_footprint(), to_create_element_to92(), to_create_element_to92_staggered(), to_drc(), to_write_footprint_to220(), to_write_footprint_to220_staggered(), to_write_footprint_to220_standing(), to_write_footprint_to220_standing_staggered(), to_write_footprint_to92(), to_write_footprint_to92_staggered(), write_attributes(), and write_footprintwizard_file().
gdouble pad_diameter |
Outer diameter of pin pad (annulus).
Definition at line 264 of file globals.h.
Referenced by all_entries_need_updated(), bga_create_element(), bga_drc(), bga_get_default_footprint_values(), bga_write_footprint(), capa_create_element(), capa_drc(), capa_get_default_footprint_values(), capa_write_footprint(), cappr_create_element(), cappr_drc(), cappr_get_default_footprint_values(), cappr_write_footprint(), con_dil_create_element(), con_dil_drc(), con_dil_get_default_footprint_values(), con_dil_write_footprint(), con_dip_create_element(), con_dip_drc(), con_dip_get_default_footprint_values(), con_dip_write_footprint(), con_hdr_drc(), con_hdr_get_default_footprint_values(), con_hdr_write_footprint(), con_sil_create_element(), con_sil_drc(), con_sil_get_default_footprint_values(), con_sil_write_footprint(), create_attributes_in_element(), dip_create_element(), dip_drc(), dip_get_default_footprint_values(), dip_write_footprint(), dips_create_element(), dips_drc(), dips_get_default_footprint_values(), dips_write_footprint(), on_pad_diameter_entry_changed(), pga_create_element(), pga_drc(), pga_get_default_footprint_values(), pga_write_footprint(), plcc_create_element(), plcc_drc(), plcc_get_default_footprint_values(), read_footprintwizard_file(), res_create_element(), res_drc(), res_get_default_footprint_values(), res_write_footprint(), sil_create_element(), sil_drc(), sil_get_default_footprint_values(), sil_write_footprint(), sip_create_element(), sip_drc(), sip_get_default_footprint_values(), sip_write_footprint(), to_create_element_to92(), to_create_element_to92_staggered(), to_drc(), to_get_default_footprint_values(), to_write_footprint_to220(), to_write_footprint_to220_staggered(), to_write_footprint_to220_standing(), to_write_footprint_to220_standing_staggered(), to_write_footprint_to92(), to_write_footprint_to92_staggered(), write_attributes(), and write_footprintwizard_file().
gdouble pad_length |
Length of pad (parallel to Element X-axis).
Definition at line 266 of file globals.h.
Referenced by all_entries_need_updated(), capa_create_element(), capa_drc(), capa_get_default_footprint_values(), capa_write_footprint(), capc_create_element(), capc_drc(), capc_get_default_footprint_values(), capc_write_footprint(), capm_create_element(), capm_drc(), capm_get_default_footprint_values(), capm_write_footprint(), capmp_create_element(), capmp_drc(), capmp_get_default_footprint_values(), capmp_write_footprint(), cappr_create_element(), cappr_drc(), cappr_get_default_footprint_values(), cappr_write_footprint(), con_dil_create_element(), con_dil_drc(), con_dil_write_footprint(), con_dip_create_element(), con_dip_drc(), con_dip_get_default_footprint_values(), con_dip_write_footprint(), con_hdr_drc(), con_hdr_get_default_footprint_values(), con_hdr_write_footprint(), con_sil_create_element(), con_sil_write_footprint(), create_attributes_in_element(), diom_create_element(), diom_drc(), diom_get_default_footprint_values(), diom_write_footprint(), diomelf_create_element(), diomelf_drc(), diomelf_get_default_footprint_values(), diomelf_write_footprint(), dip_create_element(), dip_drc(), dip_write_footprint(), dips_create_element(), dips_drc(), dips_write_footprint(), indc_create_element(), indc_drc(), indc_get_default_footprint_values(), indc_write_footprint(), indm_create_element(), indm_drc(), indm_get_default_footprint_values(), indm_write_footprint(), indp_create_element(), indp_drc(), indp_get_default_footprint_values(), indp_write_footprint(), on_pad_length_entry_changed(), plcc_create_element(), plcc_write_footprint(), read_footprintwizard_file(), res_create_element(), res_drc(), res_get_default_footprint_values(), res_write_footprint(), resc_create_element(), resc_drc(), resc_get_default_footprint_values(), resc_write_footprint(), resm_create_element(), resm_drc(), resm_get_default_footprint_values(), resm_write_footprint(), resmelf_create_element(), resmelf_drc(), resmelf_get_default_footprint_values(), resmelf_write_footprint(), sil_create_element(), sil_write_footprint(), sip_create_element(), sip_write_footprint(), sot_create_element(), sot_drc(), sot_get_default_footprint_values(), sot_write_footprint(), to_get_default_footprint_values(), write_attributes(), and write_footprintwizard_file().
gchar* pad_shape |
Shape of pads/pins.
Definition at line 270 of file globals.h.
Referenced by all_entries_need_updated(), bga_get_default_footprint_values(), capa_get_default_footprint_values(), capc_get_default_footprint_values(), capc_write_footprint(), capm_get_default_footprint_values(), capm_write_footprint(), capmp_get_default_footprint_values(), capmp_write_footprint(), cappr_get_default_footprint_values(), con_dil_create_element(), con_dil_get_default_footprint_values(), con_dil_write_footprint(), con_dip_create_element(), con_dip_get_default_footprint_values(), con_dip_write_footprint(), con_hdr_get_default_footprint_values(), con_hdr_write_footprint(), con_sil_create_element(), con_sil_get_default_footprint_values(), con_sil_write_footprint(), create_attributes_in_element(), diom_get_default_footprint_values(), diom_write_footprint(), diomelf_get_default_footprint_values(), diomelf_write_footprint(), dip_create_element(), dip_get_default_footprint_values(), dip_write_footprint(), dips_create_element(), dips_get_default_footprint_values(), dips_write_footprint(), indc_get_default_footprint_values(), indc_write_footprint(), indm_get_default_footprint_values(), indm_write_footprint(), indp_get_default_footprint_values(), indp_write_footprint(), on_pad_shape_entry_changed(), pga_get_default_footprint_values(), plcc_get_default_footprint_values(), plcc_write_footprint(), read_footprintwizard_file(), res_get_default_footprint_values(), resc_get_default_footprint_values(), resc_write_footprint(), resm_get_default_footprint_values(), resm_write_footprint(), resmelf_get_default_footprint_values(), resmelf_write_footprint(), sil_create_element(), sil_get_default_footprint_values(), sil_write_footprint(), sip_create_element(), sip_get_default_footprint_values(), sip_write_footprint(), sot_get_default_footprint_values(), to_get_default_footprint_values(), to_write_footprint_to220(), to_write_footprint_to220_staggered(), to_write_footprint_to220_standing(), to_write_footprint_to220_standing_staggered(), to_write_footprint_to92(), to_write_footprint_to92_staggered(), update_pad_shapes_variables(), write_attributes(), and write_footprintwizard_file().
pad_shapes_t pad_shapes_type = NO_SHAPE |
Shape of pads/pins (enumerated).
Initial value is NO_SHAPE
.
Definition at line 271 of file globals.h.
Referenced by all_entries_need_updated(), bga_drc(), capa_create_element(), capa_drc(), capa_get_default_footprint_values(), capa_write_footprint(), capc_create_element(), capc_drc(), capc_get_default_footprint_values(), capm_create_element(), capm_drc(), capm_get_default_footprint_values(), capmp_create_element(), capmp_drc(), capmp_get_default_footprint_values(), cappr_create_element(), cappr_drc(), cappr_get_default_footprint_values(), cappr_write_footprint(), con_dil_create_element(), con_dil_drc(), con_dip_create_element(), con_dip_drc(), con_dip_get_default_footprint_values(), con_hdr_drc(), con_hdr_get_default_footprint_values(), con_sil_create_element(), con_sil_drc(), diom_create_element(), diom_drc(), diom_get_default_footprint_values(), diomelf_create_element(), diomelf_drc(), diomelf_get_default_footprint_values(), dip_drc(), dip_get_default_footprint_values(), dips_drc(), dips_get_default_footprint_values(), indc_create_element(), indc_drc(), indc_get_default_footprint_values(), indm_create_element(), indm_drc(), indm_get_default_footprint_values(), indp_create_element(), indp_drc(), indp_get_default_footprint_values(), pga_create_element(), pga_drc(), plcc_create_element(), plcc_drc(), res_create_element(), res_drc(), res_get_default_footprint_values(), res_write_footprint(), resc_create_element(), resc_drc(), resc_get_default_footprint_values(), resm_create_element(), resm_drc(), resm_get_default_footprint_values(), resmelf_create_element(), resmelf_drc(), resmelf_get_default_footprint_values(), sil_create_element(), sil_drc(), sip_create_element(), sip_drc(), sot_create_element(), sot_drc(), sot_get_default_footprint_values(), sot_write_footprint(), to_create_element_to92(), to_create_element_to92_staggered(), to_drc(), to_get_default_footprint_values(), and update_pad_shapes_variables().
gdouble pad_solder_mask_clearance |
Solder mask clearance of a pin/pad.
Definition at line 279 of file globals.h.
Referenced by all_entries_need_updated(), bga_create_element(), bga_get_default_footprint_values(), bga_write_footprint(), capa_create_element(), capa_write_footprint(), capc_create_element(), capc_get_default_footprint_values(), capc_write_footprint(), capm_create_element(), capm_write_footprint(), capmp_create_element(), capmp_write_footprint(), cappr_create_element(), cappr_write_footprint(), con_dil_create_element(), con_dil_get_default_footprint_values(), con_dil_write_footprint(), con_dip_create_element(), con_dip_write_footprint(), con_hdr_get_default_footprint_values(), con_hdr_write_footprint(), con_sil_create_element(), con_sil_get_default_footprint_values(), con_sil_write_footprint(), create_attributes_in_element(), diom_create_element(), diom_write_footprint(), diomelf_create_element(), diomelf_write_footprint(), dip_create_element(), dip_get_default_footprint_values(), dip_write_footprint(), dips_create_element(), dips_get_default_footprint_values(), dips_write_footprint(), indc_create_element(), indc_write_footprint(), indm_create_element(), indm_write_footprint(), indp_create_element(), indp_write_footprint(), on_pad_solder_mask_clearance_entry_changed(), pga_create_element(), pga_get_default_footprint_values(), pga_write_footprint(), plcc_create_element(), plcc_get_default_footprint_values(), plcc_write_footprint(), read_footprintwizard_file(), res_create_element(), res_get_default_footprint_values(), res_write_footprint(), resc_create_element(), resc_write_footprint(), resm_create_element(), resm_write_footprint(), resmelf_create_element(), resmelf_write_footprint(), sil_create_element(), sil_get_default_footprint_values(), sil_write_footprint(), sip_create_element(), sip_get_default_footprint_values(), sip_write_footprint(), sot_create_element(), sot_write_footprint(), to_create_element_to92(), to_create_element_to92_staggered(), to_write_footprint_to220(), to_write_footprint_to220_staggered(), to_write_footprint_to220_standing(), to_write_footprint_to220_standing_staggered(), to_write_footprint_to92(), to_write_footprint_to92_staggered(), and write_attributes().
gdouble pad_width |
Width of pad (perpendicular to Element X-axis).
Definition at line 268 of file globals.h.
Referenced by all_entries_need_updated(), capa_create_element(), capa_get_default_footprint_values(), capa_write_footprint(), capc_create_element(), capc_get_default_footprint_values(), capc_write_footprint(), capm_create_element(), capm_get_default_footprint_values(), capm_write_footprint(), capmp_create_element(), capmp_get_default_footprint_values(), capmp_write_footprint(), cappr_create_element(), cappr_get_default_footprint_values(), cappr_write_footprint(), con_dil_create_element(), con_dil_drc(), con_dil_write_footprint(), con_dip_create_element(), con_dip_drc(), con_dip_get_default_footprint_values(), con_dip_write_footprint(), con_hdr_drc(), con_hdr_get_default_footprint_values(), con_hdr_write_footprint(), con_sil_create_element(), con_sil_drc(), con_sil_write_footprint(), create_attributes_in_element(), diom_create_element(), diom_drc(), diom_get_default_footprint_values(), diom_write_footprint(), diomelf_create_element(), diomelf_drc(), diomelf_get_default_footprint_values(), diomelf_write_footprint(), dip_create_element(), dip_drc(), dip_write_footprint(), dips_create_element(), dips_drc(), dips_write_footprint(), indc_create_element(), indc_drc(), indc_get_default_footprint_values(), indc_write_footprint(), indm_create_element(), indm_drc(), indm_get_default_footprint_values(), indm_write_footprint(), indp_create_element(), indp_drc(), indp_get_default_footprint_values(), indp_write_footprint(), on_pad_width_entry_changed(), plcc_create_element(), plcc_write_footprint(), read_footprintwizard_file(), res_create_element(), res_get_default_footprint_values(), res_write_footprint(), resc_create_element(), resc_drc(), resc_get_default_footprint_values(), resc_write_footprint(), resm_create_element(), resm_drc(), resm_get_default_footprint_values(), resm_write_footprint(), resmelf_create_element(), resmelf_drc(), resmelf_get_default_footprint_values(), resmelf_write_footprint(), sil_create_element(), sil_drc(), sil_write_footprint(), sip_create_element(), sip_drc(), sip_write_footprint(), sot_create_element(), sot_drc(), sot_get_default_footprint_values(), sot_write_footprint(), to_drc(), to_get_default_footprint_values(), write_attributes(), and write_footprintwizard_file().
Location of number 1 pin.
Definition at line 248 of file globals.h.
Referenced by all_entries_need_updated(), and update_location_variables().
gboolean pin1_square |
Pin #1 is square.
Definition at line 277 of file globals.h.
Referenced by all_entries_need_updated(), bga_create_element(), bga_drc(), bga_write_footprint(), capa_create_element(), capa_write_footprint(), capc_create_element(), capc_write_footprint(), capm_create_element(), capm_write_footprint(), capmp_create_element(), capmp_write_footprint(), cappr_create_element(), cappr_write_footprint(), con_dil_create_element(), con_dil_write_footprint(), con_dip_create_element(), con_dip_write_footprint(), con_hdr_write_footprint(), con_sil_create_element(), con_sil_write_footprint(), create_attributes_in_element(), diom_create_element(), diom_write_footprint(), diomelf_create_element(), diomelf_write_footprint(), dip_create_element(), dip_write_footprint(), dips_create_element(), dips_write_footprint(), indc_create_element(), indc_write_footprint(), indm_create_element(), indm_write_footprint(), indp_create_element(), indp_write_footprint(), on_pin_square_checkbutton_toggled(), pga_create_element(), pga_write_footprint(), plcc_create_element(), plcc_write_footprint(), read_footprintwizard_file(), res_create_element(), res_write_footprint(), resc_create_element(), resc_write_footprint(), resm_create_element(), resm_write_footprint(), resmelf_create_element(), resmelf_write_footprint(), sil_create_element(), sil_write_footprint(), sip_create_element(), sip_write_footprint(), sot_write_footprint(), to_create_element_to92(), to_create_element_to92_staggered(), to_write_footprint_to220(), to_write_footprint_to220_staggered(), to_write_footprint_to220_standing(), to_write_footprint_to220_standing_staggered(), to_write_footprint_to92(), to_write_footprint_to92_staggered(), write_attributes(), and write_footprintwizard_file().
gchar* pin_1_position = NULL |
Position of number 1 pin.
Definition at line 245 of file globals.h.
Referenced by all_entries_need_updated(), create_attributes_in_element(), on_number_1_position_entry_changed(), read_footprintwizard_file(), update_location_variables(), write_attributes(), and write_footprintwizard_file().
gdouble pin_drill_diameter |
Diameter of pin hole.
Definition at line 262 of file globals.h.
Referenced by all_entries_need_updated(), bga_get_default_footprint_values(), capa_create_element(), capa_get_default_footprint_values(), capa_write_footprint(), cappr_create_element(), cappr_get_default_footprint_values(), cappr_write_footprint(), con_dil_create_element(), con_dil_get_default_footprint_values(), con_dil_write_footprint(), con_dip_create_element(), con_dip_get_default_footprint_values(), con_dip_write_footprint(), con_hdr_get_default_footprint_values(), con_hdr_write_footprint(), con_sil_create_element(), con_sil_get_default_footprint_values(), con_sil_write_footprint(), create_attributes_in_element(), dip_create_element(), dip_get_default_footprint_values(), dip_write_footprint(), dips_create_element(), dips_get_default_footprint_values(), dips_write_footprint(), on_pin_drill_diameter_entry_changed(), pga_create_element(), pga_get_default_footprint_values(), pga_write_footprint(), plcc_get_default_footprint_values(), read_footprintwizard_file(), res_create_element(), res_get_default_footprint_values(), res_write_footprint(), sil_create_element(), sil_get_default_footprint_values(), sil_write_footprint(), sip_create_element(), sip_get_default_footprint_values(), sip_write_footprint(), to_create_element_to92(), to_create_element_to92_staggered(), to_get_default_footprint_values(), to_write_footprint_to220(), to_write_footprint_to220_staggered(), to_write_footprint_to220_standing(), to_write_footprint_to220_standing_staggered(), to_write_footprint_to92(), to_write_footprint_to92_staggered(), write_attributes(), and write_footprintwizard_file().
gchar* pin_pad_exceptions_string = "" |
String with exceptions of existing pins or pads.
Definition at line 257 of file globals.h.
Referenced by all_entries_need_updated(), bga_get_default_footprint_values(), create_attributes_in_element(), get_pin_pad_exception(), on_pin_pad_exceptions_entry_changed(), read_footprintwizard_file(), select_exceptions_clear_cb(), select_exceptions_ok_cb(), write_attributes(), and write_footprintwizard_file().
gint pin_pad_type |
gdouble pitch_x |
Pitch in the X-direction.
Definition at line 250 of file globals.h.
Referenced by all_entries_need_updated(), bga_create_element(), bga_drc(), bga_get_default_footprint_values(), bga_write_footprint(), capa_create_element(), capa_drc(), capa_get_default_footprint_values(), capa_write_footprint(), capc_create_element(), capc_drc(), capc_get_default_footprint_values(), capc_write_footprint(), capm_create_element(), capm_drc(), capm_get_default_footprint_values(), capm_write_footprint(), capmp_create_element(), capmp_drc(), capmp_get_default_footprint_values(), capmp_write_footprint(), cappr_create_element(), cappr_drc(), cappr_get_default_footprint_values(), cappr_write_footprint(), con_dil_create_element(), con_dil_drc(), con_dil_get_default_footprint_values(), con_dil_write_footprint(), con_dip_create_element(), con_dip_drc(), con_dip_get_default_footprint_values(), con_dip_write_footprint(), con_hdr_drc(), con_hdr_get_default_footprint_values(), con_hdr_write_footprint(), con_sil_create_element(), con_sil_drc(), con_sil_get_default_footprint_values(), create_attributes_in_element(), diom_create_element(), diom_drc(), diom_get_default_footprint_values(), diom_write_footprint(), diomelf_create_element(), diomelf_drc(), diomelf_get_default_footprint_values(), diomelf_write_footprint(), dip_create_element(), dip_drc(), dip_get_default_footprint_values(), dip_write_footprint(), dips_create_element(), dips_drc(), dips_get_default_footprint_values(), dips_write_footprint(), indc_create_element(), indc_drc(), indc_get_default_footprint_values(), indc_write_footprint(), indm_create_element(), indm_drc(), indm_get_default_footprint_values(), indm_write_footprint(), indp_create_element(), indp_drc(), indp_get_default_footprint_values(), indp_write_footprint(), on_pitch_x_entry_changed(), pga_create_element(), pga_drc(), pga_get_default_footprint_values(), pga_write_footprint(), plcc_create_element(), plcc_drc(), plcc_get_default_footprint_values(), plcc_write_footprint(), read_footprintwizard_file(), res_create_element(), res_drc(), res_get_default_footprint_values(), res_write_footprint(), resc_create_element(), resc_drc(), resc_get_default_footprint_values(), resc_write_footprint(), resm_create_element(), resm_drc(), resm_get_default_footprint_values(), resm_write_footprint(), resmelf_create_element(), resmelf_drc(), resmelf_get_default_footprint_values(), resmelf_write_footprint(), sil_create_element(), sil_drc(), sil_get_default_footprint_values(), sip_create_element(), sip_drc(), sip_get_default_footprint_values(), sot_create_element(), sot_drc(), sot_get_default_footprint_values(), sot_write_footprint(), to_drc(), to_get_default_footprint_values(), write_attributes(), and write_footprintwizard_file().
gdouble pitch_y |
Pitch in the Y-direction.
Definition at line 252 of file globals.h.
Referenced by all_entries_need_updated(), bga_create_element(), bga_drc(), bga_get_default_footprint_values(), bga_write_footprint(), capa_create_element(), capa_drc(), capa_get_default_footprint_values(), capa_write_footprint(), capc_drc(), capc_get_default_footprint_values(), capm_drc(), capm_get_default_footprint_values(), capmp_drc(), capmp_get_default_footprint_values(), cappr_create_element(), cappr_drc(), cappr_get_default_footprint_values(), cappr_write_footprint(), con_dil_create_element(), con_dil_drc(), con_dil_get_default_footprint_values(), con_dil_write_footprint(), con_dip_create_element(), con_dip_drc(), con_dip_get_default_footprint_values(), con_dip_write_footprint(), con_hdr_drc(), con_hdr_get_default_footprint_values(), con_hdr_write_footprint(), con_sil_create_element(), con_sil_drc(), con_sil_get_default_footprint_values(), con_sil_write_footprint(), create_attributes_in_element(), diom_drc(), diom_get_default_footprint_values(), diomelf_drc(), diomelf_get_default_footprint_values(), dip_create_element(), dip_drc(), dip_get_default_footprint_values(), dip_write_footprint(), dips_create_element(), dips_drc(), dips_get_default_footprint_values(), dips_write_footprint(), indc_drc(), indc_get_default_footprint_values(), indm_drc(), indm_get_default_footprint_values(), indp_drc(), indp_get_default_footprint_values(), on_pitch_y_entry_changed(), pga_create_element(), pga_drc(), pga_get_default_footprint_values(), pga_write_footprint(), plcc_create_element(), plcc_drc(), plcc_get_default_footprint_values(), plcc_write_footprint(), read_footprintwizard_file(), res_create_element(), res_drc(), res_get_default_footprint_values(), res_write_footprint(), resc_drc(), resc_get_default_footprint_values(), resm_drc(), resm_get_default_footprint_values(), resmelf_drc(), resmelf_get_default_footprint_values(), sil_create_element(), sil_drc(), sil_get_default_footprint_values(), sil_write_footprint(), sip_create_element(), sip_drc(), sip_get_default_footprint_values(), sip_write_footprint(), sot_create_element(), sot_drc(), sot_get_default_footprint_values(), sot_write_footprint(), to_drc(), to_get_default_footprint_values(), write_attributes(), and write_footprintwizard_file().
char* row_letters[] |
{ "A", "B", "C", "D", "E", "F", "G", "H", "J", "K", "L", "M", "N", "P", "R", "T", "U", "V", "W", "Y", "AA", "AB", "AC", "AD", "AE", "AF", "AG", "AH", "AJ", "AK", "AL", "AM", "AN", "AP", "AR", "AT", "AU", "AV", "AW", "AY", "BA", "BB", "BC", "BD", "BE", "BF", "BG", "BH", "BJ", "BK", "BL", "BM", "BN", "BP", "BR", "BT", "BU", "BV", "BW", "BY", "CA", "CB", "CC", "CD", "CE", "CF", "CG", "CH", "CJ", "CK", "CL", "CM", "CN", "CP", "CR", "CT", "CU", "CV", "CW", "CY" }
Set of valid letter combinations for row identifiers for BGA and PGA packages.
Definition at line 114 of file globals.h.
Referenced by bga_create_element(), bga_write_footprint(), on_pin_pad_exceptions_button_clicked(), pga_create_element(), pga_write_footprint(), select_exceptions_create_window(), and select_exceptions_ok_cb().
gboolean silent = FALSE |
Global for suppressing the logging of critical messages.
Definition at line 180 of file globals.h.
Referenced by cmdline_options(), main(), read_footprintwizard_file(), and write_footprint().
gboolean silkscreen_indicate_1 |
Indicate the position of number 1
Definition at line 286 of file globals.h.
Referenced by all_entries_need_updated(), bga_create_element(), bga_write_footprint(), capa_create_element(), capa_write_footprint(), capc_create_element(), capc_write_footprint(), capm_create_element(), capm_write_footprint(), capmp_create_element(), capmp_write_footprint(), cappr_create_element(), cappr_write_footprint(), con_dil_create_element(), con_dil_write_footprint(), con_dip_create_element(), con_dip_write_footprint(), con_hdr_write_footprint(), con_sil_create_element(), con_sil_write_footprint(), create_attributes_in_element(), diom_create_element(), diom_write_footprint(), diomelf_create_element(), diomelf_write_footprint(), dip_create_element(), dip_write_footprint(), dips_create_element(), dips_write_footprint(), indc_create_element(), indc_write_footprint(), indm_create_element(), indm_write_footprint(), indp_create_element(), indp_write_footprint(), on_silkscreen_indicate_1_checkbutton_toggled(), pga_create_element(), pga_write_footprint(), plcc_create_element(), plcc_write_footprint(), read_footprintwizard_file(), res_create_element(), res_write_footprint(), resc_create_element(), resc_write_footprint(), resm_create_element(), resm_write_footprint(), resmelf_create_element(), resmelf_write_footprint(), sil_create_element(), sil_write_footprint(), sip_create_element(), sip_write_footprint(), sot_create_element(), sot_write_footprint(), to_write_footprint_to220(), to_write_footprint_to220_staggered(), to_write_footprint_to220_standing(), to_write_footprint_to220_standing_staggered(), to_write_footprint_to92(), to_write_footprint_to92_staggered(), write_attributes(), and write_footprintwizard_file().
gdouble silkscreen_length |
Silkscreen length (X-direction).
Definition at line 288 of file globals.h.
Referenced by bga_create_element(), bga_get_default_footprint_values(), bga_write_footprint(), capa_get_default_footprint_values(), capc_get_default_footprint_values(), capm_get_default_footprint_values(), capmp_get_default_footprint_values(), cappr_get_default_footprint_values(), con_dip_get_default_footprint_values(), con_hdr_get_default_footprint_values(), con_sil_get_default_footprint_values(), diom_get_default_footprint_values(), diomelf_get_default_footprint_values(), indc_get_default_footprint_values(), indm_get_default_footprint_values(), indp_get_default_footprint_values(), pga_get_default_footprint_values(), plcc_get_default_footprint_values(), res_get_default_footprint_values(), resc_get_default_footprint_values(), resm_get_default_footprint_values(), resmelf_get_default_footprint_values(), sot_create_element(), sot_get_default_footprint_values(), sot_write_footprint(), and to_get_default_footprint_values().
gdouble silkscreen_line_width |
Silkscreen line width.
Definition at line 292 of file globals.h.
Referenced by bga_create_element(), bga_drc(), bga_get_default_footprint_values(), bga_write_footprint(), capa_create_element(), capa_drc(), capa_get_default_footprint_values(), capa_write_footprint(), capc_create_element(), capc_drc(), capc_get_default_footprint_values(), capc_write_footprint(), capm_create_element(), capm_drc(), capm_write_footprint(), capmp_create_element(), capmp_drc(), capmp_write_footprint(), cappr_create_element(), cappr_drc(), cappr_get_default_footprint_values(), cappr_write_footprint(), con_dil_create_element(), con_dil_drc(), con_dil_write_footprint(), con_dip_create_element(), con_dip_drc(), con_dip_get_default_footprint_values(), con_dip_write_footprint(), con_hdr_drc(), con_hdr_get_default_footprint_values(), con_hdr_write_footprint(), con_sil_create_element(), con_sil_drc(), con_sil_get_default_footprint_values(), con_sil_write_footprint(), create_attributes_in_element(), diom_create_element(), diom_drc(), diom_write_footprint(), diomelf_create_element(), diomelf_drc(), diomelf_get_default_footprint_values(), diomelf_write_footprint(), dip_create_element(), dip_drc(), dip_get_default_footprint_values(), dip_write_footprint(), dips_create_element(), dips_get_default_footprint_values(), dips_write_footprint(), indc_create_element(), indc_drc(), indc_get_default_footprint_values(), indc_write_footprint(), indm_create_element(), indm_drc(), indm_write_footprint(), indp_create_element(), indp_drc(), indp_get_default_footprint_values(), indp_write_footprint(), on_silkscreen_line_width_entry_changed(), pga_create_element(), pga_drc(), pga_write_footprint(), plcc_create_element(), plcc_drc(), plcc_write_footprint(), read_footprintwizard_file(), res_create_element(), res_drc(), res_get_default_footprint_values(), res_write_footprint(), resc_create_element(), resc_drc(), resc_write_footprint(), resm_create_element(), resm_drc(), resm_write_footprint(), resmelf_create_element(), resmelf_drc(), resmelf_get_default_footprint_values(), resmelf_write_footprint(), sil_create_element(), sil_drc(), sil_write_footprint(), sip_create_element(), sip_drc(), sip_write_footprint(), sot_create_element(), sot_drc(), sot_get_default_footprint_values(), sot_write_footprint(), to_create_element_to92(), to_create_element_to92_staggered(), to_drc(), to_write_footprint_to220(), to_write_footprint_to220_staggered(), to_write_footprint_to220_standing(), to_write_footprint_to220_standing_staggered(), to_write_footprint_to92(), to_write_footprint_to92_staggered(), write_attributes(), and write_footprintwizard_file().
gboolean silkscreen_package_outline |
Draw the package body outline on the silkscreen.
Definition at line 284 of file globals.h.
Referenced by all_entries_need_updated(), bga_create_element(), bga_drc(), bga_write_footprint(), capa_create_element(), capa_drc(), capa_get_default_footprint_values(), capa_write_footprint(), capc_create_element(), capc_drc(), capc_get_default_footprint_values(), capc_write_footprint(), capm_create_element(), capm_drc(), capm_get_default_footprint_values(), capm_write_footprint(), capmp_create_element(), capmp_drc(), capmp_get_default_footprint_values(), capmp_write_footprint(), cappr_create_element(), cappr_drc(), cappr_get_default_footprint_values(), cappr_write_footprint(), con_dil_create_element(), con_dil_drc(), con_dil_write_footprint(), con_dip_create_element(), con_dip_drc(), con_dip_get_default_footprint_values(), con_dip_write_footprint(), con_hdr_drc(), con_hdr_get_default_footprint_values(), con_hdr_write_footprint(), con_sil_create_element(), con_sil_drc(), con_sil_get_default_footprint_values(), con_sil_write_footprint(), create_attributes_in_element(), diom_create_element(), diom_drc(), diom_get_default_footprint_values(), diom_write_footprint(), diomelf_create_element(), diomelf_drc(), diomelf_write_footprint(), dip_create_element(), dip_drc(), dip_write_footprint(), dips_create_element(), dips_write_footprint(), indc_create_element(), indc_drc(), indc_get_default_footprint_values(), indc_write_footprint(), indm_create_element(), indm_drc(), indm_get_default_footprint_values(), indm_write_footprint(), indp_create_element(), indp_drc(), indp_get_default_footprint_values(), indp_write_footprint(), main(), on_silkscreen_package_outline_checkbutton_toggled(), pga_drc(), pga_write_footprint(), plcc_create_element(), plcc_drc(), plcc_write_footprint(), read_footprintwizard_file(), res_create_element(), res_drc(), res_get_default_footprint_values(), res_write_footprint(), resc_create_element(), resc_drc(), resc_get_default_footprint_values(), resc_write_footprint(), resm_create_element(), resm_drc(), resm_get_default_footprint_values(), resm_write_footprint(), resmelf_create_element(), resmelf_drc(), resmelf_write_footprint(), sil_create_element(), sil_drc(), sil_write_footprint(), sip_create_element(), sip_drc(), sip_write_footprint(), sot_create_element(), sot_drc(), sot_get_default_footprint_values(), sot_write_footprint(), to_drc(), to_get_default_footprint_values(), to_write_footprint_to220(), to_write_footprint_to220_staggered(), to_write_footprint_to220_standing(), to_write_footprint_to220_standing_staggered(), to_write_footprint_to92(), to_write_footprint_to92_staggered(), write_attributes(), and write_footprintwizard_file().
gdouble silkscreen_width |
Silkscreen width (Y-direction).
Definition at line 290 of file globals.h.
Referenced by bga_create_element(), bga_get_default_footprint_values(), bga_write_footprint(), capa_get_default_footprint_values(), capc_get_default_footprint_values(), capm_get_default_footprint_values(), capmp_get_default_footprint_values(), cappr_get_default_footprint_values(), con_dip_get_default_footprint_values(), con_hdr_get_default_footprint_values(), con_sil_get_default_footprint_values(), diom_get_default_footprint_values(), diomelf_get_default_footprint_values(), indc_get_default_footprint_values(), indm_get_default_footprint_values(), indp_get_default_footprint_values(), pga_get_default_footprint_values(), plcc_get_default_footprint_values(), res_get_default_footprint_values(), resc_get_default_footprint_values(), resm_get_default_footprint_values(), resmelf_get_default_footprint_values(), sot_create_element(), sot_get_default_footprint_values(), sot_write_footprint(), and to_get_default_footprint_values().
status_t status_type = NO_STATUS |
Status (enumerated) for the footprint status.
Initial value is NO_STATUS
.
Definition at line 230 of file globals.h.
Referenced by all_entries_need_updated(), and get_status_type().
gboolean thermal |
Draw thermal pad(s).
Definition at line 306 of file globals.h.
Referenced by all_entries_need_updated(), capa_get_default_footprint_values(), capc_get_default_footprint_values(), capm_get_default_footprint_values(), capmp_get_default_footprint_values(), cappr_get_default_footprint_values(), con_dip_get_default_footprint_values(), con_hdr_get_default_footprint_values(), con_sil_get_default_footprint_values(), create_attributes_in_element(), diom_get_default_footprint_values(), diomelf_get_default_footprint_values(), dip_get_default_footprint_values(), dips_get_default_footprint_values(), get_total_number_of_pins(), indc_get_default_footprint_values(), indm_get_default_footprint_values(), indp_get_default_footprint_values(), on_thermal_checkbutton_toggled(), read_footprintwizard_file(), res_get_default_footprint_values(), resc_get_default_footprint_values(), resm_get_default_footprint_values(), resmelf_get_default_footprint_values(), sot_create_element(), sot_get_default_footprint_values(), sot_write_footprint(), to_get_default_footprint_values(), to_write_footprint_to220(), to_write_footprint_to220_staggered(), write_attributes(), and write_footprintwizard_file().
gdouble thermal_clearance |
Clearance of a thermal pad.
Definition at line 316 of file globals.h.
Referenced by all_entries_need_updated(), create_attributes_in_element(), on_thermal_clearance_entry_changed(), read_footprintwizard_file(), write_attributes(), and write_footprintwizard_file().
gdouble thermal_length |
Length of thermal pad.
Definition at line 310 of file globals.h.
Referenced by all_entries_need_updated(), capa_get_default_footprint_values(), capc_get_default_footprint_values(), capm_get_default_footprint_values(), capmp_get_default_footprint_values(), cappr_get_default_footprint_values(), con_dip_get_default_footprint_values(), con_hdr_get_default_footprint_values(), con_sil_get_default_footprint_values(), create_attributes_in_element(), diom_get_default_footprint_values(), diomelf_get_default_footprint_values(), dip_get_default_footprint_values(), dips_get_default_footprint_values(), indc_get_default_footprint_values(), indm_get_default_footprint_values(), indp_get_default_footprint_values(), on_thermal_length_entry_changed(), read_footprintwizard_file(), res_get_default_footprint_values(), resc_get_default_footprint_values(), resm_get_default_footprint_values(), resmelf_get_default_footprint_values(), sot_create_element(), sot_get_default_footprint_values(), sot_write_footprint(), to_get_default_footprint_values(), to_write_footprint_to220(), to_write_footprint_to220_staggered(), write_attributes(), and write_footprintwizard_file().
gboolean thermal_nopaste |
Thermal pad has no paste.
Definition at line 308 of file globals.h.
Referenced by all_entries_need_updated(), create_attributes_in_element(), on_thermal_nopaste_checkbutton_toggled(), read_footprintwizard_file(), write_attributes(), and write_footprintwizard_file().
gdouble thermal_solder_mask_clearance |
Solder mask clearance of thermal pad.
Definition at line 314 of file globals.h.
Referenced by all_entries_need_updated(), create_attributes_in_element(), on_thermal_solder_mask_clearance_entry_changed(), read_footprintwizard_file(), to_write_footprint_to220(), to_write_footprint_to220_staggered(), write_attributes(), and write_footprintwizard_file().
gdouble thermal_width |
Width of thermal pad.
Definition at line 312 of file globals.h.
Referenced by all_entries_need_updated(), capa_get_default_footprint_values(), capc_get_default_footprint_values(), capm_get_default_footprint_values(), capmp_get_default_footprint_values(), cappr_get_default_footprint_values(), con_dip_get_default_footprint_values(), con_hdr_get_default_footprint_values(), con_sil_get_default_footprint_values(), create_attributes_in_element(), diom_get_default_footprint_values(), diomelf_get_default_footprint_values(), dip_get_default_footprint_values(), dips_get_default_footprint_values(), indc_get_default_footprint_values(), indm_get_default_footprint_values(), indp_get_default_footprint_values(), on_thermal_width_entry_changed(), read_footprintwizard_file(), res_get_default_footprint_values(), resc_get_default_footprint_values(), resm_get_default_footprint_values(), resmelf_get_default_footprint_values(), sot_create_element(), sot_get_default_footprint_values(), sot_write_footprint(), to_get_default_footprint_values(), to_write_footprint_to220(), to_write_footprint_to220_staggered(), write_attributes(), and write_footprintwizard_file().
units_t units_type = NO_UNITS |
Units (enumerated) for the footprint dimensions.
Initial value is NO_UNITS
.
Definition at line 203 of file globals.h.
Referenced by all_entries_need_updated(), bga_drc(), capa_drc(), capc_drc(), capm_drc(), capmp_drc(), cappr_drc(), con_dil_drc(), con_dip_drc(), con_hdr_drc(), con_sil_drc(), diom_drc(), diomelf_drc(), dip_drc(), indc_drc(), indm_drc(), indp_drc(), pga_drc(), plcc_drc(), res_drc(), resc_drc(), resm_drc(), resmelf_drc(), sil_drc(), sip_drc(), sot_drc(), to_drc(), and update_units_variables().
gboolean verbose = FALSE |
Global for being verbose on logging of information.
Definition at line 182 of file globals.h.
Referenced by bga_create_element(), bga_drc(), bga_get_default_footprint_values(), bga_write_footprint(), capa_create_element(), capa_drc(), capa_write_footprint(), capc_create_element(), capc_drc(), capc_get_default_footprint_values(), capc_write_footprint(), capm_create_element(), capm_drc(), capm_write_footprint(), capmp_create_element(), capmp_drc(), capmp_write_footprint(), cappr_create_element(), cappr_drc(), cappr_write_footprint(), cmdline_options(), con_dil_create_element(), con_dil_drc(), con_dil_get_default_footprint_values(), con_dil_write_footprint(), con_dip_create_element(), con_dip_drc(), con_dip_write_footprint(), con_hdr_drc(), con_hdr_write_footprint(), con_sil_create_element(), con_sil_drc(), con_sil_write_footprint(), diom_create_element(), diom_drc(), diom_write_footprint(), diomelf_create_element(), diomelf_drc(), diomelf_get_default_footprint_values(), diomelf_write_footprint(), dip_create_element(), dip_drc(), dip_write_footprint(), dips_create_element(), dips_drc(), dips_write_footprint(), fpw_functionv(), fpw_register_functions(), if(), indc_create_element(), indc_drc(), indc_get_default_footprint_values(), indc_write_footprint(), indm_create_element(), indm_drc(), indm_get_default_footprint_values(), indm_write_footprint(), indp_create_element(), indp_drc(), indp_get_default_footprint_values(), indp_write_footprint(), main(), on_dimensions_button_clicked(), on_filechooser_dialog_current_folder_changed(), on_filechooser_dialog_open_button_clicked(), on_footprint_status_entry_changed(), on_footprint_type_entry_changed(), pga_create_element(), pga_drc(), pga_write_footprint(), plcc_create_element(), plcc_drc(), plcc_write_footprint(), read_footprintwizard_file(), res_create_element(), res_drc(), res_get_default_footprint_values(), res_write_footprint(), resc_create_element(), resc_drc(), resc_write_footprint(), resm_create_element(), resm_drc(), resm_get_default_footprint_values(), resm_write_footprint(), resmelf_create_element(), resmelf_drc(), resmelf_write_footprint(), select_exceptions_ok_cb(), sil_create_element(), sil_drc(), sil_write_footprint(), sip_create_element(), sip_drc(), sip_write_footprint(), sot_create_element(), sot_create_fpw_files_from_packages_list(), sot_drc(), sot_get_default_footprint_values(), sot_write_footprint(), to_create_element_to92(), to_create_element_to92_staggered(), to_drc(), to_write_footprint_to220(), to_write_footprint_to220_staggered(), to_write_footprint_to220_standing(), to_write_footprint_to220_standing_staggered(), to_write_footprint_to92(), to_write_footprint_to92_staggered(), update_pad_shapes_variables(), update_units_variables(), and write_footprint().
GtkWidget* widget |
: the last used widget.
Definition at line 358 of file globals.h.
Referenced by bga_set_gui_constraints(), capa_set_gui_constraints(), capc_set_gui_constraints(), capm_set_gui_constraints(), capmp_set_gui_constraints(), cappr_set_gui_constraints(), con_dil_set_gui_constraints(), con_dip_set_gui_constraints(), con_hdr_set_gui_constraints(), con_sil_set_gui_constraints(), diom_set_gui_constraints(), diomelf_set_gui_constraints(), dip_set_gui_constraints(), dips_set_gui_constraints(), indc_set_gui_constraints(), indm_set_gui_constraints(), indp_set_gui_constraints(), on_footprint_type_entry_changed(), pga_set_gui_constraints(), plcc_set_gui_constraints(), res_set_gui_constraints(), resc_set_gui_constraints(), resm_set_gui_constraints(), resmelf_set_gui_constraints(), sil_set_gui_constraints(), sip_set_gui_constraints(), sot_set_gui_constraints(), and to_set_gui_constraints().
gdouble z1 |
Top to bottom pads outer-outer distance.
Definition at line 338 of file globals.h.
Referenced by all_entries_need_updated(), create_attributes_in_element(), on_Z1_entry_changed(), plcc_create_element(), plcc_write_footprint(), read_footprintwizard_file(), write_attributes(), and write_footprintwizard_file().
gboolean z1_state = FALSE |
State of the top to bottom outer-outer distance radiobutton.
Definition at line 335 of file globals.h.
Referenced by on_C1_radiobutton_toggled(), on_G1_radiobutton_toggled(), on_Z1_radiobutton_toggled(), plcc_create_element(), and plcc_write_footprint().
gdouble z2 |
Left to right pads outer-outer distance.
Definition at line 351 of file globals.h.
Referenced by all_entries_need_updated(), create_attributes_in_element(), on_Z2_entry_changed(), plcc_create_element(), plcc_write_footprint(), read_footprintwizard_file(), write_attributes(), and write_footprintwizard_file().
gboolean z2_state = FALSE |
State of the left to right outer-outer distance radiobutton.
Definition at line 348 of file globals.h.
Referenced by on_C2_radiobutton_toggled(), on_G2_radiobutton_toggled(), on_Z2_radiobutton_toggled(), plcc_create_element(), and plcc_write_footprint().