DESERT 3.5.1
|
#include <uwip-module.h>
#include <uwudp-module.h>
#include <module.h>
#include <iostream>
#include <fstream>
#include <string>
#include <sstream>
#include <climits>
Go to the source code of this file.
Classes | |
struct | hdr_uwcbr |
class | UwSendTimer |
class | UwCbrModule |
Macros | |
#define | UWCBR_DROP_REASON_UNKNOWN_TYPE "UKT" |
#define | UWCBR_DROP_REASON_OUT_OF_SEQUENCE "OOS" |
#define | UWCBR_DROP_REASON_DUPLICATED_PACKET "DPK" |
#define | HDR_UWCBR(p) (hdr_uwcbr::access(p)) |
Typedefs | |
typedef struct hdr_uwcbr | hdr_uwcbr |
Variables | |
packet_t | PT_UWCBR |
Provides the UWCBR packets header description and the definition of the class UWCBR.
Provides the UWCBR packets header description and the definition of the class UWCBR. UWCBR can manage no more than 2^16 packets. If a module generates more than 2^16 packets, they will be dropped.
Definition in file uwcbr-module.h.
#define HDR_UWCBR | ( | p | ) | (hdr_uwcbr::access(p)) |
Definition at line 64 of file uwcbr-module.h.
#define UWCBR_DROP_REASON_DUPLICATED_PACKET "DPK" |
Reason for a drop in a UWCBR module.
Definition at line 62 of file uwcbr-module.h.
#define UWCBR_DROP_REASON_OUT_OF_SEQUENCE "OOS" |
Reason for a drop in a UWCBR module.
Definition at line 60 of file uwcbr-module.h.
#define UWCBR_DROP_REASON_UNKNOWN_TYPE "UKT" |
Reason for a drop in a UWCBR module.
Definition at line 58 of file uwcbr-module.h.
|
extern |
Definition at line 45 of file DESERT_Framework/DESERT/application/uwcbr/initlib.cpp.