svt_status Class Reference

Inheritance diagram for class svt_status:

List of all members.


Detailed Description

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


Member Function Documentation

  function void
 svt_status::new

 (  string name = "svt_status_inst", string suite_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.


 Superseded functions 
 svt_sequence_item_base :: new 


Member Attribute Documentation

 string  attribute
 svt_status::inst = SVT_UNSET_INST_NAME


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.