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 #include "ns3/mesh-wifi-interface-mac.h"
24 namespace ns3 {
25 namespace dot11s {
42 {
43 public:
45  static TypeId GetTypeId ();
47  void SetTestLength (uint16_t testLength);
48  void SetHeaderTid (uint8_t tid);
49 private:
52 };
53 } // namespace dot11s
54 } // namespace ns3
55 #endif
Smart pointer class similar to boost::intrusive_ptr.
Definition: ptr.h:73
tuple mac
Definition: third.py:92
Every class exported by the ns3 library is enclosed in the ns3 namespace.
an EUI-48 address
Definition: mac48-address.h:43
A base class which provides memory management and object aggregation.
Definition: object.h:87
a unique identifier for an interface.
Definition: type-id.h:58
Implements the IEEE 802.11 MAC header.