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 ();
 
Simulation virtual time values and global simulation resolution. 
Smart pointer class similar to boost::intrusive_ptr. 
Abstract base class for Spectrum-aware PHY layers. 
Forward calls to a chain of Callback. 
Every class exported by the ns3 library is enclosed in the ns3 namespace. 
An identifier for simulation events. 
a unique identifier for an interface.