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 | CsmaAloha |
class | CsmaAloha::AlohaTimer |
class | CsmaAloha::BackOffTimer |
class | CsmaAloha::AckTimer |
class | CsmaAloha::ListenTimer |
Macros | |
#define | CSMA_DROP_REASON_WRONG_STATE "WST" |
#define | CSMA_DROP_REASON_WRONG_RECEIVER "WRCV" |
#define | CSMA_DROP_REASON_UNKNOWN_TYPE "UPT" |
#define | CSMA_DROP_REASON_BUFFER_FULL "DBF" |
#define | CSMA_DROP_REASON_ERROR "ERR" |
Variables | |
packet_t | PT_MMAC_ACK |
#define CSMA_DROP_REASON_BUFFER_FULL "DBF" |
The Buffer of DATA packets is full.
Definition at line 60 of file uw-csma-aloha.h.
#define CSMA_DROP_REASON_ERROR "ERR" |
Packet corrupted.
Definition at line 61 of file uw-csma-aloha.h.
#define CSMA_DROP_REASON_UNKNOWN_TYPE "UPT" |
The type of the packet is unknown.
Definition at line 58 of file uw-csma-aloha.h.
#define CSMA_DROP_REASON_WRONG_RECEIVER "WRCV" |
The packet is for another node.
Definition at line 56 of file uw-csma-aloha.h.
#define CSMA_DROP_REASON_WRONG_STATE "WST" |
The protocol cannot receive this kind of packet in this state .
Definition at line 54 of file uw-csma-aloha.h.
|
extern |
Definition at line 44 of file DESERT_Framework/DESERT/data_link/uw-smart-ofdm/initlib.cpp.