#include "ns3/core-module.h"
#include "ns3/gnuplot-helper.h"
#include "ns3/time-probe.h"
#include <string>
Go to the source code of this file.
Classes | |
class | Emitter |
This is our test object, an object that increments counters at various times and emits one of them as a trace source. More... | |
Functions | |
void | NotifyViaProbe (std::string context, double oldVal, double newVal) |
void | NotifyViaTraceSource (std::string context, Time oldVal, Time newVal) |
Variables | |
static ns3::GlobalValue | g_verbose ("verbose", "Whether to enable verbose output", ns3::BooleanValue(false), ns3::MakeBooleanChecker()) |
Definition at line 115 of file time-probe-example.cc.
References ns3::GlobalValue::GetValueByName(), and verbose.
Definition at line 102 of file time-probe-example.cc.
References ns3::Time::As(), ns3::GlobalValue::GetValueByName(), ns3::Time::S, and verbose.
|
static |