KiCad PCB EDA Suite
Loading...
Searching...
No Matches
footprint_info_impl.h File Reference
#include <atomic>
#include <functional>
#include <memory>
#include <thread>
#include <vector>
#include <footprint_info.h>
#include <core/sync_queue.h>

Go to the source code of this file.

Classes

class  FOOTPRINT_INFO_IMPL
 
class  FOOTPRINT_LIST_IMPL
 

Variables

FOOTPRINT_LIST_IMPL GFootprintList
 The global footprint info table.
 

Variable Documentation

◆ GFootprintList

FOOTPRINT_LIST_IMPL GFootprintList
extern

The global footprint info table.

This is performance-intensive to build so we keep a hash-stamped global version. Any deviation from the request vs. stored hash will result in it being rebuilt.

Definition at line 156 of file cvpcb.cpp.