A Discrete-Event Network Simulator
API
Network Animation

This section documents the API of the ns-3 netanim module. More...

Classes

class  ns3::AnimationInterface
 Interface to network animator. More...
 
class  ns3::AnimByteTag
 Byte tag using by Anim to uniquely identify packets. More...
 
class  ns3::AnimationInterface::AnimPacketInfo
 
class  ns3::AnimationInterface::AnimXmlElement
 
struct  ns3::AnimationInterface::Ipv4RoutePathElement
 
struct  ns3::AnimationInterface::Ipv4RouteTrackElement
 
struct  ns3::AnimationInterface::LinkPairCompare
 
struct  ns3::AnimationInterface::LinkProperties
 
struct  ns3::AnimationInterface::NodeSize
 
struct  ns3::AnimationInterface::P2pLinkNodeIdPair
 
struct  ns3::AnimationInterface::Rgb
 

Enumerations

enum  ns3::AnimationInterface::CounterType { ns3::AnimationInterface::UINT32_COUNTER, ns3::AnimationInterface::DOUBLE_COUNTER }
 Counter Types. More...
 
enum  ns3::AnimationInterface::ProtocolType {
  ns3::AnimationInterface::UAN, ns3::AnimationInterface::LTE, ns3::AnimationInterface::WIFI, ns3::AnimationInterface::WIMAX,
  ns3::AnimationInterface::CSMA
}
 

Detailed Description

This section documents the API of the ns-3 netanim module.

For a generic functional description, please refer to the ns-3 manual.

Enumeration Type Documentation

Counter Types.

Enumerator
UINT32_COUNTER 
DOUBLE_COUNTER 

Definition at line 84 of file animation-interface.h.

Enumerator
UAN 
LTE 
WIFI 
WIMAX 
CSMA 

Definition at line 492 of file animation-interface.h.