DESERT 3.5.1
Loading...
Searching...
No Matches
msocket.h File Reference
#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>
Include dependency graph for DESERT_Framework/DESERT/physical/uwmphy_modem/msocket.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Msocket
 

Functions

void * read_process_msocket (void *)
 

Detailed Description

Header of the class derived from UWMconnector to handle the TCP/IP socket connection of a client between NS-Miracle and a modem.

Author
Riccardo Masiero
Version
2.0.0

Definition in file DESERT_Framework/DESERT/physical/uwmphy_modem/msocket.h.

Function Documentation

◆ read_process_msocket()

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.