ros2_api_files.cmake 1.2 KB

123456789101112131415161718192021222324252627282930
  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. Include/ROS2/ROS2Bus.h
  7. Include/ROS2/ROS2GemUtilities.h
  8. Include/ROS2/ROS2TypeIds.h
  9. Include/ROS2/Clock/ROS2Clock.h
  10. Include/ROS2/Clock/ITimeSource.h
  11. Include/ROS2/Clock/ROS2TimeSource.h
  12. Include/ROS2/Clock/SimulationTimeSource.h
  13. Include/ROS2/Clock/RealTimeSource.h
  14. Include/ROS2/Communication/PublisherConfiguration.h
  15. Include/ROS2/Communication/TopicConfiguration.h
  16. Include/ROS2/Communication/QoS.h
  17. Include/ROS2/Frame/NamespaceConfiguration.h
  18. Include/ROS2/Frame/ROS2FrameComponent.h
  19. Include/ROS2/Frame/ROS2FrameConfiguration.h
  20. Include/ROS2/Frame/ROS2Transform.h
  21. Include/ROS2/Sensor/Events/EventSourceAdapter.h
  22. Include/ROS2/Sensor/Events/SensorEventSource.h
  23. Include/ROS2/Sensor/Events/PhysicsBasedSource.h
  24. Include/ROS2/Sensor/Events/TickBasedSource.h
  25. Include/ROS2/Spawner/SpawnerBus.h
  26. Include/ROS2/Spawner/SpawnerBusHandler.h
  27. Include/ROS2/Utilities/ROS2Conversions.h
  28. Include/ROS2/Utilities/ROS2Names.h
  29. )