RTEMS Logo

RTEMS 4.9.2 On-Line Library


Object Services BUILD_NAME - Build object name from characters

PREV UP NEXT Bookshelf RTEMS Ada User's Guide

27.4.1: BUILD_NAME - Build object name from characters

CALLING SEQUENCE:

procedure Build_Name(
   c1   : in     RTEMS.Unsigned8;
   c2   : in     RTEMS.Unsigned8;
   c3   : in     RTEMS.Unsigned8;
   c4   : in     RTEMS.Unsigned8;
   Name :    out RTEMS.Name
);

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

Copyright © 1988-2008 OAR Corporation