This is the complete list of members for class svt_dispatch, including all inherited members.
| svt_dispatch | vmm_channel | chan | Channel used to dispatch the transaction to the downstream component. |
| svt_dispatch | protected semaphore | dispatch_semaphore = new; | Semaphore to make sure only one transaction displatch occurs at a time |
| svt_dispatch | vmm_log | log | Shared vmm_log used for internal messaging. |
| svt_dispatch | function void | new ( vmm_log log ) | CONSTRUCTOR: Create a new svt_dispatch instance. |
| svt_dispatch | task | send_xact ( T xact ) | Dispatch the transaction downstream. |