ETISS 0.8.0
Extendable Translating Instruction Set Simulator (version 0.8.0)
Functions
etiss::py Namespace Reference

Functions

void init ()
 
void shutdown ()
 
void console ()
 
bool supported ()
 
void runString (std::string s)
 
void run (std::function< void(void)> func)
 
void runEXT (std::function< void(void)> func)
 
std::string evalForString (const char *stmt, bool *ok=nullptr)
 

Function Documentation

◆ console()

void etiss::py::console ( )

Definition at line 465 of file ETISSPython.cpp.

◆ evalForString()

std::string etiss::py::evalForString ( const char *  stmt,
bool ok = nullptr 
)

Definition at line 476 of file ETISSPython.cpp.

◆ init()

void etiss::py::init ( )

◆ run()

void etiss::py::run ( std::function< void(void)>  func)

Definition at line 474 of file ETISSPython.cpp.

◆ runEXT()

void etiss::py::runEXT ( std::function< void(void)>  func)

◆ runString()

void etiss::py::runString ( std::string  s)

Definition at line 472 of file ETISSPython.cpp.

◆ shutdown()

void etiss::py::shutdown ( )

Definition at line 463 of file ETISSPython.cpp.

Referenced by etiss::shutdown().

Here is the caller graph for this function:

◆ supported()

bool etiss::py::supported ( )

Definition at line 467 of file ETISSPython.cpp.