KiCad PCB EDA Suite
Loading...
Searching...
No Matches
orcad_stream.h File Reference
#include <cstddef>
#include <cstdint>
#include <string>
#include <vector>
#include <wx/string.h>

Go to the source code of this file.

Classes

class  ORCAD_STREAM
 Little-endian byte cursor over one OrCAD Capture DSN stream. More...
 

Functions

wxString FromOrcadString (const std::string &aText)
 Decode raw stream bytes (Windows-1252) into a wxString for UI/UX use.
 

Function Documentation

◆ FromOrcadString()