OAR

RTEMS 4.5.1-pre3 On-Line Library


Rate Monotonic Manager RATE_MONOTONIC_IDENT - Get ID of a period

PREV UP NEXT Bookshelf RTEMS Ada User's Guide

19.4.2: RATE_MONOTONIC_IDENT - Get ID of a period

CALLING SEQUENCE:

procedure Rate_Monotonic_Ident (
   Name   : in     RTEMS.Name;
   ID     :    out RTEMS.ID;
   Result :    out RTEMS.Status_Codes
);

DIRECTIVE STATUS CODES:

RTEMS.SUCCESSFUL - period identified successfully
RTEMS.INVALID_NAME - period name not found

DESCRIPTION:

This directive obtains the period id associated with the period name to be acquired. If the period name is not unique, then the period id will match one of the periods with that name. However, this period id is not guaranteed to correspond to the desired period. The period id is used to access this period in other rate monotonic manager directives.

NOTES:

This directive will not cause the running task to be preempted.


PREV UP NEXT Bookshelf RTEMS Ada User's Guide

Copyright © 1988-2000 OAR Corporation