28 #ifndef __SYSTEMC_CORE_SENSITIVITY_HH__ 29 #define __SYSTEMC_CORE_SENSITIVITY_HH__ 43 class sc_event_and_list;
44 class sc_event_or_list;
45 class sc_event_finder;
70 virtual void addToEvent(const ::sc_core::sc_event *
e) = 0;
71 virtual void delFromEvent(const ::sc_core::sc_event *e) = 0;
74 virtual void clear() = 0;
77 virtual bool notifyWork(
Event *e);
78 bool notify(
Event *e);
101 void addToEvent(const ::sc_core::sc_event *
e)
override;
102 void delFromEvent(const ::sc_core::sc_event *e)
override;
116 void addToEvent(const ::sc_core::sc_event *
e)
override;
117 void delFromEvent(const ::sc_core::sc_event *e)
override;
140 void clear()
override { delFromEvent(event); }
146 std::set<const ::sc_core::sc_event *>
events;
150 Process *
p,
const std::set<const ::sc_core::sc_event *> &
s) :
158 for (
auto event: events)
165 events.insert(event);
278 bool notifyWork(
Event *e)
override;
294 bool notifyWork(
Event *e)
override;
299 #endif //__SYSTEMC_CORE_SENSITIVITY_HH__ void newDynamicSensitivityEventOrList(Process *p, const sc_core::sc_event_or_list *eol)
Category category() override
SensitivityEvents(Process *p, const std::set< const ::sc_core::sc_event *> &s)
const ::sc_core::sc_event * event
void newStaticSensitivityInterface(Process *p, const sc_core::sc_interface *i)
StaticSensitivity(Process *p)
std::set< const ::sc_core::sc_event * > events
void newStaticSensitivityExport(Process *p, const sc_core::sc_export_base *exp)
void newDynamicSensitivityEventAndList(Process *p, const sc_core::sc_event_and_list *eal)
void newStaticSensitivityPort(Process *p, const sc_core::sc_port_base *pb)
DynamicSensitivityEvent(Process *p, const sc_core::sc_event *e)
StaticSensitivityEvent(Process *p, const sc_core::sc_event *e)
void newStaticSensitivityFinder(Process *p, const sc_core::sc_event_finder *f)
void newStaticSensitivityEvent(Process *p, const sc_core::sc_event *e)
void addEvent(const ::sc_core::sc_event *event)
StaticSensitivityPort(Process *p)
DynamicSensitivity(Process *p)
SensitivityEvent(Process *p, const ::sc_core::sc_event *e=nullptr)
void newDynamicSensitivityEvent(Process *p, const sc_core::sc_event *e)
Category category() override
std::vector< DynamicSensitivity * > DynamicSensitivities
SensitivityEvents(Process *p)
StaticSensitivityFinder(Process *p, const sc_core::sc_event_finder *f)
const sc_core::sc_event_finder * finder
std::vector< StaticSensitivity * > StaticSensitivities