KiCad PCB EDA Suite
Loading...
Searching...
No Matches
sch_io_diptrace.cpp File Reference
#include <sch_io/diptrace/sch_io_diptrace.h>
#include <sch_io/diptrace/diptrace_sch_parser.h>
#include <io/io_utils.h>
#include <wx/ffile.h>
#include <wx/filename.h>
#include <project.h>
#include <reporter.h>
#include <progress_reporter.h>
#include <sch_sheet.h>
#include <sch_sheet_path.h>
#include <sch_screen.h>
#include <schematic.h>
#include <wildcards_and_files_ext.h>

Go to the source code of this file.

Variables

static const std::vector< uint8_t > DIPTRACE_SCH_HEADER_V7
 DipTrace schematic modern magic header: byte(7) + "DTSCHEM".
 
static const std::vector< uint8_t > DIPTRACE_SCH_HEADER_V11
 DipTrace schematic legacy magic header: byte(11) + "DTSCHEMx.yy".
 

Variable Documentation

◆ DIPTRACE_SCH_HEADER_V11

const std::vector<uint8_t> DIPTRACE_SCH_HEADER_V11
static
Initial value:
= { 0x0B, 'D', 'T', 'S', 'C', 'H',
'E', 'M' }

DipTrace schematic legacy magic header: byte(11) + "DTSCHEMx.yy".

Definition at line 47 of file sch_io_diptrace.cpp.

Referenced by SCH_IO_DIPTRACE::CanReadSchematicFile().

◆ DIPTRACE_SCH_HEADER_V7

const std::vector<uint8_t> DIPTRACE_SCH_HEADER_V7
static
Initial value:
= { 0x07, 'D', 'T', 'S', 'C', 'H',
'E', 'M' }

DipTrace schematic modern magic header: byte(7) + "DTSCHEM".

Definition at line 43 of file sch_io_diptrace.cpp.

Referenced by SCH_IO_DIPTRACE::CanReadSchematicFile().