RTEMS Logo

RTEMS 4.10.2 On-Line Library


Object Services OBJECT_ID_GET_NODE - Obtain Node from Id

PREV UP NEXT Bookshelf RTEMS C User's Guide

27.4.7: OBJECT_ID_GET_NODE - Obtain Node from Id

CALLING SEQUENCE:

int rtems_object_id_get_node(
  rtems_id id
);

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

Copyright © 1988-2008 OAR Corporation