instrumentation_filter_slave instrumentation_tool
API Reference Manual  /  7 Simulator-to-Simulator Interfaces  / 

instrumentation_filter_status

Description
This interface is implemented by the instrumentation_filter_aggregator class objects. This interface should only be used by Simics instrumentation framework itself. The get_disabled_sources method returns an attr_value_t list of integers representing the source_ids that currently causing the connection to be disabled.

SIM_INTERFACE(instrumentation_filter_status) {
        attr_value_t (*get_disabled_sources)(conf_object_t *obj);
};
#define INSTRUMENTATION_FILTER_STATUS_INTERFACE "instrumentation_filter_status"

Execution Context
Global Context for all methods.

instrumentation_filter_slave instrumentation_tool