import "BspLib.idl";
Public Attributes | |
long | logicAddr |
Logical memory address to where data will be written. | |
long | offset |
long | nBytes |
Number of bytes to be written. | |
long | superstep |
The superstep in which the bsp_put request was issued. | |
subTypes::mem | memArea |
Memory contents to be written at the destination address. |
|
Logical memory address to where data will be written.
|
|
Memory contents to be written at the destination address.
|
|
Number of bytes to be written.
|
|
Offset from logicAddr that indicates the real position to were data will be copied (that is, data will be copied to physical address logicAddr maps to + offset) |
|
The superstep in which the bsp_put request was issued.
|