16#ifndef SIMICS_SYSTEMC_IFACE_INSTRUMENTATION_EVENT_ACTION_INTERFACE_H
17#define SIMICS_SYSTEMC_IFACE_INSTRUMENTATION_EVENT_ACTION_INTERFACE_H
24namespace instrumentation {
30 const char *event_type,
31 const char *class_type,
33 sc_core::sc_time *timestamp) = 0;
Definition: proxy_interface.h:29
Definition: event_action_interface.h:27
virtual void triggered(awareness::ProxyInterface *proxy, const char *event_type, const char *class_type, void *object, sc_core::sc_time *timestamp)=0
virtual ~EventActionInterface()
Definition: event_action_interface.h:34
Definition: pci_bus_interface.h:24