RTEMS provides a collection of services to assist in the management and usage of the objects created and utilized via other managers. These services assist in the manipulation of RTEMS objects independent of the API used to create them. The object related services provided by RTEMS are:
rtems.build_name
- build object name from characters
rtems.object_get_classic_name
- lookup name from Id
rtems.object_get_name
- obtain object name as string
rtems.object_set_name
- set object name
rtems.object_id_get_api
- obtain API from Id
rtems.object_id_get_class
- obtain class from Id
rtems.object_id_get_node
- obtain node from Id
rtems.object_id_get_index
- obtain index from Id
rtems.build_id
- build object id from components
rtems.object_id_api_minimum
- obtain minimum API value
rtems.object_id_api_maximum
- obtain maximum API value
rtems.object_id_api_minimum_class
- obtain minimum class value
rtems.object_id_api_maximum_class
- obtain maximum class value
rtems.object_get_api_name
- obtain API name
rtems.object_get_api_class_name
- obtain class name
rtems.object_get_class_information
- obtain class information
Copyright © 1988-2008 OAR Corporation