direct_memory_update event_delta
API Reference Manual  /  5 Model-to-Simulator Interfaces  / 

disk_component

Description
The disk_component interface is implemented by components that provide disk storage. The size() member function should return the total disk size provided by the component, once configured.

SIM_INTERFACE(disk_component) {
        uint64 (*size)(conf_object_t *obj);
};
#define DISK_COMPONENT_INTERFACE "disk_component"

Execution Context
Global Context for all methods.

direct_memory_update event_delta