A Discrete-Event Network Simulator
API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
double-probe-example.cc File Reference
#include <string>
#include "ns3/core-module.h"
#include "ns3/double-probe.h"
+ Include dependency graph for double-probe-example.cc:

Go to the source code of this file.

Classes

class  Emitter
 

Functions

int main (int argc, char *argv[])
 
void NotifyViaProbe (std::string context, double oldVal, double newVal)
 
void NotifyViaTraceSource (std::string context, double oldVal, double newVal)
 

Function Documentation

void NotifyViaProbe ( std::string  context,
double  oldVal,
double  newVal 
)

Definition at line 110 of file double-probe-example.cc.

References NS_LOG_DEBUG.

Referenced by main().

+ Here is the caller graph for this function:

void NotifyViaTraceSource ( std::string  context,
double  oldVal,
double  newVal 
)

Definition at line 103 of file double-probe-example.cc.

References NS_LOG_DEBUG.

Referenced by main().

+ Here is the caller graph for this function: