#include <ns3/nstime.h>
#include <ns3/object.h>
#include <ns3/ptr.h>
Go to the source code of this file.
Classes | |
class | ns3::LteChunkProcessor |
This abstract class is used to process the time-vs-frequency SINR/interference/power chunk of a received LTE signal which was calculated by the LteInterference object. More... | |
class | ns3::LteSpectrumValueCatcher |
A sink to be plugged to the callback of LteChunkProcessor allowing to save and later retrieve the latest reported value. More... | |
Namespaces | |
ns3 | |
Every class exported by the ns3 library is enclosed in the ns3 namespace. | |
Typedefs | |
typedef Callback< void, const SpectrumValue & > | ns3::LteChunkProcessorCallback |
Chunk processor callback typedef. More... | |