|
DESERT 3.6.1
|
#include <tclcl.h>#include "packet.h"#include "uwUFetch_AUV.h"#include "uwUFetch_NODE.h"#include "uwUFetch_cmn_hdr.h"
Go to the source code of this file.
Classes | |
| class | TRIGGERHeaderClass |
| class | RTSHeaderClass |
| class | CTSHeaderClass |
| class | BEACONHeaderClass |
| class | PROBEHeaderClass |
| class | POLLHeaderClass |
| class | CBEACONHeaderClass |
Functions | |
| int | Uwufetch_Init () |
Variables | |
| packet_t | PT_TRIGGER_UFETCH |
| packet_t | PT_RTS_UFETCH |
| packet_t | PT_CTS_UFETCH |
| packet_t | PT_BEACON_UFETCH |
| packet_t | PT_PROBE_UFETCH |
| packet_t | PT_POLL_UFETCH |
| packet_t | PT_CBEACON_UFETCH |
| TRIGGERHeaderClass | class_hdr_TRIGGER |
| RTSHeaderClass | class_hdr_RTS |
| CTSHeaderClass | class_hdr_CTS |
| BEACONHeaderClass | class_hdr_BEACON |
| PROBEHeaderClass | class_hdr_PROBE |
| POLLHeaderClass | class_hdr_POLL |
| CBEACONHeaderClass | class_hdr_CBEACON |
| EmbeddedTcl | UwUFetchTclCode |
file to initialize the libuwufetch.so library
Definition in file DESERT_Framework/DESERT/data_link/uwUFetch/initlib.cpp.
| int Uwufetch_Init | ( | ) |
Definition at line 185 of file DESERT_Framework/DESERT/data_link/uwUFetch/initlib.cpp.
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
| packet_t PT_BEACON_UFETCH |
BEACON packet type for UFetch protocol.
BEACON packet type.
Definition at line 54 of file DESERT_Framework/DESERT/data_link/uwUFetch/initlib.cpp.
| packet_t PT_CBEACON_UFETCH |
CBEACON packet type for UFetch protocol.
CBEACON packet type.
Definition at line 57 of file DESERT_Framework/DESERT/data_link/uwUFetch/initlib.cpp.
| packet_t PT_CTS_UFETCH |
CTS packet type for UFetch protocol.
CTS packet type.
Definition at line 53 of file DESERT_Framework/DESERT/data_link/uwUFetch/initlib.cpp.
| packet_t PT_POLL_UFETCH |
POLL packet type for UFetch protocol.
POLL packet type.
Definition at line 56 of file DESERT_Framework/DESERT/data_link/uwUFetch/initlib.cpp.
| packet_t PT_PROBE_UFETCH |
PROBE packet type for UFetch protocol.
PROBE packet type.
Definition at line 55 of file DESERT_Framework/DESERT/data_link/uwUFetch/initlib.cpp.
| packet_t PT_RTS_UFETCH |
RTS packet type for UFetch protocol.
RTS packet type.
Definition at line 52 of file DESERT_Framework/DESERT/data_link/uwUFetch/initlib.cpp.
| packet_t PT_TRIGGER_UFETCH |
Trigger packet type for UFetch protocol.
TRIGGER packet type for UFetch protocol.
TRIGGER packet type.
Definition at line 51 of file DESERT_Framework/DESERT/data_link/uwUFetch/initlib.cpp.
|
extern |