SystemC Library API Reference Manual
Reference documentation for the Simics SystemC Library.
 
Loading...
Searching...
No Matches
gasket_adapter.h File Reference

Go to the source code of this file.

Classes

class  simics::systemc::simics2tlm::GasketAdapter< TBase >
 

Namespaces

namespace  simics
 
namespace  simics::systemc
 
namespace  simics::systemc::simics2tlm
 

Macros

#define GASKET_ADAPTER_PORT_CLASS(name, gasket_adapter)
 

Macro Definition Documentation

◆ GASKET_ADAPTER_PORT_CLASS

#define GASKET_ADAPTER_PORT_CLASS (   name,
  gasket_adapter 
)
Value:
class name \
: public simics::systemc::simics2tlm::gasket_adapter, \
public: \
using gasket_adapter::gasket_adapter; \
virtual ~name() = default; \
return gasket_adapter::gasket_owner(); \
} \
};
Definition: gasket_adapter.h:45
virtual simics2tlm::GasketOwner * gasket_owner() const =0
Base class, responsible for handling a gasket.
Definition: gasket_owner.h:32