OAR

RTEMS 4.5.1-pre3 On-Line Library


User Extensions Manager EXTENSION_IDENT - Get ID of a extension set

PREV UP NEXT Bookshelf RTEMS Ada User's Guide

21.4.2: EXTENSION_IDENT - Get ID of a extension set

CALLING SEQUENCE:

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

DIRECTIVE STATUS CODES:

RTEMS.SUCCESSFUL - extension set identified successfully
RTEMS.INVALID_NAME - extension set name not found

DESCRIPTION:

This directive obtains the extension set id associated with the extension set name to be acquired. If the extension set name is not unique, then the extension set id will match one of the extension sets with that name. However, this extension set id is not guaranteed to correspond to the desired extension set. The extension set id is used to access this extension set in other extension set related 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