KiCad PCB EDA Suite
Loading...
Searching...
No Matches
orcad_stream.cpp File Reference
#include <sch_io/orcad/orcad_stream.h>
#include <cstring>
#include <ki_exception.h>
#include <wx/strconv.h>

Go to the source code of this file.

Functions

static wxString hexOf (const uint8_t *aBytes, size_t aCount)
 
wxString FromOrcadString (const std::string &aText)
 Decode raw stream bytes (Windows-1252) into a wxString for UI/UX use.
 

Function Documentation

◆ FromOrcadString()

◆ hexOf()

static wxString hexOf ( const uint8_t * aBytes,
size_t aCount )
static

Definition at line 31 of file orcad_stream.cpp.

Referenced by ORCAD_STREAM::Expect().