From f0faa1fefe39ea9755cbd927062f30147d209b50 Mon Sep 17 00:00:00 2001 From: William Woodall Date: Thu, 5 Nov 2015 18:55:47 -0800 Subject: [PATCH] prepare splitting headers into cpp files --- rclcpp/include/rclcpp/{any_executable.hpp => any_executable.hpp_} | 0 rclcpp/include/rclcpp/{callback_group.hpp => callback_group.hpp_} | 0 rclcpp/include/rclcpp/{client.hpp => client.hpp_} | 0 rclcpp/include/rclcpp/{context.hpp => context.hpp_} | 0 .../rclcpp/contexts/{default_context.hpp => default_context.hpp_} | 0 rclcpp/include/rclcpp/{executor.hpp => executor.hpp_} | 0 rclcpp/include/rclcpp/{executors.hpp => executors.hpp_} | 0 .../{multi_threaded_executor.hpp => multi_threaded_executor.hpp_} | 0 ...single_threaded_executor.hpp => single_threaded_executor.hpp_} | 0 .../{intra_process_manager.hpp => intra_process_manager.hpp_} | 0 ...process_manager_state.hpp => intra_process_manager_state.hpp_} | 0 .../rclcpp/{memory_strategies.hpp => memory_strategies.hpp_} | 0 .../include/rclcpp/{memory_strategy.hpp => memory_strategy.hpp_} | 0 rclcpp/include/rclcpp/{parameter.hpp => parameter.hpp_} | 0 .../rclcpp/{parameter_client.hpp => parameter_client.hpp_} | 0 .../rclcpp/{parameter_service.hpp => parameter_service.hpp_} | 0 rclcpp/include/rclcpp/{publisher.hpp => publisher.hpp_} | 0 rclcpp/include/rclcpp/{service.hpp => service.hpp_} | 0 rclcpp/include/rclcpp/{subscription.hpp => subscription.hpp_} | 0 rclcpp/include/rclcpp/{timer.hpp => timer.hpp_} | 0 rclcpp/include/rclcpp/{utilities.hpp => utilities.hpp_} | 0 21 files changed, 0 insertions(+), 0 deletions(-) rename rclcpp/include/rclcpp/{any_executable.hpp => any_executable.hpp_} (100%) rename rclcpp/include/rclcpp/{callback_group.hpp => callback_group.hpp_} (100%) rename rclcpp/include/rclcpp/{client.hpp => client.hpp_} (100%) rename rclcpp/include/rclcpp/{context.hpp => context.hpp_} (100%) rename rclcpp/include/rclcpp/contexts/{default_context.hpp => default_context.hpp_} (100%) rename rclcpp/include/rclcpp/{executor.hpp => executor.hpp_} (100%) rename rclcpp/include/rclcpp/{executors.hpp => executors.hpp_} (100%) rename rclcpp/include/rclcpp/executors/{multi_threaded_executor.hpp => multi_threaded_executor.hpp_} (100%) rename rclcpp/include/rclcpp/executors/{single_threaded_executor.hpp => single_threaded_executor.hpp_} (100%) rename rclcpp/include/rclcpp/{intra_process_manager.hpp => intra_process_manager.hpp_} (100%) rename rclcpp/include/rclcpp/{intra_process_manager_state.hpp => intra_process_manager_state.hpp_} (100%) rename rclcpp/include/rclcpp/{memory_strategies.hpp => memory_strategies.hpp_} (100%) rename rclcpp/include/rclcpp/{memory_strategy.hpp => memory_strategy.hpp_} (100%) rename rclcpp/include/rclcpp/{parameter.hpp => parameter.hpp_} (100%) rename rclcpp/include/rclcpp/{parameter_client.hpp => parameter_client.hpp_} (100%) rename rclcpp/include/rclcpp/{parameter_service.hpp => parameter_service.hpp_} (100%) rename rclcpp/include/rclcpp/{publisher.hpp => publisher.hpp_} (100%) rename rclcpp/include/rclcpp/{service.hpp => service.hpp_} (100%) rename rclcpp/include/rclcpp/{subscription.hpp => subscription.hpp_} (100%) rename rclcpp/include/rclcpp/{timer.hpp => timer.hpp_} (100%) rename rclcpp/include/rclcpp/{utilities.hpp => utilities.hpp_} (100%) diff --git a/rclcpp/include/rclcpp/any_executable.hpp b/rclcpp/include/rclcpp/any_executable.hpp_ similarity index 100% rename from rclcpp/include/rclcpp/any_executable.hpp rename to rclcpp/include/rclcpp/any_executable.hpp_ diff --git a/rclcpp/include/rclcpp/callback_group.hpp b/rclcpp/include/rclcpp/callback_group.hpp_ similarity index 100% rename from rclcpp/include/rclcpp/callback_group.hpp rename to rclcpp/include/rclcpp/callback_group.hpp_ diff --git a/rclcpp/include/rclcpp/client.hpp b/rclcpp/include/rclcpp/client.hpp_ similarity index 100% rename from rclcpp/include/rclcpp/client.hpp rename to rclcpp/include/rclcpp/client.hpp_ diff --git a/rclcpp/include/rclcpp/context.hpp b/rclcpp/include/rclcpp/context.hpp_ similarity index 100% rename from rclcpp/include/rclcpp/context.hpp rename to rclcpp/include/rclcpp/context.hpp_ diff --git a/rclcpp/include/rclcpp/contexts/default_context.hpp b/rclcpp/include/rclcpp/contexts/default_context.hpp_ similarity index 100% rename from rclcpp/include/rclcpp/contexts/default_context.hpp rename to rclcpp/include/rclcpp/contexts/default_context.hpp_ diff --git a/rclcpp/include/rclcpp/executor.hpp b/rclcpp/include/rclcpp/executor.hpp_ similarity index 100% rename from rclcpp/include/rclcpp/executor.hpp rename to rclcpp/include/rclcpp/executor.hpp_ diff --git a/rclcpp/include/rclcpp/executors.hpp b/rclcpp/include/rclcpp/executors.hpp_ similarity index 100% rename from rclcpp/include/rclcpp/executors.hpp rename to rclcpp/include/rclcpp/executors.hpp_ diff --git a/rclcpp/include/rclcpp/executors/multi_threaded_executor.hpp b/rclcpp/include/rclcpp/executors/multi_threaded_executor.hpp_ similarity index 100% rename from rclcpp/include/rclcpp/executors/multi_threaded_executor.hpp rename to rclcpp/include/rclcpp/executors/multi_threaded_executor.hpp_ diff --git a/rclcpp/include/rclcpp/executors/single_threaded_executor.hpp b/rclcpp/include/rclcpp/executors/single_threaded_executor.hpp_ similarity index 100% rename from rclcpp/include/rclcpp/executors/single_threaded_executor.hpp rename to rclcpp/include/rclcpp/executors/single_threaded_executor.hpp_ diff --git a/rclcpp/include/rclcpp/intra_process_manager.hpp b/rclcpp/include/rclcpp/intra_process_manager.hpp_ similarity index 100% rename from rclcpp/include/rclcpp/intra_process_manager.hpp rename to rclcpp/include/rclcpp/intra_process_manager.hpp_ diff --git a/rclcpp/include/rclcpp/intra_process_manager_state.hpp b/rclcpp/include/rclcpp/intra_process_manager_state.hpp_ similarity index 100% rename from rclcpp/include/rclcpp/intra_process_manager_state.hpp rename to rclcpp/include/rclcpp/intra_process_manager_state.hpp_ diff --git a/rclcpp/include/rclcpp/memory_strategies.hpp b/rclcpp/include/rclcpp/memory_strategies.hpp_ similarity index 100% rename from rclcpp/include/rclcpp/memory_strategies.hpp rename to rclcpp/include/rclcpp/memory_strategies.hpp_ diff --git a/rclcpp/include/rclcpp/memory_strategy.hpp b/rclcpp/include/rclcpp/memory_strategy.hpp_ similarity index 100% rename from rclcpp/include/rclcpp/memory_strategy.hpp rename to rclcpp/include/rclcpp/memory_strategy.hpp_ diff --git a/rclcpp/include/rclcpp/parameter.hpp b/rclcpp/include/rclcpp/parameter.hpp_ similarity index 100% rename from rclcpp/include/rclcpp/parameter.hpp rename to rclcpp/include/rclcpp/parameter.hpp_ diff --git a/rclcpp/include/rclcpp/parameter_client.hpp b/rclcpp/include/rclcpp/parameter_client.hpp_ similarity index 100% rename from rclcpp/include/rclcpp/parameter_client.hpp rename to rclcpp/include/rclcpp/parameter_client.hpp_ diff --git a/rclcpp/include/rclcpp/parameter_service.hpp b/rclcpp/include/rclcpp/parameter_service.hpp_ similarity index 100% rename from rclcpp/include/rclcpp/parameter_service.hpp rename to rclcpp/include/rclcpp/parameter_service.hpp_ diff --git a/rclcpp/include/rclcpp/publisher.hpp b/rclcpp/include/rclcpp/publisher.hpp_ similarity index 100% rename from rclcpp/include/rclcpp/publisher.hpp rename to rclcpp/include/rclcpp/publisher.hpp_ diff --git a/rclcpp/include/rclcpp/service.hpp b/rclcpp/include/rclcpp/service.hpp_ similarity index 100% rename from rclcpp/include/rclcpp/service.hpp rename to rclcpp/include/rclcpp/service.hpp_ diff --git a/rclcpp/include/rclcpp/subscription.hpp b/rclcpp/include/rclcpp/subscription.hpp_ similarity index 100% rename from rclcpp/include/rclcpp/subscription.hpp rename to rclcpp/include/rclcpp/subscription.hpp_ diff --git a/rclcpp/include/rclcpp/timer.hpp b/rclcpp/include/rclcpp/timer.hpp_ similarity index 100% rename from rclcpp/include/rclcpp/timer.hpp rename to rclcpp/include/rclcpp/timer.hpp_ diff --git a/rclcpp/include/rclcpp/utilities.hpp b/rclcpp/include/rclcpp/utilities.hpp_ similarity index 100% rename from rclcpp/include/rclcpp/utilities.hpp rename to rclcpp/include/rclcpp/utilities.hpp_