RTEMS Logo

RTEMS 4.9.2 On-Line Library


Object Services OBJECT_API_MAXIMUM_CLASS - Obtain Maximum Class Value

PREV UP NEXT Bookshelf RTEMS Ada User's Guide

27.4.13: OBJECT_API_MAXIMUM_CLASS - Obtain Maximum Class Value

CALLING SEQUENCE:

procedure Object_API_Maximum_Class(
   API     : in     RTEMS.Unsigned32;
   Maximum :    out RTEMS.Unsigned32
);

DIRECTIVE STATUS CODES

If api is not valid, -1 is returned.

If successful, this service returns the maximum valid for the class portion of an object Id for the specified api.

DESCRIPTION:

This service returns the maximum valid for the class portion of an object Id for the specified api.

NOTES:

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


PREV UP NEXT Bookshelf RTEMS Ada User's Guide

Copyright © 1988-2008 OAR Corporation