-
Notifications
You must be signed in to change notification settings - Fork 775
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Refs #20301: move XML Parser implementation to root source folder Signed-off-by: JLBuenoLopez-eProsima <joseluisbueno@eprosima.com> Signed-off-by: EduPonz <eduardoponz@eprosima.com> * Refs #20301: sort alphabetically source files Signed-off-by: JLBuenoLopez-eProsima <joseluisbueno@eprosima.com> Signed-off-by: EduPonz <eduardoponz@eprosima.com> * Refs #20301: make XML Parser private Signed-off-by: JLBuenoLopez-eProsima <joseluisbueno@eprosima.com> Signed-off-by: EduPonz <eduardoponz@eprosima.com> * Refs #20301: remove private headers from Blackbox tests Signed-off-by: JLBuenoLopez-eProsima <joseluisbueno@eprosima.com> Signed-off-by: EduPonz <eduardoponz@eprosima.com> * Refs #20301: new LibrarySettings class superseding LibrarySettingsAttributes Signed-off-by: JLBuenoLopez-eProsima <joseluisbueno@eprosima.com> Signed-off-by: EduPonz <eduardoponz@eprosima.com> * Refs #20301: add library settings DDS & RTPS API. RTPSDomainTests testing the new API Signed-off-by: JLBuenoLopez-eProsima <joseluisbueno@eprosima.com> Signed-off-by: EduPonz <eduardoponz@eprosima.com> * Refs #20301: library settings DDS API test Signed-off-by: JLBuenoLopez-eProsima <joseluisbueno@eprosima.com> Signed-off-by: EduPonz <eduardoponz@eprosima.com> * Refs #20301: generate monitor service types in blackbox types and use them in corresponding test Signed-off-by: JLBuenoLopez-eProsima <joseluisbueno@eprosima.com> Signed-off-by: EduPonz <eduardoponz@eprosima.com> * Refs #20301: XML profile manager get dynamic type builder wrapper and related test Signed-off-by: JLBuenoLopez-eProsima <joseluisbueno@eprosima.com> Signed-off-by: EduPonz <eduardoponz@eprosima.com> * Refs #20301: refactor XML library settings, use new migrated structure Signed-off-by: JLBuenoLopez-eProsima <joseluisbueno@eprosima.com> Signed-off-by: EduPonz <eduardoponz@eprosima.com> * Refs #20301: migrate to public API Signed-off-by: JLBuenoLopez-eProsima <joseluisbueno@eprosima.com> Signed-off-by: EduPonz <eduardoponz@eprosima.com> * Refs #20301: reintroduce private headers in blackbox tests Signed-off-by: JLBuenoLopez-eProsima <joseluisbueno@eprosima.com> Signed-off-by: EduPonz <eduardoponz@eprosima.com> * Refs #20301: update versions.md and copyright Signed-off-by: JLBuenoLopez-eProsima <joseluisbueno@eprosima.com> Signed-off-by: EduPonz <eduardoponz@eprosima.com> * Refs #20301: remove exportation macro from private API Signed-off-by: JLBuenoLopez-eProsima <joseluisbueno@eprosima.com> Signed-off-by: EduPonz <eduardoponz@eprosima.com> * Refs #20301: remove participant without using mocked code Signed-off-by: JLBuenoLopez-eProsima <joseluisbueno@eprosima.com> Signed-off-by: EduPonz <eduardoponz@eprosima.com> * Refs #20301: apply review suggestion Signed-off-by: JLBuenoLopez-eProsima <joseluisbueno@eprosima.com> Signed-off-by: EduPonz <eduardoponz@eprosima.com> * Refs #20301: linters Signed-off-by: JLBuenoLopez-eProsima <joseluisbueno@eprosima.com> Signed-off-by: EduPonz <eduardoponz@eprosima.com> * Refs #20301: avoid using protected interface name Signed-off-by: JLBuenoLopez-eProsima <joseluisbueno@eprosima.com> Signed-off-by: EduPonz <eduardoponz@eprosima.com> * Refs #20301: avoid using non-exported API in ParticipantTests Signed-off-by: JLBuenoLopez-eProsima <joseluisbueno@eprosima.com> Signed-off-by: EduPonz <eduardoponz@eprosima.com> * Refs #20301: linters Signed-off-by: JLBuenoLopez-eProsima <joseluisbueno@eprosima.com> Signed-off-by: EduPonz <eduardoponz@eprosima.com> * Refs #20301: fix Publisher and Subscriber tests Signed-off-by: JLBuenoLopez-eProsima <joseluisbueno@eprosima.com> Signed-off-by: EduPonz <eduardoponz@eprosima.com> * Refs #20301: add get_topic_attributes_from_profile API Signed-off-by: JLBuenoLopez-eProsima <joseluisbueno@eprosima.com> Signed-off-by: EduPonz <eduardoponz@eprosima.com> * Refs #20301: get topic attributes from profile test Signed-off-by: JLBuenoLopez-eProsima <joseluisbueno@eprosima.com> Signed-off-by: EduPonz <eduardoponz@eprosima.com> * Refs #20301: fixes after rebase Signed-off-by: JLBuenoLopez-eProsima <joseluisbueno@eprosima.com> Signed-off-by: EduPonz <eduardoponz@eprosima.com> * Refs #20301: fix Windows warning Signed-off-by: JLBuenoLopez-eProsima <joseluisbueno@eprosima.com> Signed-off-by: EduPonz <eduardoponz@eprosima.com> * Refs #20301: linters Signed-off-by: JLBuenoLopez-eProsima <joseluisbueno@eprosima.com> Signed-off-by: EduPonz <eduardoponz@eprosima.com> * Refs #20301: fix Windows warning Signed-off-by: JLBuenoLopez-eProsima <joseluisbueno@eprosima.com> Signed-off-by: EduPonz <eduardoponz@eprosima.com> * Refs #20301: fix memory leak Signed-off-by: JLBuenoLopez-eProsima <joseluisbueno@eprosima.com> Signed-off-by: EduPonz <eduardoponz@eprosima.com> * Refs #20301: Run Github Windows CI on 3.0.x-devel PRs Signed-off-by: EduPonz <eduardoponz@eprosima.com> --------- Signed-off-by: JLBuenoLopez-eProsima <joseluisbueno@eprosima.com> Signed-off-by: EduPonz <eduardoponz@eprosima.com> Co-authored-by: EduPonz <eduardoponz@eprosima.com>
- Loading branch information
1 parent
6bed46c
commit 9ec0f6c
Showing
138 changed files
with
13,016 additions
and
1,079 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,7 +26,7 @@ on: | |
|
||
pull_request: | ||
branches: | ||
- 'master' | ||
- '3.0.x-devel' | ||
paths-ignore: | ||
- '**.md' | ||
- '**.txt' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,66 @@ | ||
// Copyright 2024 Proyectos y Sistemas de Mantenimiento SL (eProsima). | ||
// | ||
// Licensed under the Apache License, Version 2.0 (the "License"); | ||
// you may not use this file except in compliance with the License. | ||
// You may obtain a copy of the License at | ||
// | ||
// http://www.apache.org/licenses/LICENSE-2.0 | ||
// | ||
// Unless required by applicable law or agreed to in writing, software | ||
// distributed under the License is distributed on an "AS IS" BASIS, | ||
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
// See the License for the specific language governing permissions and | ||
// limitations under the License. | ||
|
||
/** | ||
* @file LibrarySettings.hpp | ||
* | ||
*/ | ||
|
||
#ifndef _FASTDDS_LIBRARY_SETTINGS_HPP_ | ||
#define _FASTDDS_LIBRARY_SETTINGS_HPP_ | ||
|
||
namespace eprosima { | ||
namespace fastdds { | ||
|
||
enum IntraprocessDeliveryType | ||
{ | ||
INTRAPROCESS_OFF, | ||
INTRAPROCESS_USER_DATA_ONLY, | ||
INTRAPROCESS_FULL | ||
}; | ||
|
||
/** | ||
* Class LibraySettings, used by the user to define the Fast DDS library behaviour | ||
* @ingroup FASTDDS_MODULE | ||
*/ | ||
class LibrarySettings | ||
{ | ||
public: | ||
|
||
LibrarySettings() | ||
{ | ||
} | ||
|
||
virtual ~LibrarySettings() | ||
{ | ||
} | ||
|
||
bool operator ==( | ||
const LibrarySettings& b) const | ||
{ | ||
return (intraprocess_delivery == b.intraprocess_delivery); | ||
} | ||
|
||
IntraprocessDeliveryType intraprocess_delivery = | ||
#if HAVE_STRICT_REALTIME | ||
INTRAPROCESS_OFF; | ||
#else | ||
INTRAPROCESS_FULL; | ||
#endif // if HAVE_STRICT_REALTIME | ||
}; | ||
|
||
} // namespace fastdds | ||
} // namespace eprosima | ||
|
||
#endif /* _FASTDDS_LIBRARY_SETTINGS_HPP_ */ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.