function Build_Id( the_api : in RTEMS.Unsigned32; the_class : in RTEMS.Unsigned32; the_node : in RTEMS.Unsigned32; the_index : in RTEMS.Unsigned32 ) return RTEMS.Id;
Returns an object Id constructed from the provided arguments.
This service constructs an object Id from the provided
the_api
, the_class
, the_node
, and the_index
.
This directive is strictly local and does not impact task scheduling.
This directive does NOT validate the arguments provided or the Object id returned.
Copyright © 1988-2008 OAR Corporation