#include <multi_socket_bases.h>


Public 型 | |
| typedef TYPES::tlm_payload_type | transaction_type |
| typedef TYPES::tlm_phase_type | phase_type |
| typedef tlm::tlm_sync_enum | sync_enum_type |
| typedef boost::function < sync_enum_type(int i, transaction_type &txn, phase_type &p, sc_core::sc_time &t)> | nb_func_type |
| typedef boost::function< void(int i, sc_dt::uint64 l, sc_dt::uint64 u)> | dmi_func_type |
Public メソッド | |
| callback_binder_bw (int id) | |
| sync_enum_type | nb_transport_bw (transaction_type &txn, phase_type &p, sc_core::sc_time &t) |
| void | invalidate_direct_mem_ptr (sc_dt::uint64 l, sc_dt::uint64 u) |
| void | set_callbacks (nb_func_type &cb1, dmi_func_type &cb2) |
Private 変数 | |
| int | m_id |
| nb_func_type * | m_nb_f |
| dmi_func_type * | m_dmi_f |
multi_socket_bases.h の 148 行で定義されています。
| typedef TYPES::tlm_payload_type tlm_utils::callback_binder_bw< TYPES >::transaction_type |
multi_socket_bases.h の 151 行で定義されています。
| typedef TYPES::tlm_phase_type tlm_utils::callback_binder_bw< TYPES >::phase_type |
multi_socket_bases.h の 152 行で定義されています。
| typedef tlm::tlm_sync_enum tlm_utils::callback_binder_bw< TYPES >::sync_enum_type |
multi_socket_bases.h の 153 行で定義されています。
| typedef boost::function<sync_enum_type (int i, transaction_type& txn, phase_type& p, sc_core::sc_time& t)> tlm_utils::callback_binder_bw< TYPES >::nb_func_type |
multi_socket_bases.h の 156 行で定義されています。
| typedef boost::function<void (int i, sc_dt::uint64 l, sc_dt::uint64 u)> tlm_utils::callback_binder_bw< TYPES >::dmi_func_type |
multi_socket_bases.h の 157 行で定義されています。
| tlm_utils::callback_binder_bw< TYPES >::callback_binder_bw | ( | int | id | ) | [inline] |
multi_socket_bases.h の 160 行で定義されています。
| sync_enum_type tlm_utils::callback_binder_bw< TYPES >::nb_transport_bw | ( | transaction_type & | txn, | |
| phase_type & | p, | |||
| sc_core::sc_time & | t | |||
| ) | [inline, virtual] |
| void tlm_utils::callback_binder_bw< TYPES >::invalidate_direct_mem_ptr | ( | sc_dt::uint64 | l, | |
| sc_dt::uint64 | u | |||
| ) | [inline, virtual] |
| void tlm_utils::callback_binder_bw< TYPES >::set_callbacks | ( | nb_func_type & | cb1, | |
| dmi_func_type & | cb2 | |||
| ) | [inline] |
int tlm_utils::callback_binder_bw< TYPES >::m_id [private] |
nb_func_type* tlm_utils::callback_binder_bw< TYPES >::m_nb_f [private] |
dmi_func_type* tlm_utils::callback_binder_bw< TYPES >::m_dmi_f [private] |
1.5.6