|
DESERT 3.6.1
|
#include <fstream>#include <map>#include <queue>#include <string>#include <mphy.h>#include <mmac.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 57 of file uw-csma-aloha.h.
| #define CSMA_DROP_REASON_ERROR "ERR" |
Packet corrupted.
Definition at line 58 of file uw-csma-aloha.h.
| #define CSMA_DROP_REASON_UNKNOWN_TYPE "UPT" |
The type of the packet is unknown.
Definition at line 55 of file uw-csma-aloha.h.
| #define CSMA_DROP_REASON_WRONG_RECEIVER "WRCV" |
The packet is for another node.
Definition at line 53 of file uw-csma-aloha.h.
| #define CSMA_DROP_REASON_WRONG_STATE "WST" |
Cannot receive packets in this state.
Definition at line 51 of file uw-csma-aloha.h.
|
extern |
Definition at line 44 of file DESERT_Framework/DESERT/data_link/uw-smart-ofdm/initlib.cpp.