#include <iostream>#include "ns3/core-module.h"#include "ns3/network-module.h"#include "ns3/internet-module.h"#include "ns3/point-to-point-module.h"#include "ns3/netanim-module.h"#include "ns3/applications-module.h"#include "ns3/point-to-point-layout-module.h"
 Include dependency graph for dynamic_linknode.cc:Go to the source code of this file.
Classes | |
| struct | rgb | 
Functions | |
| void | modify () | 
Variables | |
| struct rgb | colors [] | 
| AnimationInterface * | pAnim = 0 | 
| void modify | ( | ) | 
Definition at line 45 of file dynamic_linknode.cc.
References rgb::b, rgb::g, ns3::Time::GetSeconds(), ns3::Simulator::Now(), rgb::r, ns3::Simulator::Schedule(), ns3::Seconds(), ns3::AnimationInterface::UpdateLinkDescription(), ns3::AnimationInterface::UpdateNodeColor(), and ns3::AnimationInterface::UpdateNodeDescription().
 Here is the call graph for this function:| struct rgb colors[] | 
Definition at line 39 of file dynamic_linknode.cc.
| AnimationInterface* pAnim = 0 | 
Definition at line 31 of file dynamic_linknode.cc.