SystemC
Recoding Infrastructure for SystemC v0.6.0 derived from Accellera SystemC 2.3.1
Accellera SystemC proof-of-concept library
|
#include <vector>
#include <string>
#include <set>
#include "sysc/kernel/sc_cmnhdr.h"
#include "sysc/kernel/sc_kernel_ids.h"
#include "sysc/kernel/sc_simcontext.h"
#include "sysc/communication/sc_writer_policy.h"
Go to the source code of this file.
Classes | |
class | sc_core::sc_event_expr< T > |
The event expression class. More... | |
class | sc_core::sc_event_list |
Base class for lists of events. More... | |
class | sc_core::sc_event_and_list |
AND list of events. More... | |
class | sc_core::sc_event_or_list |
OR list of events. More... | |
class | sc_core::sc_event |
The event class. More... | |
class | sc_core::sc_event_timed |
Class for storing the time to notify a timed event. More... | |
Namespaces | |
sc_core | |
Macros | |
#define | SC_KERNEL_EVENT_PREFIX "$$$$kernel_event$$$$_" |
Typedefs | |
typedef sc_event_expr < sc_event_and_list > | sc_core::sc_event_and_expr |
typedef sc_event_expr < sc_event_or_list > | sc_core::sc_event_or_expr |
Functions | |
int | sc_core::sc_notify_time_compare (const void *, const void *) |
void | sc_core::notify (sc_event &e) |
void | sc_core::notify (const sc_time &t, sc_event &e) |
void | sc_core::notify (double v, sc_time_unit tu, sc_event &e) |
sc_event_or_expr | sc_core::operator| (sc_event_or_expr expr, sc_event const &e) |
sc_event_or_expr | sc_core::operator| (sc_event_or_expr expr, sc_event_or_list const &el) |
sc_event_and_expr | sc_core::operator& (sc_event_and_expr expr, sc_event const &e) |
sc_event_and_expr | sc_core::operator& (sc_event_and_expr expr, sc_event_and_list const &el) |
Variables | |
sc_event | sc_core::sc_non_event |
#define SC_KERNEL_EVENT_PREFIX "$$$$kernel_event$$$$_" |
Definition at line 388 of file sc_event.h.