KiCad PCB EDA Suite
Loading...
Searching...
No Matches
sch_io_http_lib.cpp File Reference
#include <algorithm>
#include <chrono>
#include <string_view>
#include <bs_thread_pool.hpp>
#include <wx/log.h>
#include <wx/tokenzr.h>
#include <fmt.h>
#include <hash.h>
#include <lib_symbol.h>
#include <libraries/symbol_library_adapter.h>
#include <http_lib/http_lib_connection.h>
#include "sch_io_http_lib.h"
#include <ki_exception.h>

Go to the source code of this file.

Functions

static bool fetchCategoryParts (HTTP_LIB_CONNECTION &aConn, const HTTP_LIB_CATEGORY &aCategory, std::vector< HTTP_LIB_PART > &aParts)
 

Function Documentation

◆ fetchCategoryParts()

static bool fetchCategoryParts ( HTTP_LIB_CONNECTION & aConn,
const HTTP_LIB_CATEGORY & aCategory,
std::vector< HTTP_LIB_PART > & aParts )
static