pinapa::port_assoc_unit Struct Reference

#include <pinapa-read-write.h>

List of all members.

Public Member Functions

 port_assoc_unit (sc_process_b *h, sc_port_base *p, const bool array=false, tree index=NULL)

Public Attributes

sc_process_bm_handle
sc_port_basem_port
bool m_array
tree m_index


Detailed Description

Used only in port_assoc


Constructor & Destructor Documentation

pinapa::port_assoc_unit::port_assoc_unit ( sc_process_b h,
sc_port_base p,
const bool  array = false,
tree  index = NULL 
) [inline]


Member Data Documentation

sc_process_b* pinapa::port_assoc_unit::m_handle

sc_port_base* pinapa::port_assoc_unit::m_port

bool pinapa::port_assoc_unit::m_array

tree pinapa::port_assoc_unit::m_index


The documentation for this struct was generated from the following file:
Generated by
Matthieu Moy <Matthieu.Moy@st.com>
Back to Pinapa Home Page