DESERT 3.5.1
|
#include <mmac.h>
#include <iostream>
#include <string>
#include <map>
#include <set>
#include <queue>
#include <fstream>
#include <mphy.h>
Go to the source code of this file.
Classes | |
class | UWAloha |
class | UWAloha::UWAlohaTimer |
class | UWAloha::AckTimer |
class | UWAloha::BackOffTimer |
Macros | |
#define | UWALOHA_DROP_REASON_WRONG_STATE "WST" |
#define | UWALOHA_DROP_REASON_WRONG_RECEIVER "WRCV" |
#define | UWALOHA_DROP_REASON_UNKNOWN_TYPE "UPT" |
#define | UWALOHA_DROP_REASON_BUFFER_FULL "DBF" |
#define | UWALOHA_DROP_REASON_ERROR "ERR" |
Typedefs | |
typedef int | pktSeqNum |
Variables | |
packet_t | PT_MMAC_ACK |
Your can find the brief description of this protocol in the paper, named "On ARQ Strategies over Random Access Protocols in Underwater Acoustic Networks", IEEE/OCEANS, Spain, 2011.
Definition in file uwaloha.h.
|
extern |
Definition at line 44 of file DESERT_Framework/DESERT/data_link/uw-smart-ofdm/initlib.cpp.