DESERT 3.5.1
Loading...
Searching...
No Matches
uw-csma-aloha-trigger-sink.h File Reference
#include "mmac.h"
#include "mphy.h"
#include "mac.h"
#include <iostream>
Include dependency graph for uw-csma-aloha-trigger-sink.h:
This graph shows which files directly or indirectly include this file:

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
 

Detailed Description

Provides the declaration of UwCsmaAloha_Trigger_SINK class.

Author
Federico Favaro
Version
1.0.0

Definition in file uw-csma-aloha-trigger-sink.h.

Macro Definition Documentation

◆ UW_CS_ALOHA_TRIG_SINK_DROP_REASON_ERROR

#define UW_CS_ALOHA_TRIG_SINK_DROP_REASON_ERROR   "ERR"

Packet corrupted.

Definition at line 52 of file uw-csma-aloha-trigger-sink.h.

◆ UW_CS_ALOHA_TRIG_SINK_DROP_REASON_RECEIVING_NOT_ENABLED

#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.

◆ UW_CS_ALOHA_TRIG_SINK_DROP_REASON_UNKNOWN_TYPE

#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.

◆ UW_CS_ALOHA_TRIG_SINK_DROP_REASON_WRONG_RECEIVER

#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.

Variable Documentation

◆ PT_MMAC_TRIGGER

packet_t PT_MMAC_TRIGGER
extern