|
DESERT 3.6.1
|
#include <mmac.h>#include <queue>#include <string>#include <map>#include <fstream>#include <iostream>#include <mphy.h>

Go to the source code of this file.
Classes | |
| struct | hdr_dacap |
| class | DACAPTimer |
| class | DACAPBTimer |
| class | MMacDACAP |
Macros | |
| #define | HDR_DACAP(P) (hdr_dacap::access(P)) |
| #define | DACAP_DROP_REASON_WRONG_STATE "WST" |
| #define | DACAP_DROP_REASON_WRONG_RECEIVER "WRCV" |
| #define | DACAP_DROP_REASON_UNKNOWN_TYPE "UPT" |
| #define | DACAP_DROP_REASON_BUFFER_FULL "DBF" |
Typedefs | |
| typedef struct hdr_dacap | hdr_dacap |
Variables | |
| packet_t | PT_DACAP |
| #define DACAP_DROP_REASON_BUFFER_FULL "DBF" |
The buffer of the node is full.
Definition at line 60 of file uw-mac-DACAP-alter.h.
| #define DACAP_DROP_REASON_UNKNOWN_TYPE "UPT" |
The type of the packet is unknown.
Definition at line 58 of file uw-mac-DACAP-alter.h.
| #define DACAP_DROP_REASON_WRONG_RECEIVER "WRCV" |
The packet is intended for another receiver.
Definition at line 56 of file uw-mac-DACAP-alter.h.
| #define DACAP_DROP_REASON_WRONG_STATE "WST" |
The protocol cannot receive this kind of packet in this state .
Definition at line 54 of file uw-mac-DACAP-alter.h.
| #define HDR_DACAP | ( | P | ) | (hdr_dacap::access(P)) |
Definition at line 50 of file uw-mac-DACAP-alter.h.
|
extern |
Definition at line 47 of file DESERT_Framework/DESERT/data_link/uwdacap/initlib.cpp.