|
gattrib
|
A list of pins. More...
#include <struct.h>

Data Fields | |
| gchar * | refdes |
| gint | pinnumber |
| gchar * | pinlabel |
| int | pos |
| int | length |
| PIN_LIST * | prev |
| PIN_LIST * | next |
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.
| gchar* st_pin_list::refdes |
| gchar* st_pin_list::pinlabel |
| int st_pin_list::pos |