A Discrete-Event Network Simulator
API
geo-to-cartesian-test.cc File Reference
#include <ns3/geographic-positions.h>
#include <ns3/log.h>
#include <ns3/test.h>
+ Include dependency graph for geo-to-cartesian-test.cc:

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
 
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]
 

Variable Documentation

◆ g_GeoToCartesianTestSuite

GeoToCartesianTestSuite g_GeoToCartesianTestSuite
static

Definition at line 1894 of file geo-to-cartesian-test.cc.

◆ TOLERANCE

const double TOLERANCE = 10

Definition at line 30 of file geo-to-cartesian-test.cc.

Referenced by GeoToCartesianTestCase::DoRun().

◆ XGRS80_MATLAB

const double XGRS80_MATLAB[216]

Definition at line 522 of file geo-to-cartesian-test.cc.

Referenced by GeoToCartesianTestCase::DoRun().

◆ XSPHERE_MATLAB

const double XSPHERE_MATLAB[216]

Definition at line 32 of file geo-to-cartesian-test.cc.

Referenced by GeoToCartesianTestCase::DoRun().

◆ XWGS84_MATLAB

const double XWGS84_MATLAB[216]

Definition at line 1012 of file geo-to-cartesian-test.cc.

Referenced by GeoToCartesianTestCase::DoRun().

◆ YGRS80_MATLAB

const double YGRS80_MATLAB[216]

Definition at line 578 of file geo-to-cartesian-test.cc.

Referenced by GeoToCartesianTestCase::DoRun().

◆ YSPHERE_MATLAB

const double YSPHERE_MATLAB[216]

Definition at line 88 of file geo-to-cartesian-test.cc.

Referenced by GeoToCartesianTestCase::DoRun().

◆ YWGS84_MATLAB

const double YWGS84_MATLAB[216]

Definition at line 1068 of file geo-to-cartesian-test.cc.

Referenced by GeoToCartesianTestCase::DoRun().

◆ ZGRS80_MATLAB

const double ZGRS80_MATLAB[216]

Definition at line 795 of file geo-to-cartesian-test.cc.

Referenced by GeoToCartesianTestCase::DoRun().

◆ ZSPHERE_MATLAB

const double ZSPHERE_MATLAB[216]

Definition at line 305 of file geo-to-cartesian-test.cc.

Referenced by GeoToCartesianTestCase::DoRun().

◆ ZWGS84_MATLAB

const double ZWGS84_MATLAB[216]

Definition at line 1285 of file geo-to-cartesian-test.cc.

Referenced by GeoToCartesianTestCase::DoRun().