#include <ns3/geographic-positions.h>
#include <ns3/log.h>
#include <ns3/test.h>
Go to the source code of this file.
Classes | |
class | CartesianToGeoTestCase |
Cartesian to Geo Test Case. More... | |
class | GeoToCartesianTestCase |
Geo To Cartesian Test Case. More... | |
class | GeoToCartesianTestSuite |
Geo To Cartesian Test Suite. More... | |
Variables | |
static GeoToCartesianTestSuite | g_GeoToCartesianTestSuite |
Static variable for test initialization. More... | |
const double | TOLERANCE = 10 |
const double | XGRS80_MATLAB [216] |
const double | XSPHERE_MATLAB [216] |
const double | XWGS84_MATLAB [216] |
const double | YGRS80_MATLAB [216] |
const double | YSPHERE_MATLAB [216] |
const double | YWGS84_MATLAB [216] |
const double | ZGRS80_MATLAB [216] |
const double | ZSPHERE_MATLAB [216] |
const double | ZWGS84_MATLAB [216] |
const double TOLERANCE = 10 |
Definition at line 30 of file geo-to-cartesian-test.cc.
Referenced by GeoToCartesianTestCase::DoRun().
const double XGRS80_MATLAB[216] |
Definition at line 517 of file geo-to-cartesian-test.cc.
Referenced by GeoToCartesianTestCase::DoRun().
const double XSPHERE_MATLAB[216] |
Definition at line 32 of file geo-to-cartesian-test.cc.
Referenced by GeoToCartesianTestCase::DoRun().
const double XWGS84_MATLAB[216] |
Definition at line 1002 of file geo-to-cartesian-test.cc.
Referenced by GeoToCartesianTestCase::DoRun().
const double YGRS80_MATLAB[216] |
Definition at line 564 of file geo-to-cartesian-test.cc.
Referenced by GeoToCartesianTestCase::DoRun().
const double YSPHERE_MATLAB[216] |
Definition at line 79 of file geo-to-cartesian-test.cc.
Referenced by GeoToCartesianTestCase::DoRun().
const double YWGS84_MATLAB[216] |
Definition at line 1049 of file geo-to-cartesian-test.cc.
Referenced by GeoToCartesianTestCase::DoRun().
const double ZGRS80_MATLAB[216] |
Definition at line 783 of file geo-to-cartesian-test.cc.
Referenced by GeoToCartesianTestCase::DoRun().
const double ZSPHERE_MATLAB[216] |
Definition at line 298 of file geo-to-cartesian-test.cc.
Referenced by GeoToCartesianTestCase::DoRun().
const double ZWGS84_MATLAB[216] |
Definition at line 1268 of file geo-to-cartesian-test.cc.
Referenced by GeoToCartesianTestCase::DoRun().