#include <string>
#include "ns3/core-module.h"
#include "ns3/double-probe.h"
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, double oldVal, double newVal) |
void NotifyViaProbe | ( | std::string | context, |
double | oldVal, | ||
double | newVal | ||
) |
Definition at line 116 of file double-probe-example.cc.
References NS_LOG_DEBUG.
void NotifyViaTraceSource | ( | std::string | context, |
double | oldVal, | ||
double | newVal | ||
) |
Definition at line 109 of file double-probe-example.cc.
References NS_LOG_DEBUG.