RTEMS Logo

RTEMS 4.10.2 On-Line Library


Rate Monotonic Manager RATE_MONOTONIC_IDENT - Get ID of a period

PREV UP NEXT Bookshelf RTEMS C User's Guide

19.4.2: RATE_MONOTONIC_IDENT - Get ID of a period

CALLING SEQUENCE:

rtems_status_code rtems_rate_monotonic_ident(
  rtems_name  name,
  rtems_id   *id
);

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 C User's Guide

Copyright © 1988-2008 OAR Corporation