sc_core::sc_sensitive Class Reference
#include <sysc/kernel/sc_sensitive.h>
List of all members.
Public Types |
typedef sc_signal_in_if< bool > | in_if_b_type |
typedef sc_signal_in_if
< sc_dt::sc_logic > | in_if_l_type |
typedef sc_in< bool > | in_port_b_type |
typedef sc_in< sc_dt::sc_logic > | in_port_l_type |
typedef sc_inout< bool > | inout_port_b_type |
typedef sc_inout< sc_dt::sc_logic > | inout_port_l_type |
Public Member Functions |
sc_sensitive & | operator<< (sc_process_handle) |
sc_sensitive & | operator() (const sc_event &) |
sc_sensitive & | operator() (const sc_interface &) |
sc_sensitive & | operator() (const sc_port_base &) |
sc_sensitive & | operator() (sc_event_finder &) |
sc_sensitive & | operator<< (const sc_event &) |
sc_sensitive & | operator<< (const sc_interface &) |
sc_sensitive & | operator<< (const sc_port_base &) |
sc_sensitive & | operator<< (sc_event_finder &) |
sc_sensitive & | operator() (sc_cthread_handle, sc_event_finder &) |
sc_sensitive & | operator() (sc_cthread_handle, const in_if_b_type &) |
sc_sensitive & | operator() (sc_cthread_handle, const in_if_l_type &) |
sc_sensitive & | operator() (sc_cthread_handle, const in_port_b_type &) |
sc_sensitive & | operator() (sc_cthread_handle, const in_port_l_type &) |
sc_sensitive & | operator() (sc_cthread_handle, const inout_port_b_type &) |
sc_sensitive & | operator() (sc_cthread_handle, const inout_port_l_type &) |
void | reset () |
Static Public Member Functions |
static void | make_static_sensitivity (sc_process_b *, const sc_event &) |
static void | make_static_sensitivity (sc_process_b *, const sc_interface &) |
static void | make_static_sensitivity (sc_process_b *, const sc_port_base &) |
static void | make_static_sensitivity (sc_process_b *, sc_event_finder &) |
Friends |
class | sc_module |
class | sc_channel |
Detailed Description
Definition at line 59 of file sc_sensitive.h.
Member Typedef Documentation
Member Function Documentation
static void sc_core::sc_sensitive::make_static_sensitivity |
( |
sc_process_b * |
, |
|
|
const sc_event & |
| |
|
) |
| | [static] |
void sc_core::sc_sensitive::reset |
( |
|
) |
|
Friends And Related Function Documentation
The documentation for this class was generated from the following file: