[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
gEDA-user: contents of struct NETLIST
The NETLIST type that gnetlist uses looks like this:
/---------------------
typedef struct st_netlist NETLIST;
struct st_netlist {
int nlid;
char *component_uref;
OBJECT *object_ptr;
CPINLIST *cpins;
char *hierarchy_tag;
int composite_component;
NETLIST *prev;
NETLIST *next;
};
\---------------------
Some items in this definition seem opaque to me.
What is the property "nlid" used for?
What is the meaning of the boolean "composite_component"?
What are the possible values of the "hierarchy_tag"?
---<(kaimartin)>---
--
Kai-Martin Knaak
Öffentlicher PGP-Schlüssel:
http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x6C0B9F53
_______________________________________________
geda-user mailing list
geda-user@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user