Test case to unit test satellite mobility's position setting from list position allocator. More...
Public Member Functions | |
SatMobilityList2TestCase () | |
virtual | ~SatMobilityList2TestCase () |
Private Member Functions | |
virtual void | DoRun (void) |
Test case to unit test satellite mobility's position setting from list position allocator.
Conversion expected to happen. (Constant position mobility model used).
This case tests that SatConstantPositionMobilityModel object can be created successfully and position allocation can be done with list allocator when they operate using geodetic coordinates.
Expected result: Positions should be same as set to allocator. But due to needed conversion they are not necessarily exactly same, so some tolerance is accepted.
Notes: SatMobilityModel and SatListPositionAllocator (SatPositionAllocator) attributes AsGeoCoordinates define, if mobility and allocator operate using geodetic coordinates or using Cartesian Coordinates. By default geodetic coordinates is used.
Definition at line 260 of file satellite-mobility-test.cc.
SatMobilityList2TestCase::SatMobilityList2TestCase | ( | ) |
Definition at line 270 of file satellite-mobility-test.cc.
|
virtual |
Definition at line 275 of file satellite-mobility-test.cc.
|
privatevirtual |
Definition at line 280 of file satellite-mobility-test.cc.