KiCad PCB EDA Suite
Loading...
Searching...
No Matches
altium_binary_parser.cpp File Reference
#include "altium_binary_parser.h"
#include "altium_parser_utils.h"
#include <compoundfilereader.h>
#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)
 

Function Documentation

◆ FormatPath()

std::string FormatPath ( const std::vector< std::string > &  aVectorPath)

Helper for debug logging (vector -> string)

Parameters
aVectorPathpath
Returns
path formatted as string

Definition at line 39 of file altium_binary_parser.cpp.

Referenced by PCB_IO_ALTIUM_DESIGNER::FootprintEnumerate(), ALTIUM_PCB::Parse(), ALTIUM_PCB::ParseFootprint(), and ALTIUM_PCB::ParseModelsData().