|
DESERT 3.6.1
|
#include <uwmconnector.h>#include <stdio.h>#include <stdlib.h>#include <unistd.h>#include <string>#include <string.h>#include <sys/types.h>#include <sys/socket.h>#include <netinet/in.h>#include <arpa/inet.h>#include <netdb.h>#include <fcntl.h>#include <errno.h>

Go to the source code of this file.
Classes | |
| class | Msocket |
Functions | |
| void * | read_process_msocket (void *) |
Header of the class derived from UWMconnector to handle the TCP/IP socket connection of a client between NS-Miracle and a modem.
Definition in file DESERT_Framework/DESERT/physical/uwmphy_modem/msocket.h.
| void * read_process_msocket | ( | void * | pMsocket_me_ | ) |
Function to read from the modem via a TCP/IP connection (it must be called as a pure C function).
Definition at line 139 of file DESERT_Framework/DESERT/physical/uwmphy_modem/msocket.cpp.