ros2_api_files.cmake 1.3 KB

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