KiCad PCB EDA Suite
Loading...
Searching...
No Matches
PADS_IO::FILE_HEADER Struct Reference

#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.
 

Detailed Description

Definition at line 98 of file pads_parser.h.

Member Data Documentation

◆ encoding

std::string PADS_IO::FILE_HEADER::encoding

Optional encoding like CP1252.

Definition at line 104 of file pads_parser.h.

◆ file_type

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.

◆ mode

std::string PADS_IO::FILE_HEADER::mode

Optional mode like 250L.

Definition at line 103 of file pads_parser.h.

◆ product

std::string PADS_IO::FILE_HEADER::product

Product name: POWERPCB, PADS, LAYOUT, PADS-LIBRARY-*.

Definition at line 100 of file pads_parser.h.

◆ units

std::string PADS_IO::FILE_HEADER::units

Units: MILS, MM, INCH, BASIC.

Definition at line 102 of file pads_parser.h.

◆ version

std::string PADS_IO::FILE_HEADER::version

Version string like V9.4, V9.

Definition at line 101 of file pads_parser.h.


The documentation for this struct was generated from the following file: