#include "ns3/application-container.h"#include "ns3/application-helper.h"#include "ns3/config.h"#include "ns3/double.h"#include "ns3/internet-stack-helper.h"#include "ns3/ipv4-address-helper.h"#include "ns3/ipv4-address.h"#include "ns3/ipv4-interface-container.h"#include "ns3/ipv4-l3-protocol.h"#include "ns3/ipv4-list-routing-helper.h"#include "ns3/node-container.h"#include "ns3/node.h"#include "ns3/nstime.h"#include "ns3/packet-sink-helper.h"#include "ns3/packet-sink.h"#include "ns3/pointer.h"#include "ns3/rng-seed-manager.h"#include "ns3/simple-net-device-helper.h"#include "ns3/string.h"#include "ns3/test.h"#include "ns3/tgax-virtual-desktop.h"#include "ns3/traced-callback.h"#include <string>#include <vector>Go to the source code of this file.
Classes | |
| class | TgaxVirtualDesktopTestCase |
| TGax VDI traffic test. More... | |
| class | TgaxVirtualDesktopTestSuite |
| TgaxVirtualDesktop TestSuite. More... | |
| struct | TgaxVirtualDesktopTestCase::TxInfo |
| Information about a transmitted VDI packet. More... | |
| struct | TgaxVirtualDesktopTestCase::VdiParams |
| Information about VDI parameters. More... | |
Variables | |
| static TgaxVirtualDesktopTestSuite | g_TgaxVirtualDesktopTestSuite |
| Static variable for test initialization. | |
|
static |
Static variable for test initialization.
Definition at line 276 of file tgax-virtual-desktop-test-suite.cc.