SystemC  2.3.1
Accellera SystemC proof-of-concept library
Public Types | Public Member Functions | List of all members
sc_core::sc_fifo_in< T > Class Template Reference

#include <sysc/communication/sc_fifo_ports.h>

Inheritance diagram for sc_core::sc_fifo_in< T >:
Inheritance graph
[legend]
Collaboration diagram for sc_core::sc_fifo_in< T >:
Collaboration graph
[legend]

Public Types

typedef T data_type
 
typedef sc_fifo_in_if< data_typeif_type
 
typedef sc_port< if_type,
0, SC_ONE_OR_MORE_BOUND
base_type
 
typedef sc_fifo_in< data_typethis_type
 
typedef if_type in_if_type
 
typedef sc_port_b< in_if_typein_port_type
 
- Public Types inherited from sc_core::sc_port_b< sc_fifo_in_if< T > >
typedef sc_port_base base_type
 
typedef sc_port_b
< sc_fifo_in_if< T > > 
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_fifo_in ()
 
 sc_fifo_in (const char *name_)
 
 sc_fifo_in (in_if_type &interface_)
 
 sc_fifo_in (const char *name_, in_if_type &interface_)
 
 sc_fifo_in (in_port_type &parent_)
 
 sc_fifo_in (const char *name_, in_port_type &parent_)
 
 sc_fifo_in (this_type &parent_)
 
 sc_fifo_in (const char *name_, this_type &parent_)
 
virtual ~sc_fifo_in ()
 
void read (data_type &value_)
 
data_type read ()
 
bool nb_read (data_type &value_)
 
int num_available () const
 
const sc_eventdata_written_event () const
 
sc_event_finderdata_written () const
 
virtual const char * kind () const
 
- Public Member Functions inherited from sc_core::sc_port< sc_fifo_in_if< T >, 0, SC_ONE_OR_MORE_BOUND >
 sc_port ()
 
 sc_port (const char *name_)
 
 sc_port (sc_fifo_in_if< T > &interface_)
 
 sc_port (const char *name_, sc_fifo_in_if< T > &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_fifo_in_if< T > >
SC_VIRTUAL_ void bind (sc_fifo_in_if< T > &interface_)
 
SC_VIRTUAL_ void bind (port_type &parent_)
 
void operator() (sc_fifo_in_if< T > &interface_)
 
void operator() (port_type &parent_)
 
int size () const
 
sc_fifo_in_if< T > * operator-> ()
 
const sc_fifo_in_if< T > * operator-> () const
 
const sc_fifo_in_if< T > * get_interface (int iface_i) const
 
sc_fifo_in_if< T > * get_interface (int iface_i)
 
virtual sc_interfaceget_interface ()
 
virtual const sc_interfaceget_interface () const
 
sc_fifo_in_if< T > * operator[] (int index_)
 
const sc_fifo_in_if< T > * 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
 

Additional Inherited Members

- Protected Member Functions inherited from sc_core::sc_port_b< sc_fifo_in_if< T > >
 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 int vbind (sc_interface &)
 
virtual int vbind (sc_port_base &)
 
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 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 inherited from sc_core::sc_port_base
sc_bind_info * m_bind_info
 

Detailed Description

template<class T>
class sc_core::sc_fifo_in< T >

Definition at line 43 of file sc_fifo_ports.h.

Member Typedef Documentation

template<class T >
typedef sc_port<if_type,0,SC_ONE_OR_MORE_BOUND> sc_core::sc_fifo_in< T >::base_type

Definition at line 53 of file sc_fifo_ports.h.

template<class T >
typedef T sc_core::sc_fifo_in< T >::data_type

Definition at line 50 of file sc_fifo_ports.h.

template<class T >
typedef sc_fifo_in_if<data_type> sc_core::sc_fifo_in< T >::if_type

Definition at line 52 of file sc_fifo_ports.h.

template<class T >
typedef if_type sc_core::sc_fifo_in< T >::in_if_type

Definition at line 56 of file sc_fifo_ports.h.

template<class T >
typedef sc_port_b<in_if_type> sc_core::sc_fifo_in< T >::in_port_type

Definition at line 57 of file sc_fifo_ports.h.

template<class T >
typedef sc_fifo_in<data_type> sc_core::sc_fifo_in< T >::this_type

Definition at line 54 of file sc_fifo_ports.h.

Constructor & Destructor Documentation

template<class T >
sc_core::sc_fifo_in< T >::sc_fifo_in ( )
inline

Definition at line 63 of file sc_fifo_ports.h.

template<class T >
sc_core::sc_fifo_in< T >::sc_fifo_in ( const char *  name_)
inlineexplicit

Definition at line 67 of file sc_fifo_ports.h.

template<class T >
sc_core::sc_fifo_in< T >::sc_fifo_in ( in_if_type interface_)
inlineexplicit

Definition at line 71 of file sc_fifo_ports.h.

template<class T >
sc_core::sc_fifo_in< T >::sc_fifo_in ( const char *  name_,
in_if_type interface_ 
)
inline

Definition at line 75 of file sc_fifo_ports.h.

template<class T >
sc_core::sc_fifo_in< T >::sc_fifo_in ( in_port_type parent_)
inlineexplicit

Definition at line 79 of file sc_fifo_ports.h.

template<class T >
sc_core::sc_fifo_in< T >::sc_fifo_in ( const char *  name_,
in_port_type parent_ 
)
inline

Definition at line 83 of file sc_fifo_ports.h.

template<class T >
sc_core::sc_fifo_in< T >::sc_fifo_in ( this_type parent_)
inline

Definition at line 87 of file sc_fifo_ports.h.

template<class T >
sc_core::sc_fifo_in< T >::sc_fifo_in ( const char *  name_,
this_type parent_ 
)
inline

Definition at line 91 of file sc_fifo_ports.h.

template<class T >
virtual sc_core::sc_fifo_in< T >::~sc_fifo_in ( )
inlinevirtual

Definition at line 98 of file sc_fifo_ports.h.

Member Function Documentation

template<class T >
sc_event_finder& sc_core::sc_fifo_in< T >::data_written ( ) const
inline

Definition at line 133 of file sc_fifo_ports.h.

template<class T >
const sc_event& sc_core::sc_fifo_in< T >::data_written_event ( ) const
inline

Definition at line 127 of file sc_fifo_ports.h.

template<class T >
virtual const char* sc_core::sc_fifo_in< T >::kind ( ) const
inlinevirtual
template<class T >
bool sc_core::sc_fifo_in< T >::nb_read ( data_type value_)
inline

Definition at line 115 of file sc_fifo_ports.h.

template<class T >
int sc_core::sc_fifo_in< T >::num_available ( ) const
inline

Definition at line 121 of file sc_fifo_ports.h.

template<class T >
void sc_core::sc_fifo_in< T >::read ( data_type value_)
inline

Definition at line 106 of file sc_fifo_ports.h.

template<class T >
data_type sc_core::sc_fifo_in< T >::read ( )
inline

Definition at line 109 of file sc_fifo_ports.h.


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