RTEMS Logo

RTEMS 4.10.2 On-Line Library


Object Services OBJECT_API_MINIMUM_CLASS - Obtain Minimum Class Value

PREV UP NEXT Bookshelf RTEMS C User's Guide

27.4.12: OBJECT_API_MINIMUM_CLASS - Obtain Minimum Class Value

CALLING SEQUENCE:

int rtems_object_api_minimum_class(
  int api
);

DIRECTIVE STATUS CODES

If api is not valid, -1 is returned.

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

DESCRIPTION:

This service returns the minimum 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