DESERT 3.5.1
|
#include <sstream>
#include <time.h>
#include "uwApplication_cmn_header.h"
#include "uwApplication_module.h"
#include <error.h>
#include <errno.h>
Go to the source code of this file.
Functions | |
void * | read_process_UDP (void *arg) |
Variables | |
pthread_mutex_t | mutex_udp = PTHREAD_MUTEX_INITIALIZER |
void * read_process_UDP | ( | void * | arg | ) |
Definition at line 111 of file uwApplication_UDP_socket.cpp.
pthread_mutex_t mutex_udp = PTHREAD_MUTEX_INITIALIZER |
Definition at line 47 of file uwApplication_UDP_socket.cpp.