|
A Discrete-Event Network Simulator
|
API
|
Go to the documentation of this file.
21 #ifndef WAVEFORM_GENERATOR_H
22 #define WAVEFORM_GENERATOR_H
25 #include <ns3/spectrum-value.h>
26 #include <ns3/mobility-model.h>
27 #include <ns3/packet.h>
28 #include <ns3/nstime.h>
29 #include <ns3/net-device.h>
30 #include <ns3/spectrum-phy.h>
31 #include <ns3/spectrum-channel.h>
32 #include <ns3/trace-source-accessor.h>
33 #include <ns3/event-id.h>
124 virtual void Start ();
130 virtual void Stop ();
a unique identifier for an interface.
An identifier for simulation events.
Every class exported by the ns3 library is enclosed in the ns3 namespace.
Smart pointer class similar to boost::intrusive_ptr.
Abstract base class for Spectrum-aware PHY layers.
Simulation virtual time values and global simulation resolution.
Forward calls to a chain of Callback.