summaryrefslogtreecommitdiffstats
path: root/doc/user/rtmon.t
diff options
context:
space:
mode:
authorGlenn Humphrey <glenn.humphrey@oarcorp.com>2007-10-25 19:46:41 +0000
committerGlenn Humphrey <glenn.humphrey@oarcorp.com>2007-10-25 19:46:41 +0000
commit4ffbc495141dedadf3d0a9b0748c4176fd0acde0 (patch)
treec9a339022218fd5985125755c62cfdceec3067de /doc/user/rtmon.t
parentadded documentation to libi2c (diff)
downloadrtems-4ffbc495141dedadf3d0a9b0748c4176fd0acde0.tar.bz2
2007-10-25 Glenn Humphrey <glenn.humphrey@OARcorp.com>
* user/barrier.t, user/clock.t, user/concepts.t, user/cpuuse.t, user/init.t, user/intr.t, user/io.t, user/mp.t, user/rtmon.t, user/sem.t, user/stackchk.t, user/task.t, user/timer.t: Updated the Ada documentation to reflect the current binding.
Diffstat (limited to 'doc/user/rtmon.t')
-rw-r--r--doc/user/rtmon.t19
1 files changed, 11 insertions, 8 deletions
diff --git a/doc/user/rtmon.t b/doc/user/rtmon.t
index 6ccb88993a..37e51a9d3e 100644
--- a/doc/user/rtmon.t
+++ b/doc/user/rtmon.t
@@ -1,5 +1,5 @@
@c
-@c COPYRIGHT (c) 1988-2002.
+@c COPYRIGHT (c) 1988-2007.
@c On-Line Applications Research Corporation (OAR).
@c All rights reserved.
@c
@@ -1237,8 +1237,8 @@ typedef struct @{
@example
type Rate_Monotonic_Period_Status is
begin
- State : RTEMS.Rate_Monotonic_Period_States;
- Ticks_Since_Last_Period : RTEMS.Unsigned32;
+ State : RTEMS.Rate_Monotonic_Period_States;
+ Ticks_Since_Last_Period : RTEMS.Unsigned32;
Ticks_Executed_Since_Last_Period : RTEMS.Unsigned32;
end record;
@end example
@@ -1283,7 +1283,7 @@ rtems_status_code rtems_rate_monotonic_get_statistics(
@ifset is-Ada
@example
-not currently supported in Ada binding
+NOT SUPPORTED FROM Ada BINDING
@end example
@end ifset
@@ -1315,7 +1315,7 @@ typedef struct @{
@ifset is-Ada
@example
-not currently supported in Ada binding
+NOT SUPPORTED FROM Ada BINDING
@end example
@end ifset
@@ -1348,7 +1348,10 @@ rtems_status_code rtems_rate_monotonic_reset_statistics(
@ifset is-Ada
@example
-not currently supported in Ada binding
+procedure Rate_Monotonic_Reset_Statistics (
+ ID : in RTEMS.ID;
+ Result : out RTEMS.Status_Codes
+);
@end example
@end ifset
@@ -1384,7 +1387,7 @@ void rtems_rate_monotonic_reset_all_statistics(void);
@ifset is-Ada
@example
-not currently supported in Ada binding
+procedure Rate_Monotonic_Reset_All_Statistics;
@end example
@end ifset
@@ -1421,7 +1424,7 @@ void rtems_rate_monotonic_report_statistics(void);
@ifset is-Ada
@example
-not currently supported in Ada binding
+procedure Rate_Monotonic_Report_Statistics;
@end example
@end ifset