KiCad PCB EDA Suite
Loading...
Searching...
No Matches
pcb_netlist_utils.cpp File Reference
#include "pcb_netlist_utils.h"
#include <board.h>
#include <board_design_settings.h>
#include <footprint.h>
#include <footprint_library_adapter.h>
#include <lib_id.h>
#include <netlist_reader/netlist_reader.h>
#include <netlist_reader/pcb_netlist.h>
#include <project_pcb.h>
#include <reporter.h>

Go to the source code of this file.

Functions

FOOTPRINTLoadFootprintFromProject (BOARD *aBoard, const LIB_ID &aFootprintId, bool aKeepUuid)
 Load a footprint from the project library table and apply board default settings.
 
void LoadNetlistFootprints (BOARD *aBoard, NETLIST &aNetlist, REPORTER &aReporter)
 Load the footprints for each #SCH_COMPONENT in aNetlist from the list of libraries.
 

Function Documentation

◆ LoadFootprintFromProject()

◆ LoadNetlistFootprints()