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

#include <sysc/communication/sc_prim_channel.h>

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

Public Member Functions

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_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 ()
 

Friends

class sc_prim_channel_registry
 
class sc_stub_registry
 

Detailed Description

Definition at line 44 of file sc_prim_channel.h.

Constructor & Destructor Documentation

◆ sc_prim_channel() [1/2]

sc_core::sc_prim_channel::sc_prim_channel ( )
protected

◆ sc_prim_channel() [2/2]

sc_core::sc_prim_channel::sc_prim_channel ( const char *  )
explicitprotected

◆ ~sc_prim_channel()

virtual sc_core::sc_prim_channel::~sc_prim_channel ( )
protectedvirtual

Member Function Documentation

◆ async_attach_suspending()

void sc_core::sc_prim_channel::async_attach_suspending ( )
inlineprotected

Definition at line 352 of file sc_prim_channel.h.

◆ async_detach_suspending()

void sc_core::sc_prim_channel::async_detach_suspending ( )
inlineprotected

Definition at line 359 of file sc_prim_channel.h.

◆ async_request_update()

void sc_core::sc_prim_channel::async_request_update ( )
inline

Definition at line 345 of file sc_prim_channel.h.

◆ before_end_of_elaboration()

virtual void sc_core::sc_prim_channel::before_end_of_elaboration ( )
protectedvirtual

◆ end_of_elaboration()

virtual void sc_core::sc_prim_channel::end_of_elaboration ( )
protectedvirtual

◆ end_of_simulation()

virtual void sc_core::sc_prim_channel::end_of_simulation ( )
protectedvirtual

◆ kind()

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

◆ next_trigger() [1/12]

void sc_core::sc_prim_channel::next_trigger ( )
inlineprotected

Definition at line 145 of file sc_prim_channel.h.

◆ next_trigger() [2/12]

void sc_core::sc_prim_channel::next_trigger ( const sc_event e)
inlineprotected

Definition at line 151 of file sc_prim_channel.h.

◆ next_trigger() [3/12]

void sc_core::sc_prim_channel::next_trigger ( const sc_event_and_list el)
inlineprotected

Definition at line 157 of file sc_prim_channel.h.

◆ next_trigger() [4/12]

void sc_core::sc_prim_channel::next_trigger ( const sc_event_or_list el)
inlineprotected

Definition at line 154 of file sc_prim_channel.h.

◆ next_trigger() [5/12]

void sc_core::sc_prim_channel::next_trigger ( const sc_time t)
inlineprotected

Definition at line 160 of file sc_prim_channel.h.

◆ next_trigger() [6/12]

void sc_core::sc_prim_channel::next_trigger ( const sc_time t,
const sc_event e 
)
inlineprotected

Definition at line 166 of file sc_prim_channel.h.

◆ next_trigger() [7/12]

void sc_core::sc_prim_channel::next_trigger ( const sc_time t,
const sc_event_and_list el 
)
inlineprotected

Definition at line 180 of file sc_prim_channel.h.

◆ next_trigger() [8/12]

void sc_core::sc_prim_channel::next_trigger ( const sc_time t,
const sc_event_or_list el 
)
inlineprotected

Definition at line 173 of file sc_prim_channel.h.

◆ next_trigger() [9/12]

void sc_core::sc_prim_channel::next_trigger ( double  v,
sc_time_unit  tu 
)
inlineprotected

Definition at line 163 of file sc_prim_channel.h.

◆ next_trigger() [10/12]

void sc_core::sc_prim_channel::next_trigger ( double  v,
sc_time_unit  tu,
const sc_event e 
)
inlineprotected

Definition at line 169 of file sc_prim_channel.h.

◆ next_trigger() [11/12]

void sc_core::sc_prim_channel::next_trigger ( double  v,
sc_time_unit  tu,
const sc_event_and_list el 
)
inlineprotected

Definition at line 183 of file sc_prim_channel.h.

◆ next_trigger() [12/12]

void sc_core::sc_prim_channel::next_trigger ( double  v,
sc_time_unit  tu,
const sc_event_or_list el 
)
inlineprotected

Definition at line 176 of file sc_prim_channel.h.

◆ request_update()

void sc_core::sc_prim_channel::request_update ( )
inline

Definition at line 333 of file sc_prim_channel.h.

◆ start_of_simulation()

virtual void sc_core::sc_prim_channel::start_of_simulation ( )
protectedvirtual

◆ timed_out()

bool sc_core::sc_prim_channel::timed_out ( )
inlineprotected

Definition at line 190 of file sc_prim_channel.h.

◆ update()

virtual void sc_core::sc_prim_channel::update ( )
protectedvirtual

◆ update_requested()

bool sc_core::sc_prim_channel::update_requested ( )
inline

Definition at line 54 of file sc_prim_channel.h.

◆ wait() [1/13]

void sc_core::sc_prim_channel::wait ( )
inlineprotected

Definition at line 100 of file sc_prim_channel.h.

◆ wait() [2/13]

void sc_core::sc_prim_channel::wait ( const sc_event e)
inlineprotected

Definition at line 106 of file sc_prim_channel.h.

◆ wait() [3/13]

void sc_core::sc_prim_channel::wait ( const sc_event_and_list el)
inlineprotected

Definition at line 112 of file sc_prim_channel.h.

◆ wait() [4/13]

void sc_core::sc_prim_channel::wait ( const sc_event_or_list el)
inlineprotected

Definition at line 109 of file sc_prim_channel.h.

◆ wait() [5/13]

void sc_core::sc_prim_channel::wait ( const sc_time t)
inlineprotected

Definition at line 115 of file sc_prim_channel.h.

◆ wait() [6/13]

void sc_core::sc_prim_channel::wait ( const sc_time t,
const sc_event e 
)
inlineprotected

Definition at line 121 of file sc_prim_channel.h.

◆ wait() [7/13]

void sc_core::sc_prim_channel::wait ( const sc_time t,
const sc_event_and_list el 
)
inlineprotected

Definition at line 133 of file sc_prim_channel.h.

◆ wait() [8/13]

void sc_core::sc_prim_channel::wait ( const sc_time t,
const sc_event_or_list el 
)
inlineprotected

Definition at line 127 of file sc_prim_channel.h.

◆ wait() [9/13]

void sc_core::sc_prim_channel::wait ( double  v,
sc_time_unit  tu 
)
inlineprotected

Definition at line 118 of file sc_prim_channel.h.

◆ wait() [10/13]

void sc_core::sc_prim_channel::wait ( double  v,
sc_time_unit  tu,
const sc_event e 
)
inlineprotected

Definition at line 124 of file sc_prim_channel.h.

◆ wait() [11/13]

void sc_core::sc_prim_channel::wait ( double  v,
sc_time_unit  tu,
const sc_event_and_list el 
)
inlineprotected

Definition at line 136 of file sc_prim_channel.h.

◆ wait() [12/13]

void sc_core::sc_prim_channel::wait ( double  v,
sc_time_unit  tu,
const sc_event_or_list el 
)
inlineprotected

Definition at line 130 of file sc_prim_channel.h.

◆ wait() [13/13]

void sc_core::sc_prim_channel::wait ( int  n)
inlineprotected

Definition at line 139 of file sc_prim_channel.h.

Friends And Related Function Documentation

◆ sc_prim_channel_registry

friend class sc_prim_channel_registry
friend

Definition at line 47 of file sc_prim_channel.h.

◆ sc_stub_registry

friend class sc_stub_registry
friend

Definition at line 48 of file sc_prim_channel.h.


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