SystemC  2.3.1
Accellera SystemC proof-of-concept library
Public Types | Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
sc_core::sc_in< bool > Class Template Reference

#include <sysc/communication/sc_signal_ports.h>

Inheritance diagram for sc_core::sc_in< bool >:
Inheritance graph
[legend]
Collaboration diagram for sc_core::sc_in< bool >:
Collaboration graph
[legend]

Public Types

typedef bool data_type
 
typedef sc_signal_in_if
< data_type
if_type
 
typedef sc_port< if_type,
1, SC_ONE_OR_MORE_BOUND
base_type
 
typedef sc_in< data_typethis_type
 
typedef base_type::port_type base_port_type
 
typedef if_type in_if_type
 
typedef base_type in_port_type
 
typedef sc_signal_inout_if
< data_type
inout_if_type
 
typedef sc_port< inout_if_type,
1, SC_ONE_OR_MORE_BOUND
inout_port_type
 
- Public Types inherited from sc_core::sc_port_b< sc_signal_in_if< bool > >
typedef sc_port_base base_type
 
typedef sc_port_b
< sc_signal_in_if< bool > > 
this_type
 
typedef this_type port_type
 
- Public Types inherited from sc_core::sc_port_base
typedef sc_port_base this_type
 
- Public Types inherited from sc_core::sc_object
typedef unsigned phase_cb_mask
 

Public Member Functions

 sc_in ()
 
 sc_in (const char *name_)
 
 sc_in (const in_if_type &interface_)
 
 sc_in (const char *name_, const in_if_type &interface_)
 
 sc_in (in_port_type &parent_)
 
 sc_in (const char *name_, in_port_type &parent_)
 
 sc_in (inout_port_type &parent_)
 
 sc_in (const char *name_, inout_port_type &parent_)
 
 sc_in (this_type &parent_)
 
 sc_in (const char *name_, this_type &parent_)
 
virtual ~sc_in ()
 
SC_VIRTUAL_ void bind (const in_if_type &interface_)
 
SC_VIRTUAL_ void bind (in_if_type &interface_)
 
void operator() (const in_if_type &interface_)
 
SC_VIRTUAL_ void bind (in_port_type &parent_)
 
void operator() (in_port_type &parent_)
 
SC_VIRTUAL_ void bind (inout_port_type &parent_)
 
void operator() (inout_port_type &parent_)
 
const sc_eventdefault_event () const
 
const sc_eventvalue_changed_event () const
 
const sc_eventposedge_event () const
 
const sc_eventnegedge_event () const
 
const data_typeread () const
 
 operator const data_type & () const
 
sc_event_finderpos () const
 
sc_event_finderneg () const
 
bool event () const
 
bool posedge () const
 
bool negedge () const
 
sc_event_findervalue_changed () const
 
virtual void end_of_elaboration ()
 
virtual const char * kind () const
 
void add_trace (sc_trace_file *, const std::string &) const
 
void add_trace_internal (sc_trace_file *, const std::string &) const
 
- Public Member Functions inherited from sc_core::sc_port< sc_signal_in_if< bool >, 1, SC_ONE_OR_MORE_BOUND >
 sc_port ()
 
 sc_port (const char *name_)
 
 sc_port (sc_signal_in_if< bool > &interface_)
 
 sc_port (const char *name_, sc_signal_in_if< bool > &interface_)
 
 sc_port (base_type &parent_)
 
 sc_port (const char *name_, base_type &parent_)
 
 sc_port (this_type &parent_)
 
 sc_port (const char *name_, this_type &parent_)
 
virtual ~sc_port ()
 
- Public Member Functions inherited from sc_core::sc_port_b< sc_signal_in_if< bool > >
SC_VIRTUAL_ void bind (sc_signal_in_if< bool > &interface_)
 
SC_VIRTUAL_ void bind (port_type &parent_)
 
void operator() (sc_signal_in_if< bool > &interface_)
 
void operator() (port_type &parent_)
 
int size () const
 
sc_signal_in_if< bool > * operator-> ()
 
const sc_signal_in_if< bool > * operator-> () const
 
const sc_signal_in_if< bool > * get_interface (int iface_i) const
 
sc_signal_in_if< bool > * get_interface (int iface_i)
 
virtual sc_interfaceget_interface ()
 
virtual const sc_interfaceget_interface () const
 
