This is the complete list of members for class svt_pa_object_data, including all inherited members.
| svt_pa_object_data | string | channel = ""; | The column descriptor value in PA |
| svt_pa_object_data | realtime | 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. |
| svt_pa_object_data | function void | 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 |
| svt_pa_object_data | string | parent_uid = ""; | The parent object unique id, required for highlighting parent/child relationship in PA. |
| svt_pa_object_data | realtime | 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. |
| svt_pa_object_data | string | status | The status of the object |
| svt_pa_object_data | string | typ = ""; | The type of object. |
| svt_pa_object_data | string | uid = ""; | The unique id for the object. |