procedure Build_Name( c1 : in RTEMS.Unsigned8; c2 : in RTEMS.Unsigned8; c3 : in RTEMS.Unsigned8; c4 : in RTEMS.Unsigned8; Name : out RTEMS.Name );
Returns a name constructed from the four characters.
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.
This directive is strictly local and does not impact task scheduling.
Copyright © 1988-2008 OAR Corporation