|
| typedef tlm_fw_transport_if< TYPES > | fw_interface_type |
| |
| typedef tlm_bw_transport_if< TYPES > | bw_interface_type |
| |
| typedef sc_core::sc_port< fw_interface_type, N, POL > | port_type |
| |
| typedef sc_core::sc_export< bw_interface_type > | export_type |
| |
| typedef tlm_base_target_socket_b< BUSWIDTH, fw_interface_type, bw_interface_type > | base_target_socket_type |
| |
| typedef tlm_base_initiator_socket_b< BUSWIDTH, fw_interface_type, bw_interface_type > | base_type |
| |
| virtual | ~tlm_base_socket_if () |
| |
| void | before_end_of_elaboration () override |
| |
| void | end_of_elaboration () override |
| |
| void | start_of_simulation () override |
| |
| void | end_of_simulation () override |
| |
| | sc_port_b (int n, sc_port_policy p) |
| |
| | sc_port_b (const char *name, int n, sc_port_policy p) |
| |
| virtual | ~sc_port_b () |
| |
| int | vbind (sc_interface &i) override |
| |
| int | vbind (sc_port_base &pb) override |
| |
| void | bind (sc_interface &) |
| |
| void | bind (sc_port_base &) |
| |
| void | report_error (const char *id, const char *add_msg) const |
| |
| | sc_object () |
| |
| | sc_object (const char *) |
| |
| | sc_object (const sc_object &) |
| |
| sc_object & | operator= (const sc_object &) |
| |
| virtual | ~sc_object () |
| |
| export_type | m_export |
| |
template<unsigned int BUSWIDTH = 32, typename TYPES = tlm_base_protocol_types, int N = 1, sc_core::sc_port_policy POL = sc_core::SC_ONE_OR_MORE_BOUND>
class tlm::tlm_initiator_socket< BUSWIDTH, TYPES, N, POL >
Definition at line 185 of file initiator_socket.hh.