Inheritance diagram for class svt_dynamic_ms_scenario:
This class defines a set of basic capabilities which can be used to implement simple scenarios for distinct transaction types which can be enabled, disabled, and in general controlled dynamically.
Public Member Functions | |
| virtual function bit | adjust_weights_per_cfg ( ) |
| function void | new ( vmm_scenario parent = null ) |
|
||
Function used to check whether the scenario is supported in the current situation. This may be based on the configuration, the status, or even possibly just an enabled/disabled bit. Weights, etc., to enable/disable randomization must be modified within this call.
Return values - Indicates whether the scenario is enabled (1) or disabled (0). |
|
||||||
CONSTRUCTOR: Create a new dynamic multi-stream scenario.
| ||||||
|