Changeset 4ffbc49 in rtems for doc/user/rtmon.t
- Timestamp:
- 10/25/07 19:46:41 (15 years ago)
- Branches:
- 4.10, 4.11, 4.9, 5, master
- Children:
- 42f07c5
- Parents:
- abe0cdb1
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/user/rtmon.t
rabe0cdb1 r4ffbc49 1 1 @c 2 @c COPYRIGHT (c) 1988-200 2.2 @c COPYRIGHT (c) 1988-2007. 3 3 @c On-Line Applications Research Corporation (OAR). 4 4 @c All rights reserved. … … 1238 1238 type Rate_Monotonic_Period_Status is 1239 1239 begin 1240 State : RTEMS.Rate_Monotonic_Period_States;1241 Ticks_Since_Last_Period : RTEMS.Unsigned32;1240 State : RTEMS.Rate_Monotonic_Period_States; 1241 Ticks_Since_Last_Period : RTEMS.Unsigned32; 1242 1242 Ticks_Executed_Since_Last_Period : RTEMS.Unsigned32; 1243 1243 end record; … … 1284 1284 @ifset is-Ada 1285 1285 @example 1286 not currently supported in Ada binding 1286 NOT SUPPORTED FROM Ada BINDING 1287 1287 @end example 1288 1288 @end ifset … … 1316 1316 @ifset is-Ada 1317 1317 @example 1318 not currently supported in Ada binding 1318 NOT SUPPORTED FROM Ada BINDING 1319 1319 @end example 1320 1320 @end ifset … … 1349 1349 @ifset is-Ada 1350 1350 @example 1351 not currently supported in Ada binding 1351 procedure Rate_Monotonic_Reset_Statistics ( 1352 ID : in RTEMS.ID; 1353 Result : out RTEMS.Status_Codes 1354 ); 1352 1355 @end example 1353 1356 @end ifset … … 1385 1388 @ifset is-Ada 1386 1389 @example 1387 not currently supported in Ada binding 1390 procedure Rate_Monotonic_Reset_All_Statistics; 1388 1391 @end example 1389 1392 @end ifset … … 1422 1425 @ifset is-Ada 1423 1426 @example 1424 not currently supported in Ada binding 1427 procedure Rate_Monotonic_Report_Statistics; 1425 1428 @end example 1426 1429 @end ifset
Note: See TracChangeset
for help on using the changeset viewer.