| 
    SystemC
    Recoding Infrastructure for SystemC v0.6.3 derived from Accellera SystemC 2.3.1
    
   Accellera SystemC proof-of-concept library 
   | 
 
#include <sysc/communication/sc_fifo.h>


Public Member Functions | |
| sc_fifo (int size_=16) | |
| sc_fifo (const char *name_, int size_=16) | |
| virtual | ~sc_fifo () | 
| virtual void | register_port (sc_port_base &, const char *) | 
| virtual void | read (T &, sc_segid) | 
| A new parameter segment ID is added for the out-of-order simulation.  More... | |
| virtual void | read (T &) | 
| virtual T | read (sc_segid) | 
| A new parameter segment ID is added for the out-of-order simulation.  More... | |
| virtual T | read () | 
| virtual bool | nb_read (T &) | 
| virtual int | num_available () const | 
| virtual const sc_event & | data_written_event () const | 
| virtual void | write (const T &, int) | 
| A new parameter segment ID is added for the out-of-order simulation.  More... | |
| void | write (const T &) | 
| virtual bool | nb_write (const T &) | 
| virtual int | num_free () const | 
| virtual const sc_event & | data_read_event () const | 
| operator T () | |
| sc_fifo< T > & | operator= (const T &a) | 
| This operator is not supported by the out-of-order simulation in the current release.  More... | |
| void | trace (sc_trace_file *tf) const | 
| virtual void | print (::std::ostream &=::std::cout) const | 
| virtual void | dump (::std::ostream &=::std::cout) const | 
| virtual const char * | kind () const | 
  Public Member Functions inherited from sc_core::sc_interface | |
| virtual const sc_event & | default_event () const | 
| virtual | ~sc_interface () | 
  Public Member Functions inherited from sc_core::sc_prim_channel | |
| 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 | 
| sc_simcontext * | simcontext () const | 
| bool | add_attribute (sc_attr_base &) | 
| sc_attr_base * | get_attribute (const std::string &name_) | 
| const sc_attr_base * | get_attribute (const std::string &name_) const | 
| sc_attr_base * | remove_attribute (const std::string &name_) | 
| void | remove_all_attributes () | 
| int | num_attributes () const | 
| sc_attr_cltn & | attr_cltn () | 
| const sc_attr_cltn & | attr_cltn () const | 
| virtual const std::vector < sc_event * > &  | get_child_events () const | 
| virtual const std::vector < sc_object * > &  | get_child_objects () const | 
| sc_object * | get_parent () const | 
| sc_object * | get_parent_object () const | 
Protected Member Functions | |
| virtual void | update () | 
| The update method (does nothing by default).  More... | |
| void | init (int) | 
| void | buf_init (int) | 
| bool | buf_write (const T &) | 
| bool | buf_read (T &) | 
  Protected Member Functions inherited from sc_core::sc_fifo_in_if< T > | |
| sc_fifo_in_if () | |
  Protected Member Functions inherited from sc_core::sc_interface | |
| sc_interface () | |
  Protected Member Functions inherited from sc_core::sc_fifo_out_if< T > | |
| sc_fifo_out_if () | |
  Protected Member Functions inherited from sc_core::sc_prim_channel | |
