svt_pa_object_data Class Reference

Inheritance diagram for class svt_pa_object_data:

List of all members.


Detailed Description

Utility class to hold the object details for Protocol Analyzer or Verdi.



Public Member Functions

function void  new ( string typ, string uid, string parent_uid, string channel )

Public Attributes

string  channel = ""; 
realtime  end_time = -1; 
string  parent_uid = ""; 
realtime  start_time = -1; 
string  status 
string  typ = ""; 
string  uid = ""; 


Member Function Documentation

  function void
 svt_pa_object_data::new

 (  string typ , string uid , string parent_uid , string channel  ) 


Constructor to create the utility handle to hold the object information for Protocol Analyzer and Verdi

typ - String indicating the 'type' of object.

uid - String indicating the unique id of object.

parent_uid - String indicating parent object unique id.

channel - String indicating object channel.


Member Attribute Documentation

 string  attribute
 svt_pa_object_data::channel = ""


The column descriptor value in PA

 realtime  attribute
 svt_pa_object_data::end_time = -1


Time holds the end time of the object. The end time used only to support backward compatibility. The end time will be set by the writer, if the end time is set to -1 from clients.

 string  attribute
 svt_pa_object_data::parent_uid = ""


The parent object unique id, required for highlighting parent/child relationship in PA.

 realtime  attribute
 svt_pa_object_data::start_time = -1


Time holds the start time of the object. Only set the start time, when the object is being written out after the object exact start time.

 string  attribute
 svt_pa_object_data::status


The status of the object

 string  attribute
 svt_pa_object_data::typ = ""


The type of object.

 string  attribute
 svt_pa_object_data::uid = ""


The unique id for the object.