Skip to content

Commit

Permalink
Merge branch 'master' into hotfix/ecal_service_call_correct_host
Browse files Browse the repository at this point in the history
  • Loading branch information
Peguen committed Jan 23, 2025
2 parents ea7666a + 1aff2bb commit 6d121dd
Show file tree
Hide file tree
Showing 135 changed files with 4,521 additions and 4,401 deletions.
4 changes: 2 additions & 2 deletions app/play/play_core/src/measurement_container.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* ========================= eCAL LICENSE =================================
*
* Copyright (C) 2016 - 2024 Continental Corporation
* Copyright (C) 2016 - 2025 Continental Corporation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand All @@ -24,7 +24,7 @@
#include <memory>

#include <ecal/ecal.h>
#include <ecal/ecal_publisher_v5.h>
#include <ecal/v5/ecal_publisher.h>
#include <ecalhdf5/eh5_meas.h>

#include "continuity_report.h"
Expand Down
5 changes: 2 additions & 3 deletions app/rec/rec_client_core/src/ecal_rec_impl.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* ========================= eCAL LICENSE =================================
*
* Copyright (C) 2016 - 2024 Continental Corporation
* Copyright (C) 2016 - 2025 Continental Corporation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -40,8 +40,7 @@

#include "frame_buffer.h"

#include <ecal/ecal_callback.h>
#include <ecal/ecal_subscriber.h>
#include <ecal/pubsub/subscriber.h>

namespace eCAL
{
Expand Down
4 changes: 2 additions & 2 deletions app/rec/rec_client_core/src/frame.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* ========================= eCAL LICENSE =================================
*
* Copyright (C) 2016 - 2019 Continental Corporation
* Copyright (C) 2016 - 2025 Continental Corporation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand All @@ -23,7 +23,7 @@
#include <string>
#include <chrono>
#include <ecal/ecal_time.h>
#include <ecal/ecal_callback.h>
#include <ecal/pubsub/types.h>

namespace eCAL
{
Expand Down
2 changes: 1 addition & 1 deletion app/rec/rec_server_cli/src/ecal_rec_server_cli.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
#include <condition_variable>

#include <ecal/ecal.h>
#include <ecal/ecal_client.h>
#include <ecal/service/client.h>
#include <ecal_utils/string.h>
#include <rec_server_core/rec_server.h>
#include <rec_client_core/ecal_rec_defs.h>
Expand Down
4 changes: 2 additions & 2 deletions app/sys/sys_cli/src/commands/command.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* ========================= eCAL LICENSE =================================
*
* Copyright (C) 2016 - 2020 Continental Corporation
* Copyright (C) 2016 - 2025 Continental Corporation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand All @@ -26,7 +26,7 @@
#include <memory>
#include <ecalsys/ecal_sys.h>

#include <ecal/ecal_client.h>
#include <ecal/service/client.h>

#ifdef _MSC_VER
#pragma warning(push)
Expand Down
4 changes: 2 additions & 2 deletions app/sys/sys_cli/src/commands/helpers.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* ========================= eCAL LICENSE =================================
*
* Copyright (C) 2016 - 2020 Continental Corporation
* Copyright (C) 2016 - 2025 Continental Corporation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand All @@ -26,7 +26,7 @@
#include <memory>
#include <ecalsys/ecal_sys.h>

#include <ecal/ecal_client.h>
#include <ecal/service/client.h>

#ifdef _MSC_VER
#pragma warning(push)
Expand Down
2 changes: 1 addition & 1 deletion app/sys/sys_cli/src/ecalsys_cli.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
#include <thread>

#include <ecal/ecal.h>
#include <ecal/ecal_client.h>
#include <ecal/service/client.h>
#include <ecalsys/ecal_sys.h>
#include <ecalsys/esys_defs.h>

Expand Down
Loading

0 comments on commit 6d121dd

Please sign in to comment.