MMSThreadServer::MMSTS_QUEUE_ITEM Struct Reference

describes one item/request in the queue More...

List of all members.


Public Attributes

pthread_cond_t cond
 variable for conditional handling
pthread_mutex_t mutex
 mutex for conditional handling
void * in_data
 data to send
int in_data_len
 length of the in_data
void ** out_data
 receive buffer
int * out_data_len
 length of the out_data

Detailed Description

describes one item/request in the queue

Definition at line 52 of file mmsthreadserver.h.


Member Data Documentation

variable for conditional handling

Definition at line 54 of file mmsthreadserver.h.

mutex for conditional handling

Definition at line 56 of file mmsthreadserver.h.

data to send

Definition at line 58 of file mmsthreadserver.h.

length of the in_data

Definition at line 60 of file mmsthreadserver.h.

receive buffer

Definition at line 62 of file mmsthreadserver.h.

length of the out_data

Definition at line 64 of file mmsthreadserver.h.


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