51#ifndef _TR_OBJECT_IDENT_LOCAL_H
52#define _TR_OBJECT_IDENT_LOCAL_H
67 RtemsReqIdentLocal_Pre_Name_Invalid,
68 RtemsReqIdentLocal_Pre_Name_Valid,
69 RtemsReqIdentLocal_Pre_Name_NA
70} RtemsReqIdentLocal_Pre_Name;
73 RtemsReqIdentLocal_Pre_Id_Valid,
74 RtemsReqIdentLocal_Pre_Id_Null,
75 RtemsReqIdentLocal_Pre_Id_NA
76} RtemsReqIdentLocal_Pre_Id;
79 RtemsReqIdentLocal_Post_Status_Ok,
80 RtemsReqIdentLocal_Post_Status_InvAddr,
81 RtemsReqIdentLocal_Post_Status_InvName,
82 RtemsReqIdentLocal_Post_Status_NA
83} RtemsReqIdentLocal_Post_Status;
86 RtemsReqIdentLocal_Post_Id_Nop,
87 RtemsReqIdentLocal_Post_Id_Null,
88 RtemsReqIdentLocal_Post_Id_Id,
89 RtemsReqIdentLocal_Post_Id_NA
90} RtemsReqIdentLocal_Post_Id;
rtems_status_code
This enumeration provides status codes for directives of the Classic API.
Definition: status.h:85
uint32_t rtems_name
This type represents Classic API object names.
Definition: types.h:226
Objects_Id rtems_id
This type represents RTEMS object identifiers.
Definition: types.h:94
void RtemsReqIdentLocal_Run(rtems_id id_local_object, rtems_name name_local_object, rtems_status_code(*action)(rtems_name, rtems_id *))
Runs the parameterized test case.
Definition: tr-object-ident-local.c:358
This header file defines the RTEMS Classic API.