| 
    KiCad PCB EDA Suite
    
   | 
 
#include "pns_log_file.h"#include <router/pns_segment.h>#include <board_design_settings.h>#include <pcbnew/pcb_io/kicad_sexpr/pcb_io_kicad_sexpr.h>#include <pcbnew/drc/drc_engine.h>#include <project.h>#include <project/project_local_settings.h>#include <../../tests/common/console_log.h>Go to the source code of this file.
Functions | |
| static const wxString | readLine (FILE *f) | 
| bool | comparePnsItems (const PNS::ITEM *a, const PNS::ITEM *b) | 
| const std::set< PNS::ITEM * > | deduplicate (const std::vector< PNS::ITEM * > &items) | 
Definition at line 211 of file pns_log_file.cpp.
References PNS::VIA::ALL_LAYERS, PNS::VIA::Diameter(), PNS::VIA::Drill(), PNS::ITEM::Kind(), PNS::ITEM::Layers(), PNS::ITEM::Net(), PNS::VIA::Pos(), PNS::SEGMENT::Seg(), PNS::ITEM::SEGMENT_T, PNS::ITEM::VIA_T, and PNS::SEGMENT::Width().
Referenced by PNS_LOG_FILE::COMMIT_STATE::Compare(), and deduplicate().
Definition at line 254 of file pns_log_file.cpp.
References comparePnsItems().
Referenced by PNS_LOG_FILE::COMMIT_STATE::Compare().
      
  | 
  static | 
Definition at line 75 of file pns_log_file.cpp.
Referenced by PNS_LOG_FILE::Load().