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::vector< std::pair< std::string, std::tuple< std::string, bool > > > fields
 additional generic fields
 

Detailed Description

Definition at line 45 of file http_lib_settings.h.

Member Data Documentation

◆ 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

◆ id

std::string HTTP_LIB_PART::id

◆ 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: