KiCad PCB EDA Suite
Loading...
Searching...
No Matches
spice_library_parser.cpp File Reference
#include <confirm.h>
#include <sim/spice_library_parser.h>
#include <sim/sim_library_spice.h>
#include <sim/spice_grammar.h>
#include <sim/sim_model_spice.h>
#include <sim/sim_model_spice_fallback.h>
#include <ki_exception.h>
#include <pegtl.hpp>
#include <pegtl/contrib/parse_tree.hpp>

Go to the source code of this file.

Classes

struct  SIM_LIBRARY_SPICE_PARSER::libraryGrammar
 
struct  SIM_LIBRARY_SPICE_PARSER::librarySelector< Rule >
 
struct  SIM_LIBRARY_SPICE_PARSER::librarySelector< modelUnit >
 
struct  SIM_LIBRARY_SPICE_PARSER::librarySelector< modelName >
 
struct  SIM_LIBRARY_SPICE_PARSER::librarySelector< dotInclude >
 
struct  SIM_LIBRARY_SPICE_PARSER::librarySelector< dotIncludePathWithoutQuotes >
 
struct  SIM_LIBRARY_SPICE_PARSER::librarySelector< dotIncludePathWithoutApostrophes >
 
struct  SIM_LIBRARY_SPICE_PARSER::librarySelector< dotIncludePath >
 
struct  SIM_LIBRARY_SPICE_PARSER::librarySelector< unknownLine >
 

Namespaces

namespace  SIM_LIBRARY_SPICE_PARSER
 

Functions

static SIM_MODEL::TYPE getFallbackType (const wxString &aToken, const wxString &aLine)
 

Function Documentation

◆ getFallbackType()

static SIM_MODEL::TYPE getFallbackType ( const wxString &  aToken,
const wxString &  aLine 
)
static