SystemC 3.0.0
Accellera SystemC proof-of-concept library
Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
sc_core::sc_signal_channel Class Reference

#include <sysc/communication/sc_signal.h>

Inheritance diagram for sc_core::sc_signal_channel:
Inheritance graph
[legend]
Collaboration diagram for sc_core::sc_signal_channel:
Collaboration graph
[legend]

Public Member Functions

virtual ~sc_signal_channel ()
 
virtual const char * kind () const
 
const sc_eventdefault_event () const
 
const sc_eventvalue_changed_event () const
 
bool event () const
 
- Public Member Functions inherited from sc_core::sc_prim_channel
virtual const char * kind () const
 
bool update_requested ()
 
void request_update ()
 
void async_request_update ()
 
- Public Member Functions inherited from sc_core::sc_object
const char * name () const
 
const char * basename () const
 
virtual void print (::std::ostream &os=::std::cout) const
 
virtual void dump (::std::ostream &os=::std::cout) const
 
virtual void trace (sc_trace_file *tf) const
 
virtual const char * kind () const
 
sc_simcontextsimcontext () const
 
bool add_attribute (sc_attr_base &)
 
sc_attr_baseget_attribute (const std::string &name_)
 
const sc_attr_baseget_attribute (const std::string &name_) const
 
sc_attr_baseremove_attribute (const std::string &name_)
 
void remove_all_attributes ()
 
int num_attributes () const
 
sc_attr_cltnattr_cltn ()
 
const sc_attr_cltnattr_cltn () const
 
virtual const std::vector< sc_event * > & get_child_events () const
 
virtual const std::vector< sc_object * > & get_child_objects () const
 
sc_objectget_parent () const
 
sc_objectget_parent_object () const
 
virtual ~sc_object ()
 

Protected Member Functions

 sc_signal_channel (const char *name_)
 
void do_update ()
 
void deprecated_get_data_ref () const
 
void deprecated_get_new_value () const
 
void deprecated_trace () const
 
sc_eventlazy_kernel_event (sc_event **, const char *) const
 
void notify_next_delta (sc_event *ev) const
 
- Protected Member Functions inherited from sc_core::sc_prim_channel
 sc_prim_channel ()
 
 sc_prim_channel (const char *)
 
virtual ~sc_prim_channel ()
 
virtual void update ()
 
virtual void before_end_of_elaboration ()
 
virtual void end_of_elaboration ()
 
virtual void start_of_simulation ()
 
virtual void end_of_simulation ()
 
void async_attach_suspending ()
 
void async_detach_suspending ()
 
void wait ()
 
void wait (const sc_event &e)
 
void wait (const sc_event_or_list &el)
 
void wait (const sc_event_and_list &el)
 
void wait (const sc_time &t)
 
void wait (double v, sc_time_unit tu)
 
void wait (const sc_time &t, const sc_event &e)
 
void wait (double v, sc_time_unit tu, const sc_event &e)
 
void wait (const sc_time &t, const sc_event_or_list &el)
 
void wait (double v, sc_time_unit tu, const sc_event_or_list &el)
 
void wait (const sc_time &t, const sc_event_and_list &el)
 
void wait (double v, sc_time_unit tu, const sc_event_and_list &el)
 
void wait (int n)
 
void next_trigger ()
 
void next_trigger (const sc_event &e)
 
void next_trigger (const sc_event_or_list &el)
 
void next_trigger (const sc_event_and_list &el)
 
void next_trigger (const sc_time &t)
 
void next_trigger (double v, sc_time_unit tu)
 
void next_trigger (const sc_time &t, const sc_event &e)
 
void next_trigger (double v, sc_time_unit tu, const sc_event &e)
 
void next_trigger (const sc_time &t, const sc_event_or_list &el)
 
void next_trigger (double v, sc_time_unit tu, const sc_event_or_list &el)
 
void next_trigger (const sc_time &t, const sc_event_and_list &el)
 
void next_trigger (double v, sc_time_unit tu, const sc_event_and_list &el)
 
bool timed_out ()
 
- Protected Member Functions inherited from sc_core::sc_object
 sc_object ()
 
 sc_object (const char *nm)
 
 sc_object (const sc_object &)
 
sc_objectoperator= (const sc_object &)
 
virtual hierarchy_scope get_hierarchy_scope ()
 

Protected Attributes

sc_eventm_change_event_p
 
sc_dt::uint64 m_change_stamp
 

Detailed Description

Definition at line 83 of file sc_signal.h.

Constructor & Destructor Documentation

◆ sc_signal_channel()

sc_core::sc_signal_channel::sc_signal_channel ( const char *  name_)
inlineprotected

Definition at line 88 of file sc_signal.h.

◆ ~sc_signal_channel()

virtual sc_core::sc_signal_channel::~sc_signal_channel ( )
virtual

Member Function Documentation

◆ default_event()

const sc_event & sc_core::sc_signal_channel::default_event ( ) const
inline

Definition at line 104 of file sc_signal.h.

◆ deprecated_get_data_ref()

void sc_core::sc_signal_channel::deprecated_get_data_ref ( ) const
protected

◆ deprecated_get_new_value()

void sc_core::sc_signal_channel::deprecated_get_new_value ( ) const
protected

◆ deprecated_trace()

void sc_core::sc_signal_channel::deprecated_trace ( ) const
protected

◆ do_update()

void sc_core::sc_signal_channel::do_update ( )
protected

◆ event()

bool sc_core::sc_signal_channel::event ( ) const
inline

Definition at line 111 of file sc_signal.h.

◆ kind()

virtual const char * sc_core::sc_signal_channel::kind ( ) const
inlinevirtual

◆ lazy_kernel_event()

sc_event * sc_core::sc_signal_channel::lazy_kernel_event ( sc_event **  ,
const char *   
) const
protected

◆ notify_next_delta()

void sc_core::sc_signal_channel::notify_next_delta ( sc_event ev) const
inlineprotected

Definition at line 124 of file sc_signal.h.

◆ value_changed_event()

const sc_event & sc_core::sc_signal_channel::value_changed_event ( ) const

Member Data Documentation

◆ m_change_event_p

sc_event* sc_core::sc_signal_channel::m_change_event_p
mutableprotected

Definition at line 128 of file sc_signal.h.

◆ m_change_stamp

sc_dt::uint64 sc_core::sc_signal_channel::m_change_stamp
protected

Definition at line 129 of file sc_signal.h.


The documentation for this class was generated from the following file: