pcb 4.1.1
An interactive printed circuit board layout editor.

layerflags.h

Go to the documentation of this file.
00001 
00031 #ifndef PCB_LAYERFLAGS_H
00032 #define PCB_LAYERFLAGS_H
00033 
00034 unsigned int string_to_layertype (const char *typestring,
00035                                   int (*error) (const char *msg));
00036 const char *layertype_to_string (unsigned int type);
00037 unsigned int guess_layertype (const char *name,
00038                               int layer_number,
00039                               DataType *data);
00040 
00041 #endif /* PCB_LAYERFLAGS_H */