-
Notifications
You must be signed in to change notification settings - Fork 86
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Refs #6840. Fix test due to XML parser modifications. * Refs #6978. Add Requester and Replier types. * Refs #6978. Add Requester and Replier entities without implementation. * Refs #6978. Add Requester and Replier functions to Middleware. * Refs #6978. Implement basic methods for Requester and Replier entities. * Refs #6978. Add FastRequester and FastReplier declaration. * Refs #6978. Add FastRequester entity. * Refs #6978. Implement FastMiddleware::create_requester_by_ref and add related tests. * Refs #6978. Implement FastRequester onMatched functions. * Refs #6978. Add FastReplier entity. * Refs #6978. Implement Requester and Replier API functions. * Refs #6978. Add Requester and Replier headers entities. * Implement Middleware::write_request and Middleware::write_reply for Fast middleware. * Refs #6978. Modify write function for Requester entity. * Refs #6978. Isolate Reader from DataReader. * Refs #6978. Implement reading at Replier. * Refs #6978. Implement reading at Requester. * Refs #6978. Remove CedMiddleware warning and unnecessary includes at FastEntities. * Refs #6978. Modify includes in xmlobjects. * Refs #6978. Add include directories for packages. * Refs #6978. Implement match functions for Requester and Replier entities. * Refs #6978. Change Fast RTPS version to 1.8.3. * Fix rebase. * Fix CI warning and Windows errors. * Fix Valgrind warnings. * Modify FastRequester and FastReplier implementation. * Udate Fast RTPS and Micro XRCE-DDS Client branches. Co-authored-by: Borja Outerelo <[email protected]>
- Loading branch information
1 parent
26ad8f4
commit eee265d
Showing
31 changed files
with
3,691 additions
and
223 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
Oops, something went wrong.