Skip to content

Commit 007d264

Browse files
Add copyright notice to all touched files (#76)
Signed-off-by: Simon Hoinkis <[email protected]>
1 parent 577ddce commit 007d264

19 files changed

+20
-34
lines changed

rmw_iceoryx_cpp/include/rmw_iceoryx_cpp/iceoryx_deserialize.hpp

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// Copyright (c) 2019 by Robert Bosch GmbH. All rights reserved.
2+
// Copyright (c) 2023 by Apex.AI Inc. All rights reserved.
23
//
34
// Licensed under the Apache License, Version 2.0 (the "License");
45
// you may not use this file except in compliance with the License.

rmw_iceoryx_cpp/include/rmw_iceoryx_cpp/iceoryx_name_conversion.hpp

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
// Copyright (c) 2019 by Robert Bosch GmbH. All rights reserved.
22
// Copyright (c) 2021 by ZhenshengLee. All rights reserved.
3+
// Copyright (c) 2023 by Apex.AI Inc. All rights reserved.
34
//
45
// Licensed under the Apache License, Version 2.0 (the "License");
56
// you may not use this file except in compliance with the License.

rmw_iceoryx_cpp/include/rmw_iceoryx_cpp/iceoryx_type_info_introspection.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright (c) 2019 by Robert Bosch GmbH. All rights reserved.
2-
// Copyright (c) 2021 by Apex.AI Inc. All rights reserved.
2+
// Copyright (c) 2021 - 2023 by Apex.AI Inc. All rights reserved.
33
//
44
// Licensed under the Apache License, Version 2.0 (the "License");
55
// you may not use this file except in compliance with the License.

rmw_iceoryx_cpp/src/internal/iceoryx_deserialize.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright (c) 2019 by Robert Bosch GmbH. All rights reserved.
2-
// Copyright (c) 2021 by Apex.AI Inc. All rights reserved.
2+
// Copyright (c) 2021 - 2023 by Apex.AI Inc. All rights reserved.
33
//
44
// Licensed under the Apache License, Version 2.0 (the "License");
55
// you may not use this file except in compliance with the License.

rmw_iceoryx_cpp/src/internal/iceoryx_deserialize_typesupport_c.hpp

+2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// Copyright (c) 2020 by Robert Bosch GmbH. All rights reserved.
2+
// Copyright (c) 2023 by Apex.AI Inc. All rights reserved.
23
//
34
// Licensed under the Apache License, Version 2.0 (the "License");
45
// you may not use this file except in compliance with the License.
@@ -27,6 +28,7 @@
2728

2829
#include "rosidl_typesupport_introspection_c/field_types.h"
2930
#include "rosidl_typesupport_introspection_c/message_introspection.h"
31+
#include "rosidl_typesupport_introspection_c/service_introspection.h"
3032

3133
#include "./iceoryx_serialization_common.hpp"
3234

rmw_iceoryx_cpp/src/internal/iceoryx_deserialize_typesupport_cpp.hpp

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// Copyright (c) 2020 by Robert Bosch GmbH. All rights reserved.
2+
// Copyright (c) 2023 by Apex.AI Inc. All rights reserved.
23
//
34
// Licensed under the Apache License, Version 2.0 (the "License");
45
// you may not use this file except in compliance with the License.

rmw_iceoryx_cpp/src/internal/iceoryx_name_conversion.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
// Copyright (c) 2019 by Robert Bosch GmbH. All rights reserved.
22
// Copyright (c) 2021 by ZhenshengLee. All rights reserved.
3+
// Copyright (c) 2023 by Apex.AI Inc. All rights reserved.
34
//
45
// Licensed under the Apache License, Version 2.0 (the "License");
56
// you may not use this file except in compliance with the License.

rmw_iceoryx_cpp/src/internal/iceoryx_serialize.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright (c) 2019 by Robert Bosch GmbH. All rights reserved.
2-
// Copyright (c) 2021 by Apex.AI Inc. All rights reserved.
2+
// Copyright (c) 2021 - 2023 by Apex.AI Inc. All rights reserved.
33
//
44
// Licensed under the Apache License, Version 2.0 (the "License");
55
// you may not use this file except in compliance with the License.

rmw_iceoryx_cpp/src/internal/iceoryx_topic_names_and_types.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright (c) 2019 by Robert Bosch GmbH. All rights reserved.
2-
// Copyright (c) 2021 by Apex.AI Inc. All rights reserved.
2+
// Copyright (c) 2021 - 2023 by Apex.AI Inc. All rights reserved.
33
//
44
// Licensed under the Apache License, Version 2.0 (the "License");
55
// you may not use this file except in compliance with the License.

rmw_iceoryx_cpp/src/internal/iceoryx_type_info_introspection.cpp

+1-26
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright (c) 2019 by Robert Bosch GmbH. All rights reserved.
2-
// Copyright (c) 2021 by Apex.AI Inc. All rights reserved.
2+
// Copyright (c) 2021 - 2023 by Apex.AI Inc. All rights reserved.
33
//
44
// Licensed under the Apache License, Version 2.0 (the "License");
55
// you may not use this file except in compliance with the License.
@@ -405,31 +405,6 @@ void iceoryx_init_message(
405405
}
406406
}
407407

