doc: Update user guides for Trace Compass release
[deliverable/tracecompass.git] / doc / org.eclipse.tracecompass.doc.user / reference / api / org / eclipse / tracecompass / tmf / core / timestamp / package-summary.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2 <!-- NewPage -->
3 <html lang="en">
4 <head>
5 <!-- Generated by javadoc (version 1.7.0_75) on Tue Feb 03 15:53:43 EST 2015 -->
6 <meta http-equiv="Content-Type" content="text/html" charset="iso-8859-1">
7 <title>org.eclipse.tracecompass.tmf.core.timestamp (Trace Compass API Specification)</title>
8 <meta name="date" content="2015-02-03">
9 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
10 </head>
11 <body>
12 <script type="text/javascript"><!--
13 if (location.href.indexOf('is-external=true') == -1) {
14 parent.document.title="org.eclipse.tracecompass.tmf.core.timestamp (Trace Compass API Specification)";
15 }
16 //-->
17 </script>
18 <noscript>
19 <div>JavaScript is disabled on your browser.</div>
20 </noscript>
21 <!-- ========= START OF TOP NAVBAR ======= -->
22 <div class="topNav"><a name="navbar_top">
23 <!-- -->
24 </a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
25 <!-- -->
26 </a>
27 <ul class="navList" title="Navigation">
28 <li><a href="../../../../../../overview-summary.html">Overview</a></li>
29 <li class="navBarCell1Rev">Package</li>
30 <li>Class</li>
31 <li><a href="package-use.html">Use</a></li>
32 <li><a href="package-tree.html">Tree</a></li>
33 <li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
34 <li><a href="../../../../../../index-files/index-1.html">Index</a></li>
35 <li><a href="../../../../../../help-doc.html">Help</a></li>
36 </ul>
37 <div class="aboutLanguage"><em><strong>Eclipse Trace Compass</strong></em></div>
38 </div>
39 <div class="subNav">
40 <ul class="navList">
41 <li><a href="../../../../../../org/eclipse/tracecompass/tmf/core/synchronization/package-summary.html">Prev Package</a></li>
42 <li><a href="../../../../../../org/eclipse/tracecompass/tmf/core/trace/package-summary.html">Next Package</a></li>
43 </ul>
44 <ul class="navList">
45 <li><a href="../../../../../../index.html?org/eclipse/tracecompass/tmf/core/timestamp/package-summary.html" target="_top">Frames</a></li>
46 <li><a href="package-summary.html" target="_top">No Frames</a></li>
47 </ul>
48 <ul class="navList" id="allclasses_navbar_top">
49 <li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li>
50 </ul>
51 <div>
52 <script type="text/javascript"><!--
53 allClassesLink = document.getElementById("allclasses_navbar_top");
54 if(window==top) {
55 allClassesLink.style.display = "block";
56 }
57 else {
58 allClassesLink.style.display = "none";
59 }
60 //-->
61 </script>
62 </div>
63 <a name="skip-navbar_top">
64 <!-- -->
65 </a></div>
66 <!-- ========= END OF TOP NAVBAR ========= -->
67 <div class="header">
68 <h1 title="Package" class="title">Package&nbsp;org.eclipse.tracecompass.tmf.core.timestamp</h1>
69 </div>
70 <div class="contentContainer">
71 <ul class="blockList">
72 <li class="blockList">
73 <table class="packageSummary" border="0" cellpadding="3" cellspacing="0" summary="Interface Summary table, listing interfaces, and an explanation">
74 <caption><span>Interface Summary</span><span class="tabEnd">&nbsp;</span></caption>
75 <tr>
76 <th class="colFirst" scope="col">Interface</th>
77 <th class="colLast" scope="col">Description</th>
78 </tr>
79 <tbody>
80 <tr class="altColor">
81 <td class="colFirst"><a href="../../../../../../org/eclipse/tracecompass/tmf/core/timestamp/ITmfTimePreferencesConstants.html" title="interface in org.eclipse.tracecompass.tmf.core.timestamp">ITmfTimePreferencesConstants</a></td>
82 <td class="colLast">&nbsp;</td>
83 </tr>
84 <tr class="rowColor">
85 <td class="colFirst"><a href="../../../../../../org/eclipse/tracecompass/tmf/core/timestamp/ITmfTimestamp.html" title="interface in org.eclipse.tracecompass.tmf.core.timestamp">ITmfTimestamp</a></td>
86 <td class="colLast">
87 <div class="block">The fundamental time reference in the TMF.</div>
88 </td>
89 </tr>
90 </tbody>
91 </table>
92 </li>
93 <li class="blockList">
94 <table class="packageSummary" border="0" cellpadding="3" cellspacing="0" summary="Class Summary table, listing classes, and an explanation">
95 <caption><span>Class Summary</span><span class="tabEnd">&nbsp;</span></caption>
96 <tr>
97 <th class="colFirst" scope="col">Class</th>
98 <th class="colLast" scope="col">Description</th>
99 </tr>
100 <tbody>
101 <tr class="altColor">
102 <td class="colFirst"><a href="../../../../../../org/eclipse/tracecompass/tmf/core/timestamp/TmfNanoTimestamp.html" title="class in org.eclipse.tracecompass.tmf.core.timestamp">TmfNanoTimestamp</a></td>
103 <td class="colLast">
104 <div class="block">A simplified timestamp where scale is nanoseconds and precision is set to 0.</div>
105 </td>
106 </tr>
107 <tr class="rowColor">
108 <td class="colFirst"><a href="../../../../../../org/eclipse/tracecompass/tmf/core/timestamp/TmfSimpleTimestamp.html" title="class in org.eclipse.tracecompass.tmf.core.timestamp">TmfSimpleTimestamp</a></td>
109 <td class="colLast">
110 <div class="block">A simplified timestamp where scale and precision are set to 0.</div>
111 </td>
112 </tr>
113 <tr class="altColor">
114 <td class="colFirst"><a href="../../../../../../org/eclipse/tracecompass/tmf/core/timestamp/TmfTimePreferences.html" title="class in org.eclipse.tracecompass.tmf.core.timestamp">TmfTimePreferences</a></td>
115 <td class="colLast">
116 <div class="block">TMF Time format preferences</div>
117 </td>
118 </tr>
119 <tr class="rowColor">
120 <td class="colFirst"><a href="../../../../../../org/eclipse/tracecompass/tmf/core/timestamp/TmfTimeRange.html" title="class in org.eclipse.tracecompass.tmf.core.timestamp">TmfTimeRange</a></td>
121 <td class="colLast">
122 <div class="block">A utility class to define and manage time ranges.</div>
123 </td>
124 </tr>
125 <tr class="altColor">
126 <td class="colFirst"><a href="../../../../../../org/eclipse/tracecompass/tmf/core/timestamp/TmfTimestamp.html" title="class in org.eclipse.tracecompass.tmf.core.timestamp">TmfTimestamp</a></td>
127 <td class="colLast">
128 <div class="block">A generic timestamp implementation.</div>
129 </td>
130 </tr>
131 <tr class="rowColor">
132 <td class="colFirst"><a href="../../../../../../org/eclipse/tracecompass/tmf/core/timestamp/TmfTimestampDelta.html" title="class in org.eclipse.tracecompass.tmf.core.timestamp">TmfTimestampDelta</a></td>
133 <td class="colLast">
134 <div class="block">A generic timestamp implementation for delta between timestamps.</div>
135 </td>
136 </tr>
137 <tr class="altColor">
138 <td class="colFirst"><a href="../../../../../../org/eclipse/tracecompass/tmf/core/timestamp/TmfTimestampFormat.html" title="class in org.eclipse.tracecompass.tmf.core.timestamp">TmfTimestampFormat</a></td>
139 <td class="colLast">
140 <div class="block">A formatting and parsing facility that can handle timestamps that span the
141 epoch with a precision down to the nanosecond.</div>
142 </td>
143 </tr>
144 </tbody>
145 </table>
146 </li>
147 </ul>
148 </div>
149 <!-- ======= START OF BOTTOM NAVBAR ====== -->
150 <div class="bottomNav"><a name="navbar_bottom">
151 <!-- -->
152 </a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
153 <!-- -->
154 </a>
155 <ul class="navList" title="Navigation">
156 <li><a href="../../../../../../overview-summary.html">Overview</a></li>
157 <li class="navBarCell1Rev">Package</li>
158 <li>Class</li>
159 <li><a href="package-use.html">Use</a></li>
160 <li><a href="package-tree.html">Tree</a></li>
161 <li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
162 <li><a href="../../../../../../index-files/index-1.html">Index</a></li>
163 <li><a href="../../../../../../help-doc.html">Help</a></li>
164 </ul>
165 <div class="aboutLanguage"><em><strong>Eclipse Trace Compass</strong></em></div>
166 </div>
167 <div class="subNav">
168 <ul class="navList">
169 <li><a href="../../../../../../org/eclipse/tracecompass/tmf/core/synchronization/package-summary.html">Prev Package</a></li>
170 <li><a href="../../../../../../org/eclipse/tracecompass/tmf/core/trace/package-summary.html">Next Package</a></li>
171 </ul>
172 <ul class="navList">
173 <li><a href="../../../../../../index.html?org/eclipse/tracecompass/tmf/core/timestamp/package-summary.html" target="_top">Frames</a></li>
174 <li><a href="package-summary.html" target="_top">No Frames</a></li>
175 </ul>
176 <ul class="navList" id="allclasses_navbar_bottom">
177 <li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li>
178 </ul>
179 <div>
180 <script type="text/javascript"><!--
181 allClassesLink = document.getElementById("allclasses_navbar_bottom");
182 if(window==top) {
183 allClassesLink.style.display = "block";
184 }
185 else {
186 allClassesLink.style.display = "none";
187 }
188 //-->
189 </script>
190 </div>
191 <a name="skip-navbar_bottom">
192 <!-- -->
193 </a></div>
194 <!-- ======== END OF BOTTOM NAVBAR ======= -->
195 <p class="legalCopy"><small>Copyright (c) Ericsson and others 2015. All Rights Reserved.</small></p>
196 </body>
197 </html>
This page took 0.073593 seconds and 5 git commands to generate.