DESERT 3.5.1
|
#include "mmac.h"
#include "mphy.h"
#include "mac.h"
#include <iostream>
Go to the source code of this file.
Classes | |
class | UwCsmaAloha_Trigger_SINK |
class | UwCsmaAloha_Trigger_SINK::GenericTimer |
class | UwCsmaAloha_Trigger_SINK::ReceiveTimer |
Macros | |
#define | UW_CS_ALOHA_TRIG_SINK_DROP_REASON_WRONG_RECEIVER "WRCV" |
#define | UW_CS_ALOHA_TRIG_SINK_DROP_REASON_UNKNOWN_TYPE "UPT" |
#define | UW_CS_ALOHA_TRIG_SINK_DROP_REASON_ERROR "ERR" |
#define | UW_CS_ALOHA_TRIG_SINK_DROP_REASON_RECEIVING_NOT_ENABLED "RNE" |
Variables | |
packet_t | PT_MMAC_TRIGGER |
Provides the declaration of UwCsmaAloha_Trigger_SINK class.
Definition in file uw-csma-aloha-trigger-sink.h.
#define UW_CS_ALOHA_TRIG_SINK_DROP_REASON_ERROR "ERR" |
Packet corrupted.
Definition at line 52 of file uw-csma-aloha-trigger-sink.h.
#define UW_CS_ALOHA_TRIG_SINK_DROP_REASON_RECEIVING_NOT_ENABLED "RNE" |
The sink is not enabled to receive data.
Definition at line 54 of file uw-csma-aloha-trigger-sink.h.
#define UW_CS_ALOHA_TRIG_SINK_DROP_REASON_UNKNOWN_TYPE "UPT" |
The type of the packet is unknown.
Definition at line 51 of file uw-csma-aloha-trigger-sink.h.
#define UW_CS_ALOHA_TRIG_SINK_DROP_REASON_WRONG_RECEIVER "WRCV" |
The packet is for another node.
Definition at line 49 of file uw-csma-aloha-trigger-sink.h.
|
extern |
Definition at line 36 of file DESERT_Framework/DESERT/data_link/uw-csma-aloha-trigger/initlib.cpp.