DESERT 3.5.1
|
#include <uwip-module.h>
#include <uwudp-module.h>
#include <module.h>
#include <iostream>
#include <string>
#include <sstream>
#include <climits>
Go to the source code of this file.
Classes | |
struct | hdr_uwvbr |
class | UwVbrSendTimer |
class | UwVbrPeriodSwitcher |
class | UwVbrModule |
Macros | |
#define | UWVBR_DROP_REASON_UNKNOWN_TYPE "UKT" |
#define | UWVBR_DROP_REASON_OUT_OF_SEQUENCE "OOS" |
#define | UWVBR_DROP_REASON_DUPLICATED_PACKET "DPK" |
#define | HDR_UWVBR(P) (hdr_uwvbr::access(P)) |
Typedefs | |
typedef struct hdr_uwvbr | hdr_uwvbr |
Variables | |
packet_t | PT_UWVBR |
Provides the UWVBR packets header description and the definition of the class UWVBR.
Provides the UWVBR packets header description and the definition of the class UWVBR. UWVBR can manage no more than 2^16 packets. If a module generates more than 2^16 packets, they will be dropped.
Definition in file uwvbr-module.h.
#define HDR_UWVBR | ( | P | ) | (hdr_uwvbr::access(P)) |
Definition at line 63 of file uwvbr-module.h.
#define UWVBR_DROP_REASON_DUPLICATED_PACKET "DPK" |
Reason for a drop in a UWVBR module.
Definition at line 61 of file uwvbr-module.h.
#define UWVBR_DROP_REASON_OUT_OF_SEQUENCE "OOS" |
Reason for a drop in a UWVBR module.
Definition at line 59 of file uwvbr-module.h.
#define UWVBR_DROP_REASON_UNKNOWN_TYPE "UKT" |
Reason for a drop in a UWVBR module.
Definition at line 57 of file uwvbr-module.h.
|
extern |
Definition at line 45 of file DESERT_Framework/DESERT/application/uwvbr/initlib.cpp.