Add handling of initial range offset in experiments
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.core / src / org / eclipse / linuxtools / tmf / core / trace / ITmfTrace.java
index 5cdf5d1d601f04a21486b4ef94eafe6970a6f4b9..b42a9d96fe658adee577e3e59130c0d2d8a13519 100644 (file)
@@ -292,6 +292,14 @@ public interface ITmfTrace extends ITmfDataProvider {
      */
     public ITmfContext seekEvent(double ratio);
 
+    /**
+     * Returns the initial range offset
+     *
+     * @return the initial range offset
+     * @since 2.0
+     */
+    public ITmfTimestamp getInitialRangeOffset();
+
     /**
      * Return the current selected time.
      *
This page took 0.025944 seconds and 5 git commands to generate.