This class controls MPC5xxx specific features. More...
#include <CMPC5xxxController.h>
Public Member Functions | |
CMPC5xxxController (std::shared_ptr< ConnectionMgr > connectionMgr) | |
Instantiates object. | |
NMPC5xxx::STLBEntry | getTLB (DWORD dwEntry) |
Gets a TLB entry. | |
void | setTLB (DWORD dwEntry, const NMPC5xxx::STLBEntry &rTLBEntry) |
Sets a TLB entry. |
This class controls MPC5xxx specific features.
Python example: mpc5xxx_tlb_read_write.py
isys::CMPC5xxxController::CMPC5xxxController | ( | std::shared_ptr< ConnectionMgr > | connectionMgr | ) |
Instantiates object.
connectionMgr | class which maintains connection to winIDEA. Connection must be established before this call. |
NMPC5xxx::STLBEntry isys::CMPC5xxxController::getTLB | ( | DWORD | dwEntry | ) |
Gets a TLB entry.
dwEntry | index of the entry to be read |
void isys::CMPC5xxxController::setTLB | ( | DWORD | dwEntry, |
const NMPC5xxx::STLBEntry & | rTLBEntry ) |
Sets a TLB entry.
dwEntry | index of the entry to be read |
rTLBEntry | TLB entry in MAS format |