#include "ns3/applications-module.h"
#include "ns3/core-module.h"
#include "ns3/internet-module.h"
#include "ns3/netanim-module.h"
#include "ns3/network-module.h"
#include "ns3/point-to-point-layout-module.h"
#include "ns3/point-to-point-module.h"
#include <iostream>
Go to the source code of this file.
Classes | |
struct | Rgb |
RGB structure. More... | |
Functions | |
void | modify () |
Variables | |
Rgb | colors [] |
AnimationInterface * | pAnim = nullptr |
void modify | ( | ) |
Definition at line 36 of file colors-link-description.cc.
References Rgb::b, colors, Rgb::g, ns3::Time::GetSeconds(), modify(), ns3::Simulator::Now(), pAnim, Rgb::r, ns3::Simulator::Schedule(), ns3::Seconds(), ns3::AnimationInterface::UpdateLinkDescription(), ns3::AnimationInterface::UpdateNodeColor(), and ns3::AnimationInterface::UpdateNodeDescription().
Referenced by modify().
Rgb colors[] |
Definition at line 29 of file colors-link-description.cc.
Referenced by modify().
AnimationInterface* pAnim = nullptr |
Definition at line 19 of file colors-link-description.cc.
Referenced by modify().