RTEMS 6.1-rc5
Loading...
Searching...
No Matches
Data Fields

Test context for spec:/rtems/message/req/receive test case. More...

Data Fields

TQContext tq_ctx
 This member contains the thread queue test context.
 
rtems_attribute attribute_set
 This member specifies the attribute set of the message queue.
 
 storage_area [MAXIMUM_PENDING_MESSAGES]
 This member is used as storage area for the message queue.
 
uint32_t magic
 This member contains always the same arbitrary number magic.
 
uint8_t send_msg_counter
 This member contains a number which is sent as next message.
 
uint8_t receive_buffer [MAXIMUM_MESSAGE_SIZE]
 This member contains a buffer to receive messages from the queue.
 
size_t receive_size
 This member contains a buffer to receive the messages size.
 
rtems_id id_param
 This member specifies the id parameter for the action.
 
void * buffer_param
 This member specifies the buffer parameter for the action.
 
size_t * size_param
 This member specifies the size parameter for the action.
 
rtems_option option_set_param
 This member specifies the option_set parameter for the action.
 
rtems_interval timeout_param
 This member specifies the timeout parameter for the action.
 
rtems_status_code status
 This member contains the returned status code of the action.
 
uint32_t action_duration
 This member contains the duration of the action in ticks.
 
rtems_id task_id
 This member contains the task identifier of the main task.
 
rtems_id worker_id
 This member contains the task identifier of the worker task.
 
void(* concurrent_activity )(void *ctx_in)
 This member contains a pointer to a function which is executed while the worker is waiting to receive a message (delete(), nop()`).
 
void(* check_msgq_unchanged )(void *ctx_in)
 This member contains a pointer to a function which is executed to check that the action has not changed the content of the message queue.
 
struct {
   size_t   pcs [8]
 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.
 
   RtemsMessageReqReceive_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
 

Detailed Description

Test context for spec:/rtems/message/req/receive test case.

Field Documentation

◆ magic

uint32_t RtemsMessageReqReceive_Context::magic

This member contains always the same arbitrary number magic.

It is used for run-time type checking.


The documentation for this struct was generated from the following file: