A Discrete-Event Network Simulator
API
airtime-metric.h
Go to the documentation of this file.
1 /* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
2 /*
3  * Copyright (c) 2009 IITP RAS
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  * Authors: Kirill Andreev <andreev@iitp.ru>
19  */
20 
21 #ifndef AIRTIME_METRIC_H
22 #define AIRTIME_METRIC_H
23 
24 #include "ns3/mesh-wifi-interface-mac.h"
25 #include "ns3/wifi-mac-header.h"
26 
27 namespace ns3 {
28 namespace dot11s {
45 {
46 public:
52  static TypeId GetTypeId ();
70 private:
75  void SetTestLength (uint16_t testLength);
80  void SetHeaderTid (uint8_t tid);
81 
84 };
85 } // namespace dot11s
86 } // namespace ns3
87 #endif
an EUI-48 address
Definition: mac48-address.h:44
A base class which provides memory management and object aggregation.
Definition: object.h:88
Smart pointer class similar to boost::intrusive_ptr.
Definition: ptr.h:74
a unique identifier for an interface.
Definition: type-id.h:59
Implements the IEEE 802.11 MAC header.
Every class exported by the ns3 library is enclosed in the ns3 namespace.
mac
Definition: third.py:99