gattrib

st_sheet_data Struct Reference

Sheet data structure. More...

#include <struct.h>

Collaboration diagram for st_sheet_data:

Data Fields

STRING_LISTmaster_comp_list_head
STRING_LISTmaster_comp_attrib_list_head
int comp_count
int comp_attrib_count
STRING_LISTmaster_net_list_head
STRING_LISTmaster_net_attrib_list_head
int net_count
int net_attrib_count
STRING_LISTmaster_pin_list_head
STRING_LISTmaster_pin_attrib_list_head
int pin_count
int pin_attrib_count
TABLE ** component_table
TABLE ** net_table
TABLE ** pin_table
int CHANGED

Detailed Description

st_sheet_data defines SHEET_DATA, and holds master lists holding sorted lists of comp/netlist names. Also holds pointers to the heads of the attribute-holding component and net structures.

Definition at line 68 of file struct.h.


Field Documentation

Sorted list of all component refdeses used in design

Definition at line 69 of file struct.h.

Sorted list of all component attribs used in design

Definition at line 70 of file struct.h.

This cannnot change -- user must edit design using gschem

Definition at line 71 of file struct.h.

This can change in this prog if the user adds attribs

Definition at line 72 of file struct.h.

Sorted list of all net names used in design

Definition at line 74 of file struct.h.

Sorted list of all net attribs used in design

Definition at line 75 of file struct.h.

This cannnot change -- user must edit design using gschem

Definition at line 76 of file struct.h.

This can change in this prog if the user adds attribs

Definition at line 77 of file struct.h.

Sorted list of all refdes:pin items used in design.

Definition at line 79 of file struct.h.

Sorted list of all pin attribs used in design

Definition at line 80 of file struct.h.

This cannnot change -- user must edit design using gschem

Definition at line 81 of file struct.h.

This can change in this prog if the user adds attribs

Definition at line 82 of file struct.h.

points to 2d array of component attribs

Definition at line 85 of file struct.h.

points to 2d array of net attribs

Definition at line 86 of file struct.h.

points to 2d array of pin attribs

Definition at line 87 of file struct.h.

for "file not saved" warning upon exit

Definition at line 89 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