pcb 4.1.1
An interactive printed circuit board layout editor.
|
Data Fields | |
char * | descr |
char * | value |
int | num |
StringList * | refdes |
struct _BomList * | next |
char * _BomList::descr |
Definition at line 124 of file bom.c.
Referenced by bom_insert(), print_and_free(), and PrintBOM().
struct _BomList * _BomList::next |
Definition at line 128 of file bom.c.
Referenced by bom_insert(), and print_and_free().
int _BomList::num |
Definition at line 126 of file bom.c.
Referenced by bom_insert(), and print_and_free().
Definition at line 127 of file bom.c.
Referenced by bom_insert(), and print_and_free().
char * _BomList::value |
Definition at line 125 of file bom.c.
Referenced by bom_insert(), print_and_free(), and PrintBOM().