RTEMS Logo

RTEMS 4.10.2 On-Line Library


Object Services OBJECT_ID_GET_CLASS - Obtain Class from Id

PREV UP NEXT Bookshelf RTEMS C User's Guide

27.4.6: OBJECT_ID_GET_CLASS - Obtain Class from Id

CALLING SEQUENCE:

int rtems_object_id_get_class(
  rtems_id id
);

DIRECTIVE STATUS CODES

Returns the class portion of the object Id.

DESCRIPTION:

This directive returns the class 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