#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"
Go to the source code of this file.
Classes | |
struct | rgb |
RGB structure. More... | |
Functions | |
void | modify () |
Variables | |
struct rgb | colors [] |
AnimationInterface * | pAnim = 0 |
void modify | ( | ) |
Definition at line 46 of file colors-link-description.cc.
References rgb::b, colors, rgb::g, ns3::Time::GetSeconds(), ns3::Simulator::Now(), pAnim, rgb::r, ns3::Simulator::Schedule(), ns3::Seconds(), ns3::AnimationInterface::UpdateLinkDescription(), ns3::AnimationInterface::UpdateNodeColor(), and ns3::AnimationInterface::UpdateNodeDescription().
struct rgb colors[] |
Definition at line 31 of file colors-link-description.cc.
Referenced by modify().
AnimationInterface* pAnim = 0 |
Definition at line 31 of file colors-link-description.cc.
Referenced by modify().