SystemC Library API Reference Manual
Reference documentation for the Simics SystemC Library.
 
Loading...
Searching...
No Matches
simics::systemc::iface::EventDeltaSimicsAdapter< TBase, TInterface > Class Template Reference

#include <event_delta_simics_adapter.h>

Inheritance diagram for simics::systemc::iface::EventDeltaSimicsAdapter< TBase, TInterface >:
simics::systemc::iface::SimicsAdapter< event_delta_interface_t > simics::systemc::Registrant< SimicsAdapterInterface >

Public Member Functions

 EventDeltaSimicsAdapter ()
 
- Public Member Functions inherited from simics::systemc::iface::SimicsAdapter< event_delta_interface_t >
 SimicsAdapter (const char *name, event_delta_interface_t iface)
 
std::string name () const override
 
const interface_t * cstruct () const override
 
void set_simics_class (conf_class_t *conf_class) override
 
conf_class_t * simics_class () const override
 
void set_map_adapter (bool map) override
 
bool map_adapter () const override
 
- Public Member Functions inherited from simics::systemc::Registrant< SimicsAdapterInterface >
 Registrant ()
 
 Registrant (const Registrant &rhs)
 
virtual ~Registrant ()
 
void detach ()
 

Static Protected Member Functions

::uint64 set_delta (conf_object_t *NOTNULL obj, conf_object_t *NOTNULL event_handler_obj, const event_class_t *next_event_ec, ::uint64 delta)
 
::uint64 get_delta (conf_object_t *NOTNULL obj, conf_object_t *NOTNULL event_handler_obj)
 
- Static Protected Member Functions inherited from simics::systemc::iface::SimicsAdapter< event_delta_interface_t >
static TInterface * adapterWithoutLocking (conf_object_t *obj)
 
static SimicsLock< TInterface > adapter (conf_object_t *obj, conf_object_t *obj_lock)
 
static SimicsLock< TInterface > adapter (conf_object_t *obj)
 

Additional Inherited Members

- Protected Member Functions inherited from simics::systemc::iface::SimicsAdapter< event_delta_interface_t >
std::vector< std::string > descriptionBase (conf_object_t *obj, DescriptionType type)
 

Constructor & Destructor Documentation

◆ EventDeltaSimicsAdapter()

template<typename TBase , typename TInterface = EventDeltaInterface>
simics::systemc::iface::EventDeltaSimicsAdapter< TBase, TInterface >::EventDeltaSimicsAdapter ( )
inline

Member Function Documentation

◆ get_delta()

template<typename TBase , typename TInterface = EventDeltaInterface>
::uint64 simics::systemc::iface::EventDeltaSimicsAdapter< TBase, TInterface >::get_delta ( conf_object_t *NOTNULL  obj,
conf_object_t *NOTNULL  event_handler_obj 
)
inlinestaticprotected

◆ set_delta()

template<typename TBase , typename TInterface = EventDeltaInterface>
::uint64 simics::systemc::iface::EventDeltaSimicsAdapter< TBase, TInterface >::set_delta ( conf_object_t *NOTNULL  obj,
conf_object_t *NOTNULL  event_handler_obj,
const event_class_t *  next_event_ec,
::uint64  delta 
)
inlinestaticprotected

The documentation for this class was generated from the following file: