KiCad PCB EDA Suite
Loading...
Searching...
No Matches
HTTP_LIB_PART Struct Reference

#include <http_lib_settings.h>

Public Attributes

std::string id
 
std::string name
 
std::string symbolIdStr
 
bool exclude_from_bom = false
 
bool exclude_from_board = false
 
bool exclude_from_sim = false
 
std::time_t lastCached = 0
 
std::string desc
 
std::string keywords
 
std::vector< std::string > fp_filters
 
std::vector< std::pair< std::string, std::tuple< std::string, bool > > > fields
 

Detailed Description

Definition at line 45 of file http_lib_settings.h.

Member Data Documentation

◆ desc

std::string HTTP_LIB_PART::desc

◆ exclude_from_board

bool HTTP_LIB_PART::exclude_from_board = false

◆ exclude_from_bom

bool HTTP_LIB_PART::exclude_from_bom = false

◆ exclude_from_sim

bool HTTP_LIB_PART::exclude_from_sim = false

◆ fields

std::vector<std::pair<std::string, std::tuple<std::string, bool> > > HTTP_LIB_PART::fields

◆ fp_filters

std::vector<std::string> HTTP_LIB_PART::fp_filters

◆ id

std::string HTTP_LIB_PART::id

◆ keywords

std::string HTTP_LIB_PART::keywords

◆ lastCached

std::time_t HTTP_LIB_PART::lastCached = 0

Definition at line 55 of file http_lib_settings.h.

Referenced by HTTP_LIB_CONNECTION::SelectOne().

◆ name

std::string HTTP_LIB_PART::name

◆ symbolIdStr

std::string HTTP_LIB_PART::symbolIdStr

The documentation for this struct was generated from the following file: