RTEMS 6.1-rc4
Loading...
Searching...
No Matches
Files | Data Structures | Enumerations | Functions

Files

file  tr-object-ident-local.c
 
file  tr-object-ident-local.h
 

Data Structures

struct  RtemsReqIdentLocal_Entry
 
struct  RtemsReqIdentLocal_Context
 Test context for spec:/rtems/req/ident-local test case. More...
 

Enumerations

enum  RtemsReqIdentLocal_Pre_Name { RtemsReqIdentLocal_Pre_Name_Invalid , RtemsReqIdentLocal_Pre_Name_Valid , RtemsReqIdentLocal_Pre_Name_NA }
 
enum  RtemsReqIdentLocal_Pre_Id { RtemsReqIdentLocal_Pre_Id_Valid , RtemsReqIdentLocal_Pre_Id_Null , RtemsReqIdentLocal_Pre_Id_NA }
 
enum  RtemsReqIdentLocal_Post_Status { RtemsReqIdentLocal_Post_Status_Ok , RtemsReqIdentLocal_Post_Status_InvAddr , RtemsReqIdentLocal_Post_Status_InvName , RtemsReqIdentLocal_Post_Status_NA }
 
enum  RtemsReqIdentLocal_Post_Id { RtemsReqIdentLocal_Post_Id_Nop , RtemsReqIdentLocal_Post_Id_Null , RtemsReqIdentLocal_Post_Id_Id , RtemsReqIdentLocal_Post_Id_NA }
 

Functions

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.
 

Detailed Description

Function Documentation

◆ RtemsReqIdentLocal_Run()

void RtemsReqIdentLocal_Run ( rtems_id  id_local_object,
rtems_name  name_local_object,
rtems_status_code(*)(rtems_name, rtems_id *)  action 
)

Runs the parameterized test case.

Parameters
id_local_objectis the identifier of an active object of the class under test.
name_local_objectis the name of the active object of the class under test.
actionis the action handler.