DESERT 3.5.1
Loading...
Searching...
No Matches
minterpreterTEL.cpp File Reference
#include "minterpreterTEL.h"
#include <uwmdriver.h>
#include <cctype>
#include <iostream>
#include <string>
Include dependency graph for minterpreterTEL.cpp:

Go to the source code of this file.

Functions

static void hexdump (std::string name, std::string str)
 
static std::string hexdumplog (std::string str)
 
static std::string hexdumpdata (std::string str)
 
static std::string dechexdumpdata (std::string str)
 

Detailed Description

Implementation of the MinterpreterTEL class.

Author
Roberto Francescon
Version
0.0.1

Definition in file minterpreterTEL.cpp.

Function Documentation

◆ dechexdumpdata()

static std::string dechexdumpdata ( std::string  str)
static

Definition at line 107 of file minterpreterTEL.cpp.

◆ hexdump()

static void hexdump ( std::string  name,
std::string  str 
)
static

Definition at line 44 of file minterpreterTEL.cpp.

◆ hexdumpdata()

static std::string hexdumpdata ( std::string  str)
static

Definition at line 89 of file minterpreterTEL.cpp.

◆ hexdumplog()

static std::string hexdumplog ( std::string  str)
static

Definition at line 65 of file minterpreterTEL.cpp.