#include <string>#include "ns3/core-module.h"#include "ns3/time-probe.h"#include "ns3/gnuplot-helper.h"
Include dependency graph for time-probe-example.cc:Go to the source code of this file.
Classes | |
| class | Emitter |
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()) |
| void NotifyViaProbe | ( | std::string | context, |
| double | oldVal, | ||
| double | newVal | ||
| ) |
Definition at line 126 of file time-probe-example.cc.
References ns3::BooleanValue::Get(), and verbose.
Here is the call graph for this function:Definition at line 114 of file time-probe-example.cc.
References ns3::BooleanValue::Get(), ns3::Time::GetSeconds(), and verbose.
Here is the call graph for this function:
|
static |