|
scc 2025.09
SystemC components library
|
#include <tlm2_lwtr.h>


Public Member Functions | |
| tlm_extension_base * | clone () const override |
| Clone the extension. | |
| void | copy_from (tlm_extension_base const &from) override |
| Copy data from another extension. | |
| link_pred_ext (tx_handle handle, void const *creator_) | |
| Constructor. | |
Public Attributes | |
| tx_handle | txHandle |
| void const * | creator |
The transaction extension for recording link relationships
This extension records the relationship between transactions in the LWTR transaction stream.
Definition at line 70 of file tlm2_lwtr.h.
|
inline |
Constructor.
Definition at line 92 of file tlm2_lwtr.h.
|
inlineoverride |
Clone the extension.
This method creates a copy of the current extension.
Definition at line 78 of file tlm2_lwtr.h.
|
inlineoverride |
Copy data from another extension.
Definition at line 85 of file tlm2_lwtr.h.
| void const* tlm::scc::lwtr::link_pred_ext::creator |
Definition at line 96 of file tlm2_lwtr.h.
| tx_handle tlm::scc::lwtr::link_pred_ext::txHandle |
Definition at line 95 of file tlm2_lwtr.h.