source: rtems/doc/itron3.0/time.t @ b1b4fd26

4.104.114.84.95
Last change on this file since b1b4fd26 was b1b4fd26, checked in by Joel Sherrill <joel.sherrill@…>, on 05/26/99 at 16:08:09

Corrected error code section.

  • Property mode set to 100644
File size: 3.0 KB
Line 
1@c
2@c  This is the chapter from the RTEMS ITRON User's Guide that
3@c  documents the services provided by the time
4@c  manager.
5@c
6@c  $Id$
7@c
8
9@chapter Time Manager
10
11@section Introduction
12
13The
14time manager is ...
15
16The services provided by the time manager are:
17
18@itemize @bullet
19@item @code{get_tim} -
20@item @code{set_tim} -
21@item @code{dly_tsk} -
22@item @code{def_cyc} -
23@item @code{act_cyc} -
24@item @code{ref_cyc} -
25@item @code{def_alm} -
26@item @code{ref_alm} -
27@item @code{ret_tmr} -
28@end itemize
29
30@section Background
31
32@section Operations
33
34@section Directives
35
36This section details the time manager's services.
37A subsection is dedicated to each of this manager's services
38and describes the calling sequence, related constants, usage,
39and status codes.
40
41
42@c
43@c  get_tim
44@c
45
46@page
47@subsection get_tim -
48
49@subheading CALLING SEQUENCE:
50
51@ifset is-C
52@example
53int get_tim(
54);
55@end example
56@end ifset
57
58@ifset is-Ada
59@end ifset
60
61@subheading STATUS CODES:
62
63@code{EXXX} -
64
65@subheading DESCRIPTION:
66
67@subheading NOTES:
68
69
70@c
71@c  set_tim
72@c
73
74@page
75@subsection set_tim -
76
77@subheading CALLING SEQUENCE:
78
79@ifset is-C
80@example
81int set_tim(
82);
83@end example
84@end ifset
85
86@ifset is-Ada
87@end ifset
88
89@subheading STATUS CODES:
90
91@code{EXXX} -
92
93@subheading DESCRIPTION:
94
95@subheading NOTES:
96
97
98@c
99@c  dly_tsk
100@c
101
102@page
103@subsection dly_tsk -
104
105@subheading CALLING SEQUENCE:
106
107@ifset is-C
108@example
109int dly_tsk(
110);
111@end example
112@end ifset
113
114@ifset is-Ada
115@end ifset
116
117@subheading STATUS CODES:
118
119@code{EXXX} -
120
121@subheading DESCRIPTION:
122
123@subheading NOTES:
124
125
126@c
127@c  def_cyc
128@c
129
130@page
131@subsection def_cyc -
132
133@subheading CALLING SEQUENCE:
134
135@ifset is-C
136@example
137int def_cyc(
138);
139@end example
140@end ifset
141
142@ifset is-Ada
143@end ifset
144
145@subheading STATUS CODES:
146
147@code{EXXX} -
148
149@subheading DESCRIPTION:
150
151@subheading NOTES:
152
153
154@c
155@c  act_cyc
156@c
157
158@page
159@subsection act_cyc -
160
161@subheading CALLING SEQUENCE:
162
163@ifset is-C
164@example
165int act_cyc(
166);
167@end example
168@end ifset
169
170@ifset is-Ada
171@end ifset
172
173@subheading STATUS CODES:
174
175@code{EXXX} -
176
177@subheading DESCRIPTION:
178
179@subheading NOTES:
180
181
182@c
183@c  ref_cyc
184@c
185
186@page
187@subsection ref_cyc -
188
189@subheading CALLING SEQUENCE:
190
191@ifset is-C
192@example
193int ref_cyc(
194);
195@end example
196@end ifset
197
198@ifset is-Ada
199@end ifset
200
201@subheading STATUS CODES:
202
203@code{EXXX} -
204
205@subheading DESCRIPTION:
206
207@subheading NOTES:
208
209
210@c
211@c  def_alm
212@c
213
214@page
215@subsection def_alm -
216
217@subheading CALLING SEQUENCE:
218
219@ifset is-C
220@example
221int def_alm(
222);
223@end example
224@end ifset
225
226@ifset is-Ada
227@end ifset
228
229@subheading STATUS CODES:
230
231@code{EXXX} -
232
233@subheading DESCRIPTION:
234
235@subheading NOTES:
236
237
238@c
239@c  ref_alm
240@c
241
242@page
243@subsection ref_alm -
244
245@subheading CALLING SEQUENCE:
246
247@ifset is-C
248@example
249int ref_alm(
250);
251@end example
252@end ifset
253
254@ifset is-Ada
255@end ifset
256
257@subheading STATUS CODES:
258
259@code{EXXX} -
260
261@subheading DESCRIPTION:
262
263@subheading NOTES:
264
265
266@c
267@c  ret_tmr
268@c
269
270@page
271@subsection ret_tmr -
272
273@subheading CALLING SEQUENCE:
274
275@ifset is-C
276@example
277int ret_tmr(
278);
279@end example
280@end ifset
281
282@ifset is-Ada
283@end ifset
284
285@subheading STATUS CODES:
286
287@code{EXXX} -
288
289@subheading DESCRIPTION:
290
291@subheading NOTES:
292
Note: See TracBrowser for help on using the repository browser.