#include "../model/satellite-cno-estimator.h"#include "../utils/satellite-env-variables.h"#include "ns3/boolean.h"#include "ns3/config.h"#include "ns3/log.h"#include "ns3/simulator.h"#include "ns3/singleton.h"#include "ns3/string.h"#include "ns3/test.h"#include "ns3/timer.h"#include <stdint.h>
Include dependency graph for satellite-cno-estimator-test.cc:Go to the source code of this file.
Classes | |
| class | SatBasicCnoEstimatorTestSuite |
| Test suite for Satellite C/N0 estimator unit test cases. More... | |
| class | SatBasicEstimatorAverageTestCase |
| Test case to unit test satellite C/N0 estimator with mode AVERAGE. More... | |
| class | SatBasicEstimatorLastTestCase |
| Test case to unit test satellite C/N0 estimator with mode LAST. More... | |
| class | SatBasicEstimatorMinTestCase |
| Test case to unit test satellite C/N0 estimator with mode MINIMUM. More... | |
| class | SatEstimatorBaseTestCase |
Variables | |
| static SatBasicCnoEstimatorTestSuite | satCnoEstimatorUnit |
|
static |
Definition at line 431 of file satellite-cno-estimator-test.cc.