|
KiCad PCB EDA Suite
|
#include "altium_binary_parser.h"#include "altium_parser_utils.h"#include <compoundfilereader.h>#include <charconv>#include <ki_exception.h>#include <math/util.h>#include <numeric>#include <sstream>#include <utf.h>#include <wx/log.h>#include <wx/translation.h>Go to the source code of this file.
Functions | |
| std::string | FormatPath (const std::vector< std::string > &aVectorPath) |
| Helper for debug logging (vector -> string) | |
| std::string FormatPath | ( | const std::vector< std::string > & | aVectorPath | ) |
Helper for debug logging (vector -> string)
| aVectorPath | path |
Definition at line 40 of file altium_binary_parser.cpp.
Referenced by PCB_IO_ALTIUM_DESIGNER::FootprintEnumerate(), ALTIUM_PCB::Parse(), ALTIUM_PCB::ParseFootprint(), and ALTIUM_PCB::ParseModelsData().