Inheritance diagram for class svt_pa_object_data:
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 = ""; |
|
||
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. |
|
|
The column descriptor value in PA
|
|
|
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.
|
|
|
The parent object unique id, required for highlighting parent/child relationship in PA.
|
|
|
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.
|
|
|
The status of the object
|
|
|
The type of object.
|
|
|
The unique id for the object.
|