| sc_prim_channel () | |
| sc_prim_channel (const char *) | |
| virtual | ~sc_prim_channel () | 
| virtual void | before_end_of_elaboration () | 
| virtual void | end_of_elaboration () | 
| virtual void | start_of_simulation () | 
| virtual void | end_of_simulation () | 
| void | wait (int seg_id=-1) | 
| A new parameter segment ID is added for the out-of-order simulation.  More... | |
| void | wait (const sc_event &e, int seg_id=-1) | 
| A new parameter segment ID is added for the out-of-order simulation.  More... | |
| void | wait (const sc_event_or_list &el, int seg_id=-1) | 
| A new parameter segment ID is added for the out-of-order simulation.  More... | |
| void | wait (const sc_event_and_list &el, int seg_id=-1) | 
| A new parameter segment ID is added for the out-of-order simulation.  More... | |
| void | wait (const sc_time &t, int seg_id=-1) | 
| A new parameter segment ID is added for the out-of-order simulation.  More... | |
| void | wait (double v, sc_time_unit tu, int seg_id=-1) | 
| A new parameter segment ID is added for the out-of-order simulation.  More... | |
| void | wait (const sc_time &t, const sc_event &e, int seg_id=-1) | 
| A new parameter segment ID is added for the out-of-order simulation.  More... | |
| void | wait (double v, sc_time_unit tu, const sc_event &e, int seg_id=-1) | 
| A new parameter segment ID is added for the out-of-order simulation.  More... | |
| void | wait (const sc_time &t, const sc_event_or_list &el, int seg_id=-1) | 
| A new parameter segment ID is added for the out-of-order simulation.  More... | |
| void | wait (double v, sc_time_unit tu, const sc_event_or_list &el, int seg_id=-1) | 
| A new parameter segment ID is added for the out-of-order simulation.  More... | |
| void | wait (const sc_time &t, const sc_event_and_list &el, int seg_id=-1) | 
| A new parameter segment ID is added for the out-of-order simulation.  More... | |
| void | wait (double v, sc_time_unit tu, const sc_event_and_list &el, int seg_id=-1) | 
| A new parameter segment ID is added for the out-of-order simulation.  More... | |
| void | wait (int n, int seg_id=-1) | 
| A new parameter segment ID is added for the out-of-order simulation.  More... | |
| void | next_trigger () | 
| A new parameter segment ID is added for the out-of-order simulation.  More... | |
| void | next_trigger (const sc_event &e) | 
| A new parameter segment ID is added for the out-of-order simulation.  More... | |
| void | next_trigger (const sc_event_or_list &el) | 
| A new parameter segment ID is added for the out-of-order simulation.  More... | |
| void | next_trigger (const sc_event_and_list &el) | 
| A new parameter segment ID is added for the out-of-order simulation.  More... | |
| void | next_trigger (const sc_time &t) | 
| A new parameter segment ID is added for the out-of-order simulation.  More... | |
| void | next_trigger (double v, sc_time_unit tu) | 
| A new parameter segment ID is added for the out-of-order simulation.  More... | |
| void | next_trigger (const sc_time &t, const sc_event &e) | 
| A new parameter segment ID is added for the out-of-order simulation.  More... | |
| void | next_trigger (double v, sc_time_unit tu, const sc_event &e) | 
| A new parameter segment ID is added for the out-of-order simulation.  More... | |
| void | next_trigger (const sc_time &t, const sc_event_or_list &el) | 
| A new parameter segment ID is added for the out-of-order simulation.  More... | |
| void | next_trigger (double v, sc_time_unit tu, const sc_event_or_list &el) | 
| A new parameter segment ID is added for the out-of-order simulation.  More... | |
| void | next_trigger (const sc_time &t, const sc_event_and_list &el) | 
| A new parameter segment ID is added for the out-of-order simulation.  More... | |
| void | next_trigger (double v, sc_time_unit tu, const sc_event_and_list &el) | 
| A new parameter segment ID is added for the out-of-order simulation.  More... | |
| 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_object & | operator= (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 | |
| int | m_size | 
| T * | m_buf | 
| int | m_free | 
| int | m_ri | 
| int | m_wi | 
| sc_port_base * | m_reader | 
| sc_port_base * | m_writer | 
| int | m_num_readable | 
| int | m_num_read | 
| int | m_num_written | 
| sc_event | m_data_read_event | 
| sc_event | m_data_written_event | 
  Protected Attributes inherited from sc_core::sc_prim_channel | |
| CHNL_MTX_TYPE_ | m_mutex | 
| A mutex to protect concurrent communication.  More... | |
Additional Inherited Members | |
  Public Types inherited from sc_core::sc_prim_channel | |
| enum | { list_end = 0xdb } | 
  Public Types inherited from sc_core::sc_object | |
| typedef unsigned | phase_cb_mask | 
      
  | 
  inlineexplicit | 
      
  | 
  inlineexplicit | 
      
  | 
  inlinevirtual | 
      
  | 
  inlineprotected | 
      
  | 
  inlineprotected | 
      
  | 
  inlineprotected | 
      
  | 
  inlinevirtual | 
Implements sc_core::sc_fifo_nonblocking_out_if< T >.
      
  | 
  inlinevirtual | 
Implements sc_core::sc_fifo_nonblocking_in_if< T >.
      
  | 
  inlinevirtual | 
Reimplemented from sc_core::sc_object.
      
  | 
  inlineprotected | 
      
  | 
  inlinevirtual | 
Reimplemented from sc_core::sc_prim_channel.
      
  | 
  inlinevirtual | 
Implements sc_core::sc_fifo_nonblocking_in_if< T >.
      
  | 
  inlinevirtual | 
Implements sc_core::sc_fifo_nonblocking_out_if< T >.
      
  | 
  inlinevirtual | 
Implements sc_core::sc_fifo_in_if< T >.
      
  | 
  inlinevirtual | 
Implements sc_core::sc_fifo_out_if< T >.
      
  | 
  inline | 
      
  | 
  inline | 
      
  | 
  inlinevirtual | 
Reimplemented from sc_core::sc_object.
      
  | 
  inlinevirtual | 
A new parameter segment ID is added for the out-of-order simulation.
Implements sc_core::sc_fifo_blocking_in_if< T >.
      
  | 
  inlinevirtual | 
Implements sc_core::sc_fifo_blocking_in_if< T >.
      
  | 
  inlinevirtual | 
A new parameter segment ID is added for the out-of-order simulation.
Implements sc_core::sc_fifo_blocking_in_if< T >.
      
  | 
  inlinevirtual | 
Implements sc_core::sc_fifo_blocking_in_if< T >.
      
  | 
  inlinevirtual | 
Reimplemented from sc_core::sc_interface.
      
  | 
  inlinevirtual | 
Reimplemented from sc_core::sc_object.
      
  | 
  inlineprotectedvirtual | 
The update method (does nothing by default).
This function is not supported by the out-of-order simulation in the current release.
Reimplemented from sc_core::sc_prim_channel.
      
  | 
  inlinevirtual | 
A new parameter segment ID is added for the out-of-order simulation.
Implements sc_core::sc_fifo_blocking_out_if< T >.
      
  | 
  inlinevirtual | 
Implements sc_core::sc_fifo_blocking_out_if< T >.
      
  | 
  protected | 
      
  | 
  protected | 
      
  | 
  protected | 
      
  | 
  protected | 
      
  | 
  protected | 
      
  | 
  protected | 
      
  | 
  protected | 
      
  | 
  protected | 
      
  | 
  protected | 
      
  | 
  protected | 
      
  | 
  protected | 
      
  | 
  protected | 
 1.8.5