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 | |
Definition at line 52 of file mmsthreadserver.h.
| pthread_cond_t MMSThreadServer::MMSTS_QUEUE_ITEM::cond |
| pthread_mutex_t MMSThreadServer::MMSTS_QUEUE_ITEM::mutex |