RTEMS Logo

RTEMS 4.9.2 On-Line Library


Object Services BUILD_ID - Build Object Id From Components

PREV UP NEXT Bookshelf RTEMS Ada User's Guide

27.4.9: BUILD_ID - Build Object Id From Components

CALLING SEQUENCE:

function Build_Id(
   the_api   : in     RTEMS.Unsigned32;
   the_class : in     RTEMS.Unsigned32;
   the_node  : in     RTEMS.Unsigned32;
   the_index : in     RTEMS.Unsigned32
) return RTEMS.Id;

DIRECTIVE STATUS CODES

Returns an object Id constructed from the provided arguments.

DESCRIPTION:

This service constructs an object Id from the provided the_api, the_class, the_node, and the_index.

NOTES:

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

This directive does NOT validate the arguments provided or the Object id returned.


PREV UP NEXT Bookshelf RTEMS Ada User's Guide

Copyright © 1988-2008 OAR Corporation