#include "ns3/buffer.h"
#include "ns3/random-variable-stream.h"
#include "ns3/double.h"
#include "ns3/test.h"
Go to the source code of this file.
Classes | |
class | ns3::BufferTest |
class | ns3::BufferTestSuite |
Namespaces | |
namespace | ns3 |
Every class exported by the ns3 library is enclosed in the ns3 namespace. |
Macros | |
#define | ENSURE_WRITTEN_BYTES(buffer, n,...) |
Variables | |
static BufferTestSuite | ns3::g_bufferTestSuite |
#define ENSURE_WRITTEN_BYTES | ( | buffer, | |
n, | |||
... | |||
) |
Definition at line 65 of file buffer-test.cc.
Referenced by ns3::BufferTest::DoRun().