408-
void iceoryx_init_message(
409-
const rosidl_service_type_support_t * type_supports,
410-
void * message)
411-
{
412-
auto ts = get_type_support(type_supports);
413-
414-
if (ts.first == TypeSupportLanguage::CPP) {
415-
auto members =
416-
static_cast<const rosidl_typesupport_introspection_cpp::ServiceMembers *>(ts.second->data);
417-
members->request_members_->init_function(
418-
message,
419-
rosidl_runtime_cpp::MessageInitialization::ALL);
420-
members->response_members_->init_function(
421-
message,
422-
rosidl_runtime_cpp::MessageInitialization::ALL);
423-
return;
424-
} else if (ts.first == TypeSupportLanguage::C) {
425-
auto members =
426-
static_cast<const rosidl_typesupport_introspection_c__ServiceMembers *>(ts.second->data);
427-
members->request_members_->init_function(message, ROSIDL_RUNTIME_C_MSG_INIT_ALL);
428-
members->response_members_->init_function(message, ROSIDL_RUNTIME_C_MSG_INIT_ALL);
429-
return;
430-
}
431-
}
432-
433408
void iceoryx_fini_message(
434409
const rosidl_message_type_support_t * type_supports,
435410
void * message)

rmw_iceoryx_cpp/src/rmw_client.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright (c) 2019 by Robert Bosch GmbH. All rights reserved.
2-
// Copyright (c) 2022 by Apex.AI Inc. All rights reserved.
2+
// Copyright (c) 2022 - 2023 by Apex.AI Inc. All rights reserved.
33
//
44
// Licensed under the Apache License, Version 2.0 (the "License");
55
// you may not use this file except in compliance with the License.

rmw_iceoryx_cpp/src/rmw_get_topic_endpoint_info.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// Copyright (c) 2020 by Robert Bosch GmbH. All rights reserved.
2+
// Copyright (c) 2023 by Apex.AI Inc. All rights reserved.
23
//
34
// Licensed under the Apache License, Version 2.0 (the "License");
45
// you may not use this file except in compliance with the License.

rmw_iceoryx_cpp/src/rmw_publish.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright (c) 2019 by Robert Bosch GmbH. All rights reserved.
2-
// Copyright (c) 2021 - 2023 by Apex.AI Inc. All rights reserved.
2+
// Copyright (c) 2021 by Apex.AI Inc. All rights reserved.
33
//
44
// Licensed under the Apache License, Version 2.0 (the "License");
55
// you may not use this file except in compliance with the License.

rmw_iceoryx_cpp/src/rmw_request.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// Copyright (c) 2019 by Robert Bosch GmbH. All rights reserved.
2+
// Copyright (c) 2023 by Apex.AI Inc. All rights reserved.
23
//
34
// Licensed under the Apache License, Version 2.0 (the "License");
45
// you may not use this file except in compliance with the License.

rmw_iceoryx_cpp/src/rmw_service.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright (c) 2019 by Robert Bosch GmbH. All rights reserved.
2-
// Copyright (c) 2022 by Apex.AI Inc. All rights reserved.
2+
// Copyright (c) 2022 - 2023 by Apex.AI Inc. All rights reserved.
33
//
44
// Licensed under the Apache License, Version 2.0 (the "License");
55
// you may not use this file except in compliance with the License.

rmw_iceoryx_cpp/src/rmw_service_names_and_types.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// Copyright (c) 2019 by Robert Bosch GmbH. All rights reserved.
2+
// Copyright (c) 2023 by Apex.AI Inc. All rights reserved.
23
//
34
// Licensed under the Apache License, Version 2.0 (the "License");
45
// you may not use this file except in compliance with the License.

rmw_iceoryx_cpp/src/rmw_service_server_is_available.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// Copyright (c) 2019 by Robert Bosch GmbH. All rights reserved.
2+
// Copyright (c) 2023 by Apex.AI Inc. All rights reserved.
23
//
34
// Licensed under the Apache License, Version 2.0 (the "License");
45
// you may not use this file except in compliance with the License.

rmw_iceoryx_cpp/src/rmw_topic_names_and_types.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// Copyright (c) 2019 by Robert Bosch GmbH. All rights reserved.
2+
// Copyright (c) 2023 by Apex.AI Inc. All rights reserved.
23
//
34
// Licensed under the Apache License, Version 2.0 (the "License");
45
// you may not use this file except in compliance with the License.

rmw_iceoryx_cpp/src/rmw_wait.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright (c) 2019 by Robert Bosch GmbH. All rights reserved.
2-
// Copyright (c) 2021 by Apex.AI Inc. All rights reserved.
2+
// Copyright (c) 2021 - 2023 by Apex.AI Inc. All rights reserved.
33
//
44
// Licensed under the Apache License, Version 2.0 (the "License");
55
// you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)