RTEMS Logo

RTEMS 4.9.2 On-Line Library


Object Services OBJECT_ID_GET_NODE - Obtain Node from Id

PREV UP NEXT Bookshelf RTEMS Ada User's Guide

27.4.7: OBJECT_ID_GET_NODE - Obtain Node from Id

CALLING SEQUENCE:

procedure Object_Id_Get_Node(
   ID   : in     RTEMS.ID;
   Node :    out RTEMS.Unsigned32
);

DIRECTIVE STATUS CODES

Returns the node portion of the object Id.

DESCRIPTION:

This directive returns the node portion of the provided object id.

NOTES:

This directive is strictly local and does not impact task scheduling.

This directive does NOT validate the id provided.


PREV UP NEXT Bookshelf RTEMS Ada User's Guide

Copyright © 1988-2008 OAR Corporation