2
0

ros2_shared_api_files.cmake 941 B

12345678910111213141516171819202122232425
  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. set(FILES
  6. Source/Clients/ROS2SystemComponent.cpp
  7. Source/Clients/ROS2SystemComponent.h
  8. Source/Clock/ROS2Clock.cpp
  9. Source/Clock/ROS2TimeSource.cpp
  10. Source/Clock/SimulationTimeSource.cpp
  11. Source/Clock/RealTimeSource.cpp
  12. Source/Communication/QoS.cpp
  13. Source/Communication/PublisherConfiguration.cpp
  14. Source/Communication/TopicConfiguration.cpp
  15. Source/Frame/NamespaceConfiguration.cpp
  16. Source/Frame/ROS2FrameComponent.cpp
  17. Source/Frame/ROS2FrameConfiguration.cpp
  18. Source/Frame/ROS2Transform.cpp
  19. Source/ROS2ModuleInterface.cpp
  20. Source/ROS2ModuleInterface.h
  21. Source/Sensor/Events/PhysicsBasedSource.cpp
  22. Source/Sensor/Events/TickBasedSource.cpp
  23. Source/Utilities/ROS2Names.cpp
  24. )