GeMRTOS
Data Fields
queue_buffer Struct Reference

BUFFER CONTROL BLOCK FOR UNION WITH RRDS STRUCT. More...

#include <mq.h>

Data Fields

Detailed Description

BUFFER CONTROL BLOCK FOR UNION WITH RRDS STRUCT.

Definition at line 58 of file mq.h.

Field Documentation

◆ BUFFER_buffer_length

INT32 BUFFER_buffer_length

current index to the byte to transfer to resource buffer

Definition at line 61 of file mq.h.

◆ BUFFER_current_byte_index

INT32 BUFFER_current_byte_index

current index to the byte transfered to the buffer

Definition at line 62 of file mq.h.

◆ BUFFER_msg_seq

INT32 BUFFER_msg_seq

Byte index in the RCB buffer copied

Definition at line 63 of file mq.h.

◆ BUFFER_pbuffer

void* BUFFER_pbuffer

pointer to the buffer of the message to transmit

Definition at line 60 of file mq.h.

◆ BUFFER_priority

TIMEPRIORITY BUFFER_priority

Priority assigned to the consumed TCB

Definition at line 64 of file mq.h.

◆ BUFFER_timeout

TIMEPRIORITY BUFFER_timeout

Timeout assigned to the waiting for message

Definition at line 65 of file mq.h.


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