DESERT 3.5.1
Loading...
Searching...
No Matches
uw-csma-ca-hdrs.h File Reference
#include <stdint.h>
#include <packet.h>
Include dependency graph for uw-csma-ca-hdrs.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  hdr_ca_RTS
 
struct  hdr_ca_CTS
 

Macros

#define CA_RTS_HDR_ACCESS(p)   (hdr_ca_RTS::access(p))
 
#define CA_CTS_HDR_ACCESS(p)   (hdr_ca_CTS::access(p))
 

Typedefs

typedef struct hdr_ca_RTS hdr_ca_RTS
 
typedef struct hdr_ca_CTS hdr_ca_CTS
 

Variables

packet_t PT_CA_RTS
 
packet_t PT_CA_CTS
 
packet_t PT_CA_ACK
 

Detailed Description

Provides the headers of ctrl packets of uw-csma-ca module.

Author
Federico Favaro
Version
1.0.0

Definition in file uw-csma-ca-hdrs.h.

Macro Definition Documentation

◆ CA_CTS_HDR_ACCESS

#define CA_CTS_HDR_ACCESS (   p)    (hdr_ca_CTS::access(p))

Definition at line 46 of file uw-csma-ca-hdrs.h.

◆ CA_RTS_HDR_ACCESS

#define CA_RTS_HDR_ACCESS (   p)    (hdr_ca_RTS::access(p))

Definition at line 45 of file uw-csma-ca-hdrs.h.

Typedef Documentation

◆ hdr_ca_CTS

typedef struct hdr_ca_CTS hdr_ca_CTS

◆ hdr_ca_RTS

typedef struct hdr_ca_RTS hdr_ca_RTS

Variable Documentation

◆ PT_CA_ACK

packet_t PT_CA_ACK
extern

◆ PT_CA_CTS

packet_t PT_CA_CTS
extern

◆ PT_CA_RTS

packet_t PT_CA_RTS
extern