A Discrete-Event Network Simulator
Home
Tutorials ▼
English
Portuguese
Docs ▼
Wiki
Manual
Models
Develop ▼
API
Bugs
API
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
qos-utils.h
Go to the documentation of this file.
1
/* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
2
/*
3
* Copyright (c) 2009 MIRKO BANCHI
4
*
5
* This program is free software; you can redistribute it and/or modify
6
* it under the terms of the GNU General Public License version 2 as
7
* published by the Free Software Foundation;
8
*
9
* This program is distributed in the hope that it will be useful,
10
* but WITHOUT ANY WARRANTY; without even the implied warranty of
11
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12
* GNU General Public License for more details.
13
*
14
* You should have received a copy of the GNU General Public License
15
* along with this program; if not, write to the Free Software
16
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
17
*
18
* Author: Mirko Banchi <mk.banchi@gmail.com>
19
*/
20
#ifndef QOS_UTILS_H
21
#define QOS_UTILS_H
22
23
#include "ns3/uinteger.h"
24
#include "ns3/ptr.h"
25
#include "ns3/packet.h"
26
27
namespace
ns3
{
28
35
enum
AcIndex
36
{
38
AC_BE
= 0,
40
AC_BK
= 1,
42
AC_VI
= 2,
44
AC_VO
= 3,
45
47
AC_BE_NQOS
= 4,
48
AC_UNDEF
49
};
50
59
AcIndex
QosUtilsMapTidToAc
(uint8_t tid);
60
70
uint8_t
QosUtilsGetTidForPacket
(Ptr<const Packet> packet);
71
82
uint32_t
QosUtilsMapSeqControlToUniqueInteger
(uint16_t seqControl, uint16_t endSequence);
83
120
bool
QosUtilsIsOldPacket
(uint16_t startingSeq, uint16_t seqNumber);
121
122
}
// namespace ns3
123
124
#endif
/* QOS_UTILS_H */
ns3::QosUtilsIsOldPacket
bool QosUtilsIsOldPacket(uint16_t startingSeq, uint16_t seqNumber)
This function checks if packet with sequence number seqNumber is an "old" packet. ...
Definition:
qos-utils.cc:86
ns3::AC_VI
Video.
Definition:
qos-utils.h:42
ns3::AC_VO
Voice.
Definition:
qos-utils.h:44
ns3::AC_BE
Best Effort.
Definition:
qos-utils.h:38
ns3::QosUtilsGetTidForPacket
uint8_t QosUtilsGetTidForPacket(Ptr< const Packet > packet)
If a qos tag is attached to the packet, returns a value < 8.
Definition:
qos-utils.cc:60
ns3::AC_BK
Background.
Definition:
qos-utils.h:40
ns3::QosUtilsMapTidToAc
AcIndex QosUtilsMapTidToAc(uint8_t tid)
Maps TID (Traffic ID) to Access classes.
Definition:
qos-utils.cc:27
ns3
Every class exported by the ns3 library is enclosed in the ns3 namespace.
ns3::QosUtilsMapSeqControlToUniqueInteger
uint32_t QosUtilsMapSeqControlToUniqueInteger(uint16_t seqControl, uint16_t endSequence)
Next function is useful to correctly sort buffered packets under block ack.
Definition:
qos-utils.cc:75
ns3::AC_BE_NQOS
Total number of ACs.
Definition:
qos-utils.h:47
ns3::AcIndex
AcIndex
This enumeration defines the Access Categories as an enumeration with values corresponding to the AC ...
Definition:
qos-utils.h:35
ns3::AC_UNDEF
Definition:
qos-utils.h:48
src
wifi
model
qos-utils.h
Generated on Thu Aug 13 2015 14:28:13 for ns-3 by
1.8.9.1