-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fast DDS statistics backend migration to Fast DDS v3.0 (#239)
* Enable CI for Fast DDS v3 Signed-off-by: Raul Sanchez-Mateos <[email protected]> * Migrate fastdds_statistics_backend to Fast DDS 3 Signed-off-by: Carlosespicur <[email protected]> * Refs #21302: Fix HelloWorldExample compilation Signed-off-by: Carlosespicur <[email protected]> * Refs #21302: Fix error in callbacks overriting Signed-off-by: Carlosespicur <[email protected]> * Refs #21302: Add documentation Signed-off-by: Carlosespicur <[email protected]> * Refs #21302: Exclude topic_types folder in doxygen-config Signed-off-by: Carlosespicur <[email protected]> * Refs #21302: Update documentation Signed-off-by: Carlosespicur <[email protected]> * Refs #21302: Fix DiscoveryServers in Monitor Signed-off-by: Carlosespicur <[email protected]> * Refs #21302: Update DataWriter Callback Signed-off-by: Carlosespicur <[email protected]> * Refs #21302: Refactor backend tests Signed-off-by: Carlosespicur <[email protected]> * Refs #21302: Add missing type_object_registry() method in DomainParticipantFactory mock class Signed-off-by: Carlosespicur <[email protected]> * Refs #21302: Fix InitMonitor tests Signed-off-by: Carlosespicur <[email protected]> * Refs #21302: Change mock TypeObjectRegistry Signed-off-by: Carlosespicur <[email protected]> * Refs #21302: Refactor Participant discovery structures Signed-off-by: Carlosespicur <[email protected]> * Refs #21302: Uncrustify Signed-off-by: Carlosespicur <[email protected]> * Refs #21302: Refactor communication example Signed-off-by: Carlosespicur <[email protected]> * Refs #21302: Uncrustify Signed-off-by: Carlosespicur <[email protected]> * #Refs: 21302: Fix deadlock caused by Subscriber destructor Signed-off-by: Carlosespicur <[email protected]> * Refs #21302: Regenerate types with Gen v4.0.0 Signed-off-by: JesusPoderoso <[email protected]> * Refs #21302: Add review comments Signed-off-by: Carlosespicur <[email protected]> * Refs #21302: uncrustify Signed-off-by: Carlosespicur <[email protected]> --------- Signed-off-by: Raul Sanchez-Mateos <[email protected]> Signed-off-by: Carlosespicur <[email protected]> Signed-off-by: JesusPoderoso <[email protected]> Co-authored-by: Raul Sanchez-Mateos <[email protected]> Co-authored-by: JesusPoderoso <[email protected]>
- Loading branch information
1 parent
a0a6225
commit b71a4f1
Showing
155 changed files
with
30,665 additions
and
39,509 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
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
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"name": "fastdds_statistics_backend", | ||
"type": "cmake", | ||
"build-dependencies": ["fastrtps"] | ||
"build-dependencies": ["fastcdr", "fastdds"] | ||
} |
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
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
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.