RTEMS Logo

RTEMS 4.10.2 On-Line Library


Object Services OBJECT_GET_CLASSIC_NAME - Lookup name from id

PREV UP NEXT Bookshelf RTEMS C User's Guide

27.4.2: OBJECT_GET_CLASSIC_NAME - Lookup name from id

CALLING SEQUENCE:

rtems_status_code rtems_object_get_classic_name(
  rtems_id      id,
  rtems_name   *name
);

DIRECTIVE STATUS CODES

RTEMS_SUCCESSFUL - name looked up successfully
RTEMS_INVALID_ADDRESS - invalid name pointer
RTEMS_INVALID_ID - invalid object id

DESCRIPTION:

This service looks up the name for the object id specified and, if found, places the result in *name.

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