KiCad PCB EDA Suite
Loading...
Searching...
No Matches
SPRINT_LAYOUT::FILE_DATA Struct Reference

#include <sprint_layout_parser.h>

Public Attributes

uint8_t version = 0
 
std::vector< BOARD_DATAboards
 
std::string project_name
 
std::string project_author
 
std::string project_company
 
std::string project_comment
 

Detailed Description

Definition at line 136 of file sprint_layout_parser.h.

Member Data Documentation

◆ boards

std::vector<BOARD_DATA> SPRINT_LAYOUT::FILE_DATA::boards

Definition at line 139 of file sprint_layout_parser.h.

◆ project_author

std::string SPRINT_LAYOUT::FILE_DATA::project_author

Definition at line 141 of file sprint_layout_parser.h.

◆ project_comment

std::string SPRINT_LAYOUT::FILE_DATA::project_comment

Definition at line 143 of file sprint_layout_parser.h.

◆ project_company

std::string SPRINT_LAYOUT::FILE_DATA::project_company

Definition at line 142 of file sprint_layout_parser.h.

◆ project_name

std::string SPRINT_LAYOUT::FILE_DATA::project_name

Definition at line 140 of file sprint_layout_parser.h.

◆ version

uint8_t SPRINT_LAYOUT::FILE_DATA::version = 0

Definition at line 138 of file sprint_layout_parser.h.


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