RTEMS Logo

RTEMS 4.10.2 On-Line Library


Object Services BUILD_NAME - Build object name from characters

PREV UP NEXT Bookshelf RTEMS C User's Guide

27.4.1: BUILD_NAME - Build object name from characters

CALLING SEQUENCE:

rtems_name rtems_build_name(
  uint8_t c1,
  uint8_t c2,
  uint8_t c3,
  uint8_t c4
);

DIRECTIVE STATUS CODES

Returns a name constructed from the four characters.

DESCRIPTION:

This service takes the four characters provided as arguments and constructs a thirty-two bit object name with c1 in the most significant byte and c4 in the least significant byte.

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