RTEMS Logo

RTEMS 4.10.2 On-Line Library


Object Services BUILD_ID - Build Object Id From Components

PREV UP NEXT Bookshelf RTEMS C User's Guide

27.4.9: BUILD_ID - Build Object Id From Components

CALLING SEQUENCE:

rtems_id rtems_build_id(
  int the_api,
  int the_class,
  int the_node,
  int the_index
);

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

Copyright © 1988-2008 OAR Corporation