Go to the documentation of this file.
63 #ifndef __SIM_PROBE_PROBE_HH__
64 #define __SIM_PROBE_PROBE_HH__
79 struct ProbeListenerObjectParams;
227 template <
class T,
class Arg>
232 void (T::*
function)(
const Arg &);
241 void (T::* func)(
const Arg &))
262 template <
typename Arg>
263 class ProbePointArg :
public ProbePoint
323 #endif//__SIM_PROBE_PROBE_HH__
ProbeListener(ProbeManager *manager, const std::string &name)
void notify(const Arg &arg)
called at the ProbePoint call site, passes arg to each listener.
ProbeManager(SimObject *obj)
std::string getName() const
bool addListener(std::string point_name, ProbeListener &listener)
Add a ProbeListener to the ProbePoint named by pointName.
ProbeListenerArgBase(ProbeManager *pm, const std::string &name)
virtual void addListener(ProbeListener *listener)=0
void(T::* function)(const Arg &)
ProbeManager *const manager
std::vector< ProbeListener * > listeners
void notify(const Arg &val) override
called when the ProbePoint calls notify.
This class is a minimal wrapper around SimObject.
ProbeListenerArg generates a listener for the class of Arg and the class type T which is the class co...
ProbeListenerObject(const ProbeListenerObjectParams ¶ms)
virtual void notify(const Arg &val)=0
#define GEM5_CLASS_VAR_USED
void removeListener(ProbeListener *l) override
remove a ProbeListener from this ProbePoints notify list.
void addPoint(ProbePoint &point)
Add a ProbePoint to this SimObject ProbeManager.
ProbeListener base class; here to simplify things like containers containing multiple types of ProbeL...
void addListener(ProbeListener *l) override
adds a ProbeListener to this ProbePoints notify list.
ProbeManager * getProbeManager()
const Params & params() const
std::vector< ProbeListenerArgBase< Arg > * > listeners
The attached listeners.
std::vector< ProbePoint * > points
Vector for name look-up.
ProbeListenerArg(T *obj, const std::string &name, void(T::*func)(const Arg &))
virtual void removeListener(ProbeListener *listener)=0
Abstract superclass for simulation objects.
GEM5_DEPRECATED_NAMESPACE(GuestABI, guest_abi)
const std::string & name()
ProbeManager is a conduit class that lives on each SimObject, and is used to match up probe listeners...
ProbePointArg(ProbeManager *manager, std::string name)
virtual ~ProbeListenerObject()
bool hasListeners() const
Informs whether any listeners are attached to this probe.
ProbeListenerArgBase is used to define the base interface to a ProbeListenerArg (i....
ProbePoint(ProbeManager *manager, const std::string &name)
ProbeListener base class; again used to simplify use of ProbePoints in containers and used as to defi...
const GEM5_CLASS_VAR_USED SimObject * object
Required for sensible debug messages.
Reference material can be found at the JEDEC website: UFS standard http://www.jedec....
bool removeListener(std::string point_name, ProbeListener &listener)
Remove a ProbeListener from the ProbePoint named by pointName.
ProbeListener & operator=(const ProbeListener &other)=delete
Generated on Tue Sep 7 2021 14:53:49 for gem5 by doxygen 1.8.17