KiCad PCB EDA Suite
Loading...
Searching...
No Matches
altium_parser.cpp File Reference
#include "altium_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) More...
 
static const CFB::COMPOUND_FILE_ENTRY * FindStreamSingleLevel (const CFB::CompoundFileReader &aReader, const CFB::COMPOUND_FILE_ENTRY *aEntry, const std::string aName, const bool aIsStream)
 

Function Documentation

◆ FindStreamSingleLevel()

static const CFB::COMPOUND_FILE_ENTRY * FindStreamSingleLevel ( const CFB::CompoundFileReader &  aReader,
const CFB::COMPOUND_FILE_ENTRY *  aEntry,
const std::string  aName,
const bool  aIsStream 
)
static

Definition at line 92 of file altium_parser.cpp.

Referenced by ALTIUM_COMPOUND_FILE::FindStream().

◆ 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 38 of file altium_parser.cpp.

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