16#ifndef TLM2SIMICS_PACKET_H
17#define TLM2SIMICS_PACKET_H
36 unsigned int transaction(simics::ConfObjectRef &simics_obj,
37 tlm::tlm_generic_payload *trans,
bool inquiry);
38 tlm::tlm_response_status simics_transaction(
39 simics::ConfObjectRef &simics_obj,
40 tlm::tlm_generic_payload *trans)
override;
41 unsigned int debug_transaction(simics::ConfObjectRef &simics_obj,
42 tlm::tlm_generic_payload *trans)
override;
Returns the interface provided by the associated Simics object.
Definition: interface_provider.h:32
Interface implemented by the ExtensionReceiver class, used by the ExtensionDispatcher.
Definition: receiver_interface.h:29
Protocol specific transaction handler for Simics packet interface.
Definition: packet.h:29
iface::ReceiverInterface * receiver() override
Packet()
Definition: packet.h:31
Base class for transaction handlers without support for DMI.
Definition: transaction_handler.h:36
Definition: pci_bus_interface.h:24