A Discrete-Event Network Simulator
API
Loading...
Searching...
No Matches
fourth.cc File Reference
#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>
+ Include dependency graph for fourth.cc:

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)
 

Function Documentation

◆ IntTrace()

void IntTrace ( int32_t  oldValue,
int32_t  newValue 
)

Definition at line 57 of file fourth.cc.