#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 &ph, sc_core::sc_time &t)> | nb_func_type |
| typedef boost::function< void(int i, transaction_type &txn, sc_core::sc_time &t)> | b_func_type |
| typedef boost::function < unsigned int(int i, transaction_type &txn)> | debug_func_type |
| typedef boost::function< bool(int i, transaction_type &txn, tlm::tlm_dmi &dmi)> | dmi_func_type |
Public メソッド | |
| callback_binder_fw (int id) | |
| sync_enum_type | nb_transport_fw (transaction_type &txn, phase_type &p, sc_core::sc_time &t) |
| void | b_transport (transaction_type &trans, sc_core::sc_time &t) |
| bool | get_direct_mem_ptr (transaction_type &trans, tlm::tlm_dmi &dmi_data) |
| unsigned int | transport_dbg (transaction_type &trans) |
| void | register_port (sc_core::sc_port_base &b, const char *name) |
| void | set_callbacks (nb_func_type &cb1, b_func_type &cb2, dmi_func_type &cb3, debug_func_type &cb4) |
| sc_core::sc_port_base * | get_other_side () |
Private 変数 | |
| int | m_id |
| nb_func_type * | m_nb_f |
| b_func_type * | m_b_f |
| debug_func_type * | m_dbg_f |
| dmi_func_type * | m_dmi_f |
| sc_core::sc_port_base * | m_caller_port |
multi_socket_bases.h の 44 行で定義されています。
| typedef TYPES::tlm_payload_type tlm_utils::callback_binder_fw< TYPES >::transaction_type |
multi_socket_bases.h の 47 行で定義されています。
| typedef TYPES::tlm_phase_type tlm_utils::callback_binder_fw< TYPES >::phase_type |
multi_socket_bases.h の 48 行で定義されています。
| typedef tlm::tlm_sync_enum tlm_utils::callback_binder_fw< TYPES >::sync_enum_type |
multi_socket_bases.h の 49 行で定義されています。
| typedef boost::function<sync_enum_type (int i, transaction_type& txn, phase_type& ph, sc_core::sc_time& t)> tlm_utils::callback_binder_fw< TYPES >::nb_func_type |
multi_socket_bases.h の 52 行で定義されています。
| typedef boost::function<void (int i, transaction_type& txn, sc_core::sc_time& t)> tlm_utils::callback_binder_fw< TYPES >::b_func_type |
multi_socket_bases.h の 53 行で定義されています。
| typedef boost::function<unsigned int (int i, transaction_type& txn)> tlm_utils::callback_binder_fw< TYPES >::debug_func_type |
multi_socket_bases.h の 54 行で定義されています。
| typedef boost::function<bool (int i, transaction_type& txn, tlm::tlm_dmi& dmi)> tlm_utils::callback_binder_fw< TYPES >::dmi_func_type |
multi_socket_bases.h の 55 行で定義されています。
| tlm_utils::callback_binder_fw< TYPES >::callback_binder_fw | ( | int | id | ) | [inline] |
multi_socket_bases.h の 58 行で定義されています。
| sync_enum_type tlm_utils::callback_binder_fw< TYPES >::nb_transport_fw | ( | transaction_type & | txn, | |
| phase_type & | p, | |||
| sc_core::sc_time & | t | |||
| ) | [inline, virtual] |
| void tlm_utils::callback_binder_fw< TYPES >::b_transport | ( | transaction_type & | trans, | |
| sc_core::sc_time & | t | |||
| ) | [inline, virtual] |
| bool tlm_utils::callback_binder_fw< TYPES >::get_direct_mem_ptr | ( | transaction_type & | trans, | |
| tlm::tlm_dmi & | dmi_data | |||
| ) | [inline, virtual] |
| unsigned int tlm_utils::callback_binder_fw< TYPES >::transport_dbg | ( | transaction_type & | trans | ) | [inline, virtual] |
| void tlm_utils::callback_binder_fw< TYPES >::register_port | ( | sc_core::sc_port_base & | b, | |
| const char * | name | |||
| ) | [inline] |
| void tlm_utils::callback_binder_fw< TYPES >::set_callbacks | ( | nb_func_type & | cb1, | |
| b_func_type & | cb2, | |||
| dmi_func_type & | cb3, | |||
| debug_func_type & | cb4 | |||
| ) | [inline] |
| sc_core::sc_port_base* tlm_utils::callback_binder_fw< TYPES >::get_other_side | ( | ) | [inline] |
int tlm_utils::callback_binder_fw< TYPES >::m_id [private] |
nb_func_type* tlm_utils::callback_binder_fw< TYPES >::m_nb_f [private] |
b_func_type* tlm_utils::callback_binder_fw< TYPES >::m_b_f [private] |
debug_func_type* tlm_utils::callback_binder_fw< TYPES >::m_dbg_f [private] |
dmi_func_type* tlm_utils::callback_binder_fw< TYPES >::m_dmi_f [private] |
sc_core::sc_port_base* tlm_utils::callback_binder_fw< TYPES >::m_caller_port [private] |
1.5.6