public interface IPDIMemoryBlockManagement
Modifier and Type | Method and Description |
---|---|
void |
createDataReadMemory(TaskSet tasks,
long offset,
String address,
int wordFormat,
int wordSize,
int rows,
int cols,
Character asChar)
Requests to create data read memory
|
void |
createDataWriteMemory(TaskSet tasks,
long offset,
String address,
int wordFormat,
int wordSize,
String value)
Requests to create data write memory
|
void createDataReadMemory(TaskSet tasks, long offset, String address, int wordFormat, int wordSize, int rows, int cols, Character asChar) throws PDIException
tasks
- target processoffset
- address
- wordFormat
- HEXADECIMAL || OCTAL || BINARY || DECIMAL || RAW || NATURALwordSize
- The size of each memory word in bytesrows
- cols
- asChar
- PDIException
- on failurevoid createDataWriteMemory(TaskSet tasks, long offset, String address, int wordFormat, int wordSize, String value) throws PDIException
tasks
- target processoffset
- address
- wordFormat
- HEXADECIMAL || OCTAL || BINARY || DECIMAL || RAW || NATURALwordSize
- value
- PDIException
Copyright (c) 2011 IBM Corporation and others. All Rights Reserved.