DESERT 3.5.1
Loading...
Searching...
No Matches
uw-csma-aloha-trigger-node.h File Reference
#include <mmac.h>
#include <mac.h>
#include <mphy.h>
#include <iostream>
#include <string>
#include <map>
#include <set>
#include <queue>
#include <fstream>
#include <cmath>
#include <climits>
#include <iomanip>
#include <rng.h>
Include dependency graph for uw-csma-aloha-trigger-node.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  UwCsmaAloha_Trigger_NODE
 
class  UwCsmaAloha_Trigger_NODE::Csma_Aloha_Triggered_Timer
 
class  UwCsmaAloha_Trigger_NODE::ListenTimer
 
class  UwCsmaAloha_Trigger_NODE::TransmissionTimer
 

Macros

#define UW_CS_ALOHA_TRIG_NODE_DROP_REASON_BUFFER_FULL    "DBF"
 
#define UW_CS_ALOHA_TRIG_NODE_DROP_REASON_ERROR   "ERR"
 

Variables

packet_t PT_MMAC_TRIGGER
 

Macro Definition Documentation

◆ UW_CS_ALOHA_TRIG_NODE_DROP_REASON_BUFFER_FULL

#define UW_CS_ALOHA_TRIG_NODE_DROP_REASON_BUFFER_FULL    "DBF"

The Buffer of DATA packets is full.

Definition at line 57 of file uw-csma-aloha-trigger-node.h.

◆ UW_CS_ALOHA_TRIG_NODE_DROP_REASON_ERROR

#define UW_CS_ALOHA_TRIG_NODE_DROP_REASON_ERROR   "ERR"

Packet corrupted.

Definition at line 58 of file uw-csma-aloha-trigger-node.h.

Variable Documentation

◆ PT_MMAC_TRIGGER

packet_t PT_MMAC_TRIGGER
extern