1
0
Fork 0
flightgear/test_suite/FGTestApi
James Turner 6d70f48f73 Extend the waypoint / POI nav-data types
- add new VRP type
- add the concept of temporary waypoints / POIs which are not stored
  in the persisten cache
- add Nasal APIs to create/delete/move waypoints, in addition to the
  existing create-waypoint and delete-waypoint commands
- allow POIs/waypoints to have names as well as idents
- Ensure ident/name and spatial queries work correctly for temporary
  and dynamic waypoints
- add test coverage for all this
2024-01-26 11:11:17 +00:00
..
CMakeLists.txt Switch test_suite build to use an OBJECT library 2021-03-08 16:59:15 +00:00
NasalUnitTesting_TestSuite.cxx Fix up linkage of Nasal tests inside CppUnit 2022-01-05 15:41:33 +00:00
NavDataCache.cxx Tests: fix compilation 2023-07-21 16:33:48 +01:00
NavDataCache.hxx Add missing license 2020-05-30 15:59:07 +01:00
PrivateAccessorFDM.cxx TestSuite: Shifted the YASim atmosphere test into the CppUnit framework. 2018-07-26 15:52:07 +02:00
PrivateAccessorFDM.hxx TestSuite: Shifted the YASim atmosphere test into the CppUnit framework. 2018-07-26 15:52:07 +02:00
scene_graph.cxx SGSubsystem classes: Switch to the new SGSubsystemMgr::add() functions. 2022-11-17 15:57:39 +00:00
scene_graph.hxx TestSuite: Implementation of FGTestApi. 2018-07-26 15:52:06 +02:00
testApis.cxx Add tests cases around bug 2616 2021-08-21 13:09:39 +01:00
TestDataLogger.cxx Add test-data logger 2020-05-30 15:58:59 +01:00
TestDataLogger.hxx Add test-data logger 2020-05-30 15:58:59 +01:00
testGlobals.cxx Extend the waypoint / POI nav-data types 2024-01-26 11:11:17 +00:00
testGlobals.hxx Extend the waypoint / POI nav-data types 2024-01-26 11:11:17 +00:00
TestPilot.cxx SGSubsystem classes: Switch to the new SGSubsystemMgr::add() functions. 2022-11-17 15:57:39 +00:00
TestPilot.hxx RoutePath: fix pointAlongPath for fly-overs 2022-01-20 20:33:37 +00:00