|
scc
2024.06
SystemC components library
|


Public Member Functions | |
| tlm_rec_initiator_socket (const char *name) | |
| virtual const char * | kind () const |
| virtual void | bind (base_target_socket_type &s) |
| virtual void | bind (base_type &s) |
| virtual void | bind (bw_interface_type &ifs) |
| void | setExtensionRecording (tlm_extensions_recording_if< TYPES > *extensionRecording) |
Protected Attributes | |
| sc_core::sc_port< tlm::tlm_fw_transport_if< TYPES > > | fw_port {sc_core::sc_gen_unique_name("$$$__rec_fw__$$$")} |
| sc_core::sc_port< tlm::tlm_bw_transport_if< TYPES > > | bw_port {sc_core::sc_gen_unique_name("$$$__rec_bw__$$$")} |
| scv::tlm_recorder< TYPES > | recorder |
Definition at line 35 of file tlm_rec_initiator_socket.h.