A Discrete-Event Network Simulator
API
Network Animation

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

+ Collaboration diagram for Network Animation:

Modules

 animation module tests
 

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
 AnimPacketInfo class. More...
 
class  ns3::AnimationInterface::AnimXmlElement
 AnimXmlElement class. More...
 
struct  ns3::AnimationInterface::Ipv4RoutePathElement
 Ipv4RoutePathElement structure. More...
 
struct  ns3::AnimationInterface::Ipv4RouteTrackElement
 Ipv4RouteTrackElement structure. More...
 
struct  ns3::AnimationInterface::LinkPairCompare
 LinkPairCompare structure. More...
 
struct  ns3::AnimationInterface::LinkProperties
 LinkProperties structure. More...
 
struct  ns3::AnimationInterface::NodeSize
 NodeSize structure. More...
 
struct  ns3::AnimationInterface::P2pLinkNodeIdPair
 P2pLinkNodeIdPair structure. More...
 
struct  ns3::AnimationInterface::Rgb
 RGB structure. More...
 

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, ns3::AnimationInterface::LRWPAN, ns3::AnimationInterface::WAVE
}
 ProtocolType enumeration. More...
 

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 86 of file animation-interface.h.

ProtocolType enumeration.

Enumerator
UAN 
LTE 
WIFI 
WIMAX 
CSMA 
LRWPAN 
WAVE 

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