#include "ns3/packet.h"
#include "ns3/test.h"
#include <string>
#include <stdarg.h>
Go to the source code of this file.
Namespaces | |
namespace | ns3 |
Every class exported by the ns3 library is enclosed in the ns3 namespace. | |
namespace | ns3::anonymous_namespace{packet-test-suite.cc} |
Macros | |
#define | CHECK(p, n,...) DoCheck (p, __FILE__, __LINE__, n, __VA_ARGS__) |
#define | E(a, b, c) a,b,c |
Variables | |
static PacketTestSuite | ns3::g_packetTestSuite |
#define CHECK | ( | p, | |
n, | |||
... | |||
) | DoCheck (p, __FILE__, __LINE__, n, __VA_ARGS__) |
Definition at line 202 of file packet-test-suite.cc.
Referenced by ns3::PacketTest::DoRun().
#define E | ( | a, | |
b, | |||
c | |||
) | a,b,c |
Definition at line 200 of file packet-test-suite.cc.
Referenced by ns3::PacketTest::DoRun(), and ns3::LiIonEnergySource::GetVoltage().