|
KiCad PCB EDA Suite
|
#include <pads_parser.h>
Public Attributes | |
| std::string | product |
| Product name: POWERPCB, PADS, LAYOUT, PADS-LIBRARY-*. | |
| std::string | version |
| Version string like V9.4, V9. | |
| std::string | units |
| Units: MILS, MM, INCH, BASIC. | |
| std::string | mode |
| Optional mode like 250L. | |
| std::string | encoding |
| Optional encoding like CP1252. | |
| PADS_FILE_TYPE | file_type = PADS_FILE_TYPE::PCB |
| Type of PADS file. | |
Definition at line 98 of file pads_parser.h.
| std::string PADS_IO::FILE_HEADER::encoding |
Optional encoding like CP1252.
Definition at line 104 of file pads_parser.h.
| PADS_FILE_TYPE PADS_IO::FILE_HEADER::file_type = PADS_FILE_TYPE::PCB |
Type of PADS file.
Definition at line 105 of file pads_parser.h.
| std::string PADS_IO::FILE_HEADER::mode |
Optional mode like 250L.
Definition at line 103 of file pads_parser.h.
| std::string PADS_IO::FILE_HEADER::product |
Product name: POWERPCB, PADS, LAYOUT, PADS-LIBRARY-*.
Definition at line 100 of file pads_parser.h.
| std::string PADS_IO::FILE_HEADER::units |
Units: MILS, MM, INCH, BASIC.
Definition at line 102 of file pads_parser.h.
| std::string PADS_IO::FILE_HEADER::version |
Version string like V9.4, V9.
Definition at line 101 of file pads_parser.h.