RTEMS
|
This header file defines the Object Manager API. More...
#include <stdbool.h>
#include <stddef.h>
#include <stdint.h>
#include <rtems/rtems/status.h>
#include <rtems/rtems/types.h>
#include <rtems/score/object.h>
Go to the source code of this file.
Classes | |
struct | rtems_object_api_class_information |
% More... | |
Functions | |
int | rtems_object_api_maximum_class (int api) |
% More... | |
int | rtems_object_api_minimum_class (int api) |
% More... | |
const char * | rtems_object_get_api_class_name (int the_api, int the_class) |
% More... | |
const char * | rtems_object_get_api_name (int api) |
% More... | |
rtems_status_code | rtems_object_get_class_information (int the_api, int the_class, rtems_object_api_class_information *info) |
% More... | |
rtems_status_code | rtems_object_get_classic_name (rtems_id id, rtems_name *name) |
% More... | |
static uint16_t | rtems_object_get_local_node (void) |
% | |
char * | rtems_object_get_name (rtems_id id, size_t length, char *name) |
% More... | |
int | rtems_object_id_api_maximum_class (int api) |
% More... | |
rtems_status_code | rtems_object_set_name (rtems_id id, const char *name) |
% More... | |
This header file defines the Object Manager API.
Definition in file object.h.