#include "ns3/object.h"
#include "ns3/simulator.h"
#include "ns3/trace-source-accessor.h"
#include "ns3/traced-value.h"
#include "ns3/uinteger.h"
#include <iostream>
Go to the source code of this file.
Classes | |
class | MyObject |
Tutorial 4 - a simple Object to show how to hook a trace. More... | |
Functions | |
void | IntTrace (int32_t oldValue, int32_t newValue) |