DESERT 3.5.1
|
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <errno.h>
#include <termios.h>
#include <pthread.h>
#include <unistd.h>
#include <iostream>
#include <fstream>
#include <sstream>
#include <queue>
Go to the source code of this file.
Classes | |
struct | msgModem |
class | UWMconnector |
Macros | |
#define | _MODEM_OK 1 |
#define | _MAX_MSG_LENGTH (0x1000) |
#define | _MAX_QUEUE_LENGTH 20 |
Header of the class needed by UWMPhy_modem to handle the physical connection between NS-Miracle and a real acoustic modem device.
Definition in file DESERT_Addons/uwmphy_modem/uwmconnector.h.
#define _MAX_MSG_LENGTH (0x1000) |
Variable defining the maximum length of the messages \ exchanged between host and modem.
Definition at line 60 of file DESERT_Addons/uwmphy_modem/uwmconnector.h.
#define _MAX_QUEUE_LENGTH 20 |
Maximum length of queue containing the messages from modem.
Definition at line 62 of file DESERT_Addons/uwmphy_modem/uwmconnector.h.
#define _MODEM_OK 1 |
Variable to test the right opening of the modem's connection.
Definition at line 57 of file DESERT_Addons/uwmphy_modem/uwmconnector.h.