Inheritance diagram for class svt_status:
Base class for all SVT model status data descriptor objects. As functionality commonly needed for status of SVT models is defined, it will be implemented (or at least prototyped) in this class.
Public Member Functions | |
| function void | new ( string name = "svt_status_inst", string suite_name = "" ) |
Public Attributes | |
| string | inst = SVT_UNSET_INST_NAME; |
|
||||
CONSTRUCTOR: Creates a new instance of the svt_status class, passing the appropriate argument values to the svt_sequence_item_base parent class.
name - Intance name for this object
suite_name - A String that identifies the product suite to which the transaction object belongs. | ||||
|
|
|
Used to report the Instance Name of a transactor to this status object is for. The value is set by the transactor to match the Instance Name given the transactor by the transactor configuration object.
|