16#ifndef SIMICS_SYSTEMC_SC_SIGNAL_ACCESS_REGISTRY_H
17#define SIMICS_SYSTEMC_SC_SIGNAL_ACCESS_REGISTRY_H
26 bool read(
const sc_core::sc_object *obj,
27 attr_value_t *value)
const override;
28 bool write(sc_core::sc_object *obj,
29 const attr_value_t *value)
const override;
Definition: sc_signal_access_interface.h:25
Definition: sc_signal_access_registry.h:24
bool write(sc_core::sc_object *obj, const attr_value_t *value) const override
bool read(const sc_core::sc_object *obj, attr_value_t *value) const override