pcb 4.1.1
An interactive printed circuit board layout editor.
|
Data Fields | |
int | mask |
char * | name |
int | nlen |
int | object_types |
Be careful to list more specific flags first, followed by general flags, when two flags use the same bit. For example, "onsolder" is for elements only, while "auto" is for everything else. They use the same bit, but onsolder is listed first so that elements will use it and not auto.
Thermals are handled separately, as they're layer-selective.
Definition at line 77 of file strflags.c.
This is the bit that we're setting.
Definition at line 79 of file strflags.c.
char* FlagBitsType::name |
The name used in the output file.
Definition at line 80 of file strflags.c.
Definition at line 81 of file strflags.c.
Referenced by common_flags_to_string().
If set, this entry won't be output unless the object type is one of these.
Definition at line 84 of file strflags.c.