gattrib

st_pin_list Struct Reference

A list of pins. More...

#include <struct.h>

Collaboration diagram for st_pin_list:

Data Fields

gchar * refdes
gint pinnumber
gchar * pinlabel
int pos
int length
PIN_LISTprev
PIN_LISTnext

Detailed Description

PIN_LIST is a special struct used for keeping track of pins. Since the master_pin_list must keep track of both refdes and pin, we need a special struct for pins. Later processing will for a STRING_LIST of refdes:pinnumber pairs for insertion in the spreadsheet.

Todo:
Is this still in use? Consider replacing with a GList-based implementation.

Definition at line 146 of file struct.h.


Field Documentation

holds refdes string

Definition at line 147 of file struct.h.

Definition at line 148 of file struct.h.

holds pin label string

Definition at line 149 of file struct.h.

pos on spreadsheet

Definition at line 150 of file struct.h.

number of items in list

Definition at line 151 of file struct.h.

Definition at line 152 of file struct.h.

Definition at line 153 of file struct.h.


The documentation for this struct was generated from the following file:
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines