RTEMS 6.1-rc1
|
Test context for spec:/rtems/timer/req/cancel test case. More...
Data Fields | |
rtems_id | timer_id |
This member contains a valid id of a timer. | |
rtems_id | id_param |
This member specifies the id parameter for the action. | |
rtems_status_code | status |
This member contains the return status of the action. | |
int | invocations |
This member contains the counter for invocations of the Timer Service Routine. | |
PreConditionContext | pre_cond_contex |
This member specifies which pre-condition context (none, interrupt context, server context) must be created before the cancel action gets executed. | |
Timer_Classes | pre_class |
This member stores RTEMS internal clock and context settings of the timer before the execution of the test action. | |
Timer_States | pre_state |
This member stores the state of the timer before the execution of the test action. | |
Timer_States | post_state |
This member stores the state of the timer after the execution of the test action. | |
struct { | |
size_t pcs [4] | |
This member defines the pre-condition states for the next action. | |
bool in_action_loop | |
If this member is true, then the test action loop is executed. | |
size_t index | |
This member contains the next transition map index. | |
RtemsTimerReqCancel_Entry entry | |
This member contains the current transition map entry. | |
bool skip | |
If this member is true, then the current transition variant should be skipped. | |
} | Map |
Test context for spec:/rtems/timer/req/cancel test case.