EM-ODP 4.4.0
Event Machine on ODP
Loading...
Searching...
No Matches
internal_queue_t Union Reference

#include <em_queue_types.h>

Data Fields

em_queue_t queue
 
struct { 
 
   uint16_t   queue_id 
 
   uint16_t   device_id 
 
   uint32_t   unused 
 
};  
 

Detailed Description

Internal representation of the EM queue handle The EM queue handle contains a 16-bit queue-id and a 16-bit device-id.

Definition at line 91 of file em_queue_types.h.

Field Documentation

◆ device_id

uint16_t internal_queue_t::device_id

Definition at line 96 of file em_queue_types.h.

◆ queue

em_queue_t internal_queue_t::queue

Definition at line 92 of file em_queue_types.h.

◆ queue_id

uint16_t internal_queue_t::queue_id

Definition at line 95 of file em_queue_types.h.

◆ unused

uint32_t internal_queue_t::unused

Definition at line 98 of file em_queue_types.h.


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