simulationinterfaces_private_files.cmake 3.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. # Copyright (c) Contributors to the Open 3D Engine Project.
  2. # For complete copyright and license terms please see the LICENSE at the root of this distribution.
  3. #
  4. # SPDX-License-Identifier: Apache-2.0 OR MIT
  5. #
  6. set(FILES
  7. Source/SimulationInterfacesModuleInterface.cpp
  8. Source/SimulationInterfacesModuleInterface.h
  9. Source/Clients/SimulationManager.cpp
  10. Source/Clients/SimulationManager.h
  11. Source/Clients/SimulationEntitiesManager.cpp
  12. Source/Clients/SimulationEntitiesManager.h
  13. Source/Clients/CommonUtilities.cpp
  14. Source/Clients/CommonUtilities.h
  15. Source/Clients/NamedPosesManager.cpp
  16. Source/Clients/NamedPosesManager.h
  17. Source/Clients/SimulationFeaturesAggregator.cpp
  18. Source/Clients/SimulationFeaturesAggregator.h
  19. Source/Clients/LevelManager.cpp
  20. Source/Clients/LevelManager.h
  21. Source/Clients/ROS2SimulationInterfacesSystemComponent.cpp
  22. Source/Clients/ROS2SimulationInterfacesSystemComponent.h
  23. Source/Interfaces/ISimulationFeaturesBase.h
  24. Source/Actions/SimulateStepsActionServerHandler.cpp
  25. Source/Actions/SimulateStepsActionServerHandler.h
  26. Source/Services/GetEntitiesServiceHandler.cpp
  27. Source/Services/GetEntitiesServiceHandler.h
  28. Source/Services/DeleteEntityServiceHandler.cpp
  29. Source/Services/DeleteEntityServiceHandler.h
  30. Source/Services/GetNamedPoseBoundsServiceHandler.cpp
  31. Source/Services/GetNamedPoseBoundsServiceHandler.h
  32. Source/Services/GetNamedPosesServiceHandler.cpp
  33. Source/Services/GetNamedPosesServiceHandler.h
  34. Source/Services/GetEntityInfoServiceHandler.cpp
  35. Source/Services/GetEntityInfoServiceHandler.h
  36. Source/Services/GetEntitiesStatesServiceHandler.cpp
  37. Source/Services/GetEntitiesStatesServiceHandler.h
  38. Source/Services/GetEntityStateServiceHandler.cpp
  39. Source/Services/GetEntityStateServiceHandler.h
  40. Source/Services/SetEntityStateServiceHandler.cpp
  41. Source/Services/SetEntityStateServiceHandler.h
  42. Source/Services/SetEntityInfoServiceHandler.cpp
  43. Source/Services/SetEntityInfoServiceHandler.h
  44. Source/Services/GetEntityBoundsServiceHandler.cpp
  45. Source/Services/GetEntityBoundsServiceHandler.h
  46. Source/Services/GetSpawnablesServiceHandler.cpp
  47. Source/Services/GetSpawnablesServiceHandler.h
  48. Source/Services/SpawnEntityServiceHandler.cpp
  49. Source/Services/SpawnEntityServiceHandler.h
  50. Source/Services/ResetSimulationServiceHandler.cpp
  51. Source/Services/ResetSimulationServiceHandler.h
  52. Source/Services/GetSimulatorFeaturesServiceHandler.cpp
  53. Source/Services/GetSimulatorFeaturesServiceHandler.h
  54. Source/Services/SetSimulationStateServiceHandler.cpp
  55. Source/Services/SetSimulationStateServiceHandler.h
  56. Source/Services/GetSimulationStateServiceHandler.cpp
  57. Source/Services/GetSimulationStateServiceHandler.h
  58. Source/Services/StepSimulationServiceHandler.cpp
  59. Source/Services/StepSimulationServiceHandler.h
  60. Source/Services/GetAvailableWorldsServiceHandler.cpp
  61. Source/Services/GetAvailableWorldsServiceHandler.h
  62. Source/Services/GetCurrentWorldServiceHandler.cpp
  63. Source/Services/GetCurrentWorldServiceHandler.h
  64. Source/Services/LoadWorldServiceHandler.cpp
  65. Source/Services/LoadWorldServiceHandler.h
  66. Source/Services/UnloadWorldServiceHandler.cpp
  67. Source/Services/UnloadWorldServiceHandler.h
  68. Source/Components/NamedPoseComponent.cpp
  69. Source/Components/NamedPoseComponent.h
  70. )