| |||
| Home > The CASI Memory Map Interface > CASIMMI interfaces > The CASIMMIMemoryMapRequest structure |
The CASIMMIMemoryMapRequest structure is
used by the environment to identify the memory maps structure.
Example 5.2. Request memory map details
struct CASIMMIMemoryMapRequest{
uint32_t numMaps; // num of addr maps supported
uint32_t* memoryMapID; // array with IDs of addr maps supported.
std::string* mapNames; // array with names of addr maps supported (numAddrMaps number)
CASIMMIMemoryMapRequest& operator= ( CASIMMIMemoryMapRequest& puRef ); // deep copy
}