RTEMS Logo

RTEMS 4.10.2 On-Line Library


Object Services OBJECT_API_MAXIMUM_CLASS - Obtain Maximum Class Value

PREV UP NEXT Bookshelf RTEMS C User's Guide

27.4.13: OBJECT_API_MAXIMUM_CLASS - Obtain Maximum Class Value

CALLING SEQUENCE:

int rtems_object_api_maximum_class(
  int api
);

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

Copyright © 1988-2008 OAR Corporation