|
DESERT 3.6.1
|
#include <stdint.h>#include <packet.h>

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 |
Provides the headers of ctrl packets of uw-csma-ca module.
Definition in file uw-csma-ca-hdrs.h.
| #define CA_CTS_HDR_ACCESS | ( | p | ) | (hdr_ca_CTS::access(p)) |
Definition at line 46 of file uw-csma-ca-hdrs.h.
| #define CA_RTS_HDR_ACCESS | ( | p | ) | (hdr_ca_RTS::access(p)) |
Definition at line 45 of file uw-csma-ca-hdrs.h.
| typedef struct hdr_ca_CTS hdr_ca_CTS |
| typedef struct hdr_ca_RTS hdr_ca_RTS |
|
extern |
Definition at line 48 of file DESERT_Framework/DESERT/data_link/uw-csma-ca/initlib.cpp.
|
extern |
Definition at line 47 of file DESERT_Framework/DESERT/data_link/uw-csma-ca/initlib.cpp.
|
extern |
Definition at line 46 of file DESERT_Framework/DESERT/data_link/uw-csma-ca/initlib.cpp.