Control the virtual time and the execution of simulation events. More...
Modules | |
Realtime Simulator | |
Realtime simulator implementation. | |
Files | |
file | default-simulator-impl.cc |
ns3::DefaultSimulatorImpl implementation. | |
file | default-simulator-impl.h |
ns3::DefaultSimulatorImpl declaration. | |
file | des-metrics.cc |
ns3::DesMetrics implementation. | |
file | des-metrics.h |
ns3::DesMetrics declaration. | |
file | sample-simulator.cc |
Example program demonstrating use of various Schedule functions. | |
file | sample-simulator.py |
Python example program demonstrating use of various Schedule functions. | |
file | simulator-impl.cc |
ns3::SimulatorImpl implementation. | |
file | simulator-impl.h |
ns3::SimulatorImpl declaration. | |
file | simulator.cc |
ns3::Simulator implementation, as well as implementation pointer, global scheduler implementation, and default ns3::NodePrinter and ns3::TimePrinter. | |
file | simulator.h |
ns3::Simulator declaration. | |
Classes | |
class | ns3::DefaultSimulatorImpl |
The default single process simulator implementation. More... | |
class | ns3::DesMetrics |
Event trace data collector for the DES Metrics project. More... | |
class | ns3::DistributedSimulatorImpl |
Distributed simulator implementation using lookahead. More... | |
class | ns3::Simulator |
Control the scheduling of simulation events. More... | |
class | ns3::SimulatorImpl |
The SimulatorImpl base class. More... | |
class | ns3::VisualSimulatorImpl |
A replacement simulator that starts the visualizer. More... | |
Functions | |
static SimulatorImpl * | ns3::GetImpl (void) |
Get the SimulatorImpl singleton. More... | |
Time | ns3::Now (void) |
create an ns3::Time instance which contains the current simulation time. More... | |
static SimulatorImpl ** | ns3::PeekImpl (void) |
Get the static SimulatorImpl instance. More... | |
Variables | |
static GlobalValue | ns3::g_simTypeImpl |
The specific simulator implementation to use. More... | |
Control the virtual time and the execution of simulation events.
|
static |
Get the SimulatorImpl singleton.
Definition at line 152 of file simulator.cc.
References ns3::ObjectFactory::Create(), ns3::g_schedTypeImpl, ns3::g_simTypeImpl, ns3::StringValue::Get(), ns3::GetPointer(), ns3::GlobalValue::GetValue(), ns3::LogSetNodePrinter(), ns3::LogSetTimePrinter(), ns3::NodePrinter(), ns3::PeekImpl(), ns3::ObjectFactory::SetTypeId(), and ns3::TimePrinter().
Referenced by ns3::Simulator::Cancel(), ns3::Simulator::DoSchedule(), ns3::Simulator::DoScheduleDestroy(), ns3::Simulator::DoScheduleNow(), ns3::Simulator::GetContext(), ns3::Simulator::GetDelayLeft(), ns3::Simulator::GetImplementation(), ns3::Simulator::GetMaximumSimulationTime(), ns3::Simulator::GetSystemId(), ns3::Simulator::IsExpired(), ns3::Simulator::IsFinished(), ns3::Simulator::Now(), ns3::Simulator::Remove(), ns3::Simulator::Run(), ns3::Simulator::ScheduleWithContext(), ns3::Simulator::SetScheduler(), and ns3::Simulator::Stop().
Time ns3::Now | ( | void | ) |
create an ns3::Time instance which contains the current simulation time.
This is really a shortcut for the ns3::Simulator::Now method. It is typically used as shown below to schedule an event which expires at the absolute time "2 seconds":
Definition at line 365 of file simulator.cc.
References ns3::Simulator::Now().
Referenced by ChannelAccessManagerTest::AddAccessRequestWithAckTimeout(), ChannelAccessManagerTest::AddAccessRequestWithSuccessfullAck(), ChannelAccessManagerTest::AddAckTimeoutReset(), ChannelAccessManagerTest::AddCcaBusyEvt(), ChannelAccessManagerTest::AddNavReset(), ChannelAccessManagerTest::AddNavStart(), ChannelAccessManagerTest::AddRxErrorEvt(), ChannelAccessManagerTest::AddRxInsideSifsEvt(), ChannelAccessManagerTest::AddRxOkEvt(), ChannelAccessManagerTest::AddRxStartEvt(), ChannelAccessManagerTest::AddSwitchingEvt(), ChannelAccessManagerTest::AddTxEvt(), ns3::DefaultChannelScheduler::AssignDefaultCchAccess(), TcpBytesInFlightTest::BytesInFlightTrace(), RoutingExperiment::CheckThroughput(), Experiment::CheckThroughput(), DsdvManetExample::CheckThroughput(), VanetRoutingExperiment::CheckThroughput(), ns3::SpectrumInterference::ConditionallyEvaluateChunk(), ns3::LteInterference::ConditionallyEvaluateChunk(), LteDownlinkPowerControlRrcConnectionReconfigurationTestCase::ConnectionReconfigurationEnb(), LteDownlinkPowerControlRrcConnectionReconfigurationTestCase::ConnectionReconfigurationUe(), VanetRoutingExperiment::CourseChange(), WaypointLazyNotifyFalse::CourseChangeCallback(), WaypointLazyNotifyTrue::CourseChangeCallback(), CwndChange(), Ns3TcpCwndTestCase1::CwndChange(), Ns3TcpCwndTestCase2::CwndChange(), Ns3TcpCwndTestCase2::CwndChangeNotInflated(), Ns3TcpLossTestCase::CwndTracer(), LrWpanAckTestCase::DataConfirm(), LrWpanAckTestCase::DataIndication(), CoDelQueueDiscBasicDrop::Dequeue(), LteFrAreaTestCase::DlDataRxStart(), CarrierAggregationTestCase::DlScheduling(), LteLinkAdaptationTestCase::DlScheduling(), LteCqiGenerationTestCase::DlScheduling(), LtePathlossModelSystemTestCase::DlScheduling(), LteInterferenceTestCase::DlScheduling(), LteCqiGenerationDlPowerControlTestCase::DlScheduling(), ns3::SpectrumInterference::DoAddSignal(), LiIonEnergyTestCase::DoRun(), BasicEnergyHarvesterTestCase::DoRun(), LrWpanAckTestCase::DoRun(), ns3::SpectrumInterference::DoSubtractSignal(), ns3::Watchdog::Expire(), LrWpanAckTestCase::ExtendedAddressingDataConfirm(), LrWpanAckTestCase::ExtendedAddressingDataIndication(), ns3::JakesProcess::GetComplexGain(), ns3::ChannelCoordinator::GetIntervalTime(), LenaMimoTestCase::GetRlcBufferSample(), Ipv4DynamicGlobalRoutingTestCase::HandleRead(), LteHandoverTargetTestCase::HandoverStartCallback(), Ns3TcpStateTestCase::Ipv4L3Tx(), Ns3TcpLossTestCase::Ipv4L3Tx(), Ns3TcpInteroperabilityTestCase::Ipv4L3Tx(), OcbWifiMacTestCase::MacAssoc(), JakesPropagationExample::Next(), ChannelAccessManagerTest::NotifyAccessGranted(), ChannelCoordinationTestCase::NotifyCchStartNow(), ChannelAccessManagerTest::NotifyChannelSwitching(), ChannelAccessManagerTest::NotifyCollision(), ChannelCoordinationTestCase::NotifyGuardStartNow(), ChannelAccessManagerTest::NotifyInternalCollision(), DcfImmediateAccessBroadcastTestCase::NotifyPhyTxBegin(), ChannelCoordinationTestCase::NotifySchStartNow(), SimulatorEventsTestCase::NowUs(), LrWpanCcaTestCase::PhyRxBegin(), LrWpanCcaTestCase::PhyRxDrop(), LrWpanCcaTestCase::PhyRxEnd(), OcbWifiMacTestCase::PhyRxOkTrace(), LrWpanCcaTestCase::PhyTxBegin(), LrWpanCcaTestCase::PhyTxEnd(), OcbWifiMacTestCase::PhyTxTrace(), ns3::Watchdog::Ping(), LrWpanCcaTestCase::PlmeCcaConfirm(), PrintReceivedPacket(), PrintReceivedRoutingPacket(), ns3::aodv::RoutingProtocol::PrintRoutingTable(), ns3::dsdv::RoutingProtocol::PrintRoutingTable(), ns3::Ipv4StaticRouting::PrintRoutingTable(), ns3::Ipv4ListRouting::PrintRoutingTable(), ns3::Ipv4GlobalRouting::PrintRoutingTable(), ns3::Ipv6ListRouting::PrintRoutingTable(), ns3::Rip::PrintRoutingTable(), ns3::RipNg::PrintRoutingTable(), ns3::Ipv6StaticRouting::PrintRoutingTable(), ns3::olsr::RoutingProtocol::PrintRoutingTable(), ThreeGppHttpObjectTestCase::ProgressCallback(), LteUplinkPowerControlTestCase::PucchTxPowerTrace(), LteUplinkPowerControlTestCase::PuschTxPowerTrace(), WaveNetDeviceExample::Receive(), Receiver::Receive(), Bug730TestCase::Receive(), AnnexC_TestCase::Receive(), DsdvManetExample::ReceivePacket(), LrWpanPlmeAndPdInterfaceTestCase::ReceivePdDataIndication(), WaveNetDeviceExample::ReceiveVsa(), LteUeMeasurementsTestCase::RecvMeasurementReport(), LteUeMeasurementsPiecewiseTestCase1::RecvMeasurementReportCallback(), LteUeMeasurementsPiecewiseTestCase2::RecvMeasurementReportCallback(), LteUeMeasurementsHandoverTestCase::RecvMeasurementReportCallback(), LteUeMeasurementsTestCase::ReportUeMeasurements(), NetAnimExperiment::ResetData(), Experiment::ResetData(), TcpZeroWindowTest::Rx(), TcpSlowStartNormalTest::Rx(), RxDrop(), EpsBearerTagUdpClient::Send(), Bug772ChainTest::SendData(), HwmpProactiveRegressionTest::SendData(), FlameRegressionTest::SendData(), HwmpSimplestRegressionTest::SendData(), HwmpReactiveRegressionTest::SendData(), HwmpDoRfRegressionTest::SendDataA(), HwmpDoRfRegressionTest::SendDataB(), HwmpDoRfRegressionTest::SendDataC(), AnnexC_TestCase::SendPacket(), ChainRegressionTest::SendPing(), ChannelAccessTestCase::SendX(), LteUplinkPowerControlTestCase::SetTpcConfiguration(), LteFrAreaTestCase::SimpleTeleportUe(), LteUplinkPowerControlTestCase::SrsTxPowerTrace(), ns3::WaveformGenerator::Start(), ns3::ChannelCoordinator::StartChannelCoordination(), Ns3TcpStateTestCase::StartFlow(), Ns3TcpLossTestCase::StartFlow(), ns3::SpectrumInterference::StartRx(), ns3::LteInterference::StartRx(), LteUplinkPowerControlTestCase::TeleportUe(), LteFrAreaTestCase::TeleportUe(), LteFrAreaTestCase::TeleportUe2(), ChannelAccessTestCase::TestAlternating(), ChannelAccessTestCase::TestAlternatingAfter(), ChannelAccessTestCase::TestContinuous(), ChannelAccessTestCase::TestContinuousAfter(), ChannelAccessTestCase::TestExtended(), ChannelAccessTestCase::TestExtendedAfter(), ChannelCoordinationTestCase::TestIntervalAfter(), ProbeTestCase1::TraceSink(), WaveformGeneratorTestCase::TraceWave(), TcpZeroWindowTest::Tx(), TcpSlowStartNormalTest::Tx(), LteFrAreaTestCase::UlDataRxStart(), CarrierAggregationTestCase::UlScheduling(), LteCqiGenerationTestCase::UlScheduling(), LteInterferenceTestCase::UlScheduling(), LteCqiGenerationDlPowerControlTestCase::UlScheduling(), ns3::SpectrumAnalyzer::UpdateEnergyReceivedSoFar(), NetAnimExperiment::UpdatePositions(), Experiment::UpdatePositions(), ns3::WriteAveragePowerSpectralDensityReport(), Ns3TcpStateTestCase::WriteUntilBufferFull(), and Ns3TcpLossTestCase::WriteUntilBufferFull().
|
static |
Get the static SimulatorImpl instance.
Definition at line 140 of file simulator.cc.
Referenced by ns3::Simulator::Cancel(), ns3::Simulator::Destroy(), ns3::GetImpl(), ns3::Simulator::GetSystemId(), ns3::Simulator::IsExpired(), ns3::Simulator::Remove(), and ns3::Simulator::SetImplementation().
|
static |
The specific simulator implementation to use.
Must be derived from SimulatorImpl.
Definition at line 63 of file simulator.cc.
Referenced by ns3::GetImpl().