procedure Object_Get_Class_Information( The_API : in RTEMS.Unsigned32; The_Class : in RTEMS.Unsigned32; Info : out RTEMS.Object_API_Class_Information; Result : out RTEMS.Status_Codes );
RTEMS.SUCCESSFUL - information obtained successfully
RTEMS.INVALID_ADDRESS - info is NULL
RTEMS.INVALID_NUMBER - invalid api or the_class
If successful, the structure located at info will be filled
in with information about the specified api/the_class pairing.
This service returns information about the object class indicated by the
specified api and the_class. This structure is defined as
follows:
This directive is strictly local and does not impact task scheduling.
Copyright © 1988-2008 OAR Corporation