KiCad PCB EDA Suite
Loading...
Searching...
No Matches
board_file_utils.cpp File Reference

Go to the source code of this file.

Namespaces

namespace  KI_TEST
 

Macros

#define QA_PCBNEW_DATA_LOCATION   "???"
 

Functions

std::string KI_TEST::GetPcbnewTestDataDir ()
 Utility which returns a path to the data directory where the test board files are stored.
 
void KI_TEST::DumpBoardToFile (BOARD &aBoard, const std::string &aFilename)
 Utility function to simply write a Board out to a file.
 
std::unique_ptr< BOARD_ITEMKI_TEST::ReadBoardItemFromStream (std::istream &aStream)
 Utility function to read a BOARD_ITEM (probably a FOOTPRINT or a BOARD) from a file.
 
std::unique_ptr< BOARDKI_TEST::ReadBoardFromFileOrStream (const std::string &aFilename, std::istream &aFallback=std::cin)
 Read a board from a file, or another stream, as appropriate.
 
std::unique_ptr< FOOTPRINTKI_TEST::ReadFootprintFromFileOrStream (const std::string &aFilename, std::istream &aFallback)
 

Macro Definition Documentation

◆ QA_PCBNEW_DATA_LOCATION

#define QA_PCBNEW_DATA_LOCATION   "???"

Definition at line 40 of file board_file_utils.cpp.