A Discrete-Event Network Simulator
API
Realtime Simulator

Realtime simulator implementation. More...

+ Collaboration diagram for Realtime Simulator:

Files

file  realtime-simulator-impl.cc
 ns3::RealTimeSimulatorImpl implementation.
 
file  realtime-simulator-impl.h
 ns3::RealtimeSimulatorImpl declaration.
 
file  synchronizer.cc
 ns3::Synchronizer implementation.
 
file  synchronizer.h
 ns3::Synchronizer declaration.
 
file  wall-clock-synchronizer.cc
 ns3::WallClockSynchronizer implementation.
 
file  wall-clock-synchronizer.h
 ns3::WallClockSynchronizer declaration.
 

Classes

class  ns3::RealtimeSimulatorImpl
 Realtime version of SimulatorImpl. More...
 
class  ns3::Synchronizer
 Base class used for synchronizing the simulation events to some real time "wall clock.". More...
 
class  ns3::WallClockSynchronizer
 Class used for synchronizing the simulation events to a real-time "wall clock" using Posix clock functions. More...
 

Detailed Description

Realtime simulator implementation.