sc_signal_in_if< bool > * operator[] (int index_)
 
const sc_signal_in_if< bool > * operator[] (int index_) const
 
- Public Member Functions inherited from sc_core::sc_port_base
int bind_count ()
 
- 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
 
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
 

Protected Member Functions

void remove_traces () const
 
virtual int vbind (sc_interface &)
 
virtual int vbind (sc_port_base &)
 
SC_VIRTUAL_ void bind (base_port_type &parent_)
 
- Protected Member Functions inherited from sc_core::sc_port_b< sc_signal_in_if< bool > >
 sc_port_b (int max_size_, sc_port_policy policy=SC_ONE_OR_MORE_BOUND)
 
 sc_port_b (const char *name_, int max_size_, sc_port_policy policy=SC_ONE_OR_MORE_BOUND)
 
virtual ~sc_port_b ()
 
virtual void make_sensitive (sc_thread_handle, sc_event_finder *=0) const
 
virtual void make_sensitive (sc_method_handle, sc_event_finder *=0) const
 
- Protected Member Functions inherited from sc_core::sc_port_base
 sc_port_base (int max_size_, sc_port_policy policy=SC_ONE_OR_MORE_BOUND)
 
 sc_port_base (const char *name_, int max_size_, sc_port_policy policy=SC_ONE_OR_MORE_BOUND)
 
virtual ~sc_port_base ()
 
void bind (sc_interface &interface_)
 
void bind (this_type &parent_)
 
virtual void before_end_of_elaboration ()
 
virtual void start_of_simulation ()
 
virtual void end_of_simulation ()
 
void report_error (const char *id, const char *add_msg=0) const
 
void add_static_event (sc_method_handle process_p, const sc_event &event) const
 
void add_static_event (sc_thread_handle process_p, const sc_event &event) const
 
- 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 ~sc_object ()
 
virtual void add_child_event (sc_event *event_p)
 
virtual void add_child_object (sc_object *object_p)
 
virtual bool remove_child_event (sc_event *event_p)
 
virtual bool remove_child_object (sc_object *object_p)
 
phase_cb_mask register_simulation_phase_callback (phase_cb_mask)
 
phase_cb_mask unregister_simulation_phase_callback (phase_cb_mask)
 

Protected Attributes

sc_trace_params_vecm_traces
 
- Protected Attributes inherited from sc_core::sc_port_base
sc_bind_info * m_bind_info
 

Detailed Description

template<>
class sc_core::sc_in< bool >

Definition at line 389 of file sc_signal_ports.h.

Member Typedef Documentation

Definition at line 401 of file sc_signal_ports.h.

Definition at line 399 of file sc_signal_ports.h.

typedef bool sc_core::sc_in< bool >::data_type

Definition at line 396 of file sc_signal_ports.h.

Definition at line 398 of file sc_signal_ports.h.

typedef if_type sc_core::sc_in< bool >::in_if_type

Definition at line 403 of file sc_signal_ports.h.

Definition at line 404 of file sc_signal_ports.h.

Definition at line 405 of file sc_signal_ports.h.

Definition at line 406 of file sc_signal_ports.h.

Definition at line 400 of file sc_signal_ports.h.

Constructor & Destructor Documentation

sc_core::sc_in< bool >::sc_in ( )
inline

Definition at line 412 of file sc_signal_ports.h.

sc_core::sc_in< bool >::sc_in ( const char *  name_)
inlineexplicit

Definition at line 417 of file sc_signal_ports.h.

sc_core::sc_in< bool >::sc_in ( const in_if_type interface_)
inlineexplicit

Definition at line 422 of file sc_signal_ports.h.

sc_core::sc_in< bool >::sc_in ( const char *  name_,
const in_if_type interface_ 
)
inline

Definition at line 427 of file sc_signal_ports.h.

sc_core::sc_in< bool >::sc_in ( in_port_type parent_)
inlineexplicit

Definition at line 432 of file sc_signal_ports.h.

sc_core::sc_in< bool >::sc_in ( const char *  name_,
in_port_type parent_ 
)
inline

Definition at line 437 of file sc_signal_ports.h.

sc_core::sc_in< bool >::sc_in ( inout_port_type parent_)
inlineexplicit

Definition at line 442 of file sc_signal_ports.h.

sc_core::sc_in< bool >::sc_in ( const char *  name_,
inout_port_type parent_ 
)
inline

Definition at line 447 of file sc_signal_ports.h.

sc_core::sc_in< bool >::sc_in ( this_type parent_)
inline

Definition at line 452 of file sc_signal_ports.h.

sc_core::sc_in< bool >::sc_in ( const char *  name_,
this_type parent_ 
)
inline

Definition at line 464 of file sc_signal_ports.h.

virtual sc_core::sc_in< bool >::~sc_in ( )
inlinevirtual

Definition at line 472 of file sc_signal_ports.h.

Member Function Documentation

void sc_core::sc_in< bool >::add_trace ( sc_trace_file ,
const std::string &   
) const
void sc_core::sc_in< bool >::add_trace_internal ( sc_trace_file ,
const std::string &   
) const
SC_VIRTUAL_ void sc_core::sc_in< bool >::bind ( const in_if_type interface_)
inline

Definition at line 483 of file sc_signal_ports.h.

SC_VIRTUAL_ void sc_core::sc_in< bool >::bind ( in_if_type interface_)
inline

Definition at line 486 of file sc_signal_ports.h.

SC_VIRTUAL_ void sc_core::sc_in< bool >::bind ( in_port_type parent_)
inline

Definition at line 495 of file sc_signal_ports.h.

SC_VIRTUAL_ void sc_core::sc_in< bool >::bind ( inout_port_type parent_)
inline

Definition at line 504 of file sc_signal_ports.h.

SC_VIRTUAL_ void sc_core::sc_in< bool >::bind ( base_port_type parent_)
inlineprotected

Definition at line 629 of file sc_signal_ports.h.

const sc_event& sc_core::sc_in< bool >::default_event ( ) const
inline

Definition at line 515 of file sc_signal_ports.h.

virtual void sc_core::sc_in< bool >::end_of_elaboration ( )
virtual

Reimplemented from sc_core::sc_port_base.

bool sc_core::sc_in< bool >::event ( ) const
inline

Definition at line 571 of file sc_signal_ports.h.

virtual const char* sc_core::sc_in< bool >::kind ( ) const
inlinevirtual
sc_event_finder& sc_core::sc_in< bool >::neg ( ) const
inline

Definition at line 558 of file sc_signal_ports.h.

bool sc_core::sc_in< bool >::negedge ( ) const
inline

Definition at line 581 of file sc_signal_ports.h.

const sc_event& sc_core::sc_in< bool >::negedge_event ( ) const
inline

Definition at line 531 of file sc_signal_ports.h.

sc_core::sc_in< bool >::operator const data_type & ( ) const
inline

Definition at line 540 of file sc_signal_ports.h.

void sc_core::sc_in< bool >::operator() ( const in_if_type interface_)
inline

Definition at line 489 of file sc_signal_ports.h.

void sc_core::sc_in< bool >::operator() ( in_port_type parent_)
inline

Definition at line 498 of file sc_signal_ports.h.

void sc_core::sc_in< bool >::operator() ( inout_port_type parent_)
inline

Definition at line 507 of file sc_signal_ports.h.

sc_event_finder& sc_core::sc_in< bool >::pos ( ) const
inline

Definition at line 546 of file sc_signal_ports.h.

bool sc_core::sc_in< bool >::posedge ( ) const
inline

Definition at line 576 of file sc_signal_ports.h.

const sc_event& sc_core::sc_in< bool >::posedge_event ( ) const
inline

Definition at line 526 of file sc_signal_ports.h.

const data_type& sc_core::sc_in< bool >::read ( ) const
inline

Definition at line 537 of file sc_signal_ports.h.

void sc_core::sc_in< bool >::remove_traces ( ) const
protected
sc_event_finder& sc_core::sc_in< bool >::value_changed ( ) const
inline

Definition at line 586 of file sc_signal_ports.h.

const sc_event& sc_core::sc_in< bool >::value_changed_event ( ) const
inline

Definition at line 521 of file sc_signal_ports.h.

virtual int sc_core::sc_in< bool >::vbind ( sc_interface )
protectedvirtual
virtual int sc_core::sc_in< bool >::vbind ( sc_port_base )
protectedvirtual

Member Data Documentation

sc_trace_params_vec* sc_core::sc_in< bool >::m_traces
mutableprotected

Definition at line 616 of file sc_signal_ports.h.


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