|
DESERT 3.6.1
|
#include "uwmdriver.h"#include <uwal.h>#include <hdr-uwal.h>#include <uwip-module.h>#include <mac.h>#include <mphy.h>#include <stdlib.h>#include <iostream>#include <stdio.h>#include <fstream>#include <string.h>#include <errno.h>#include <cstring>#include <sstream>#include <sys/types.h>#include <sys/stat.h>#include <fcntl.h>#include <unistd.h>#include <cmath>#include <time.h>

Go to the source code of this file.
Classes | |
| class | UWMPhy_modem |
| class | CheckTimer |
| class | DropTimer |
Macros | |
| #define | _MTBL 5 |
| #define | MIN_MODEM_QUEUE_LENGTH 2 |
| #define | MAX_MODEM_QUEUE_LENGTH 30 |
Header of the main class that implements the general interface between ns2/NS-Miracle and real acoustic modems.
Definition in file DESERT_Addons/uwmphy_modem/uwmphy_modem.h.
| #define _MTBL 5 |
Defintion of the maximum length of the transmission buffer to store \ packets at the interface level.
Definition at line 65 of file DESERT_Addons/uwmphy_modem/uwmphy_modem.h.
| #define MAX_MODEM_QUEUE_LENGTH 30 |
Definition at line 68 of file DESERT_Addons/uwmphy_modem/uwmphy_modem.h.
| #define MIN_MODEM_QUEUE_LENGTH 2 |
Definition at line 67 of file DESERT_Addons/uwmphy_modem/uwmphy_modem